Date: Sat, 18 Aug 2001 01:10:01 -0700 (PDT) From: Edwin Woudt <edwin@woudt.nl> To: freebsd-ports@FreeBSD.org Subject: Re: ports/29836: New port: cyrus-imspd Message-ID: <200108180810.f7I8A1R24284@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/29836; it has been noted by GNATS. From: Edwin Woudt <edwin@woudt.nl> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/29836: New port: cyrus-imspd Date: Sat, 18 Aug 2001 10:10:08 +0200 While making a last minute change in the port before sending it in, I forgot to update one file. Please apply the following patch before committing it: --- files/imspd.sh.orig Sat Aug 18 09:31:48 2001 +++ files/imspd.sh Sat Aug 18 09:21:10 2001 @@ -5,8 +5,8 @@ case "$1" in start) - if [ -x /usr/local/cyrus/bin/imspd ]; then - /usr/local/cyrus/bin/imspd >/dev/null & + if [ -x /usr/local/bin/imspd ]; then + /usr/local/bin/imspd >/dev/null & echo -n ' imspd' fi ;; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108180810.f7I8A1R24284>