Commits

Jim Mock authored 4dd3d22aec1
imapd lives in ${prefix}/libexec now.

Bug: Submitted by: Reviewed by: Approved by: Obtained from: git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4236 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

mail/imap-uw/files/etc-xinetd.d-imap

Modified
1 1 service imap
2 2 {
3 3 disable = no
4 4 socket_type = stream
5 5 wait = no
6 6 user = root
7 - server = __PREFIX/sbin/imapd
7 + server = __PREFIX/libexec/imapd
8 8 groups = yes
9 9 log_on_success += DURATION USERID
10 10 log_on_failure += USERID
11 11 flags = NOLIBWRAP
12 12 }
13 13

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut