diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2005-02-01 04:43:50 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2005-02-01 04:43:50 +0000 |
commit | 63da4cb6d2f0ed003e3b969fb4944aac51be6ad2 (patch) | |
tree | 329f055f6f3337189fb05d5061156d048d4ba953 /mail-mta/courier/files | |
parent | Typo fix (diff) | |
download | gentoo-2-63da4cb6d2f0ed003e3b969fb4944aac51be6ad2.tar.gz gentoo-2-63da4cb6d2f0ed003e3b969fb4944aac51be6ad2.tar.bz2 gentoo-2-63da4cb6d2f0ed003e3b969fb4944aac51be6ad2.zip |
fam and .keep 70503+69630
(Portage version: 2.0.51-r15)
Diffstat (limited to 'mail-mta/courier/files')
-rw-r--r-- | mail-mta/courier/files/courier-init | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/mail-mta/courier/files/courier-init b/mail-mta/courier/files/courier-init index 66e3e4e93752..ac3539233237 100644 --- a/mail-mta/courier/files/courier-init +++ b/mail-mta/courier/files/courier-init @@ -19,6 +19,7 @@ datadir="/usr/share/courier" depend() { need net [ -d /etc/courier/authlib ] && need courier-authlib + grep -q "^IMAPDSTART=.*[Yy].*" /etc/courier/imapd && need famd } checkconfig() { @@ -48,14 +49,6 @@ checkconfig() { [ -f ${sysconfdir}/${ACCESSFILE}.dat ] || ${sbindir}/makesmtpaccess [ -f ${sysconfdir}/${ACCESSFILE}.dat ] || ${sbindir}/makesmtpaccess-msa - - # we need this for now to check for the old init scripts - if [ -f /etc/init.d/courier-authdaemond ] ; then - einfo "As of courier-0.42.2-r2, there is only one init script used" - einfo "you can remove /etc/init.d/courier-*. /etc/init.d/courier is" - einfo "the only one you need." - fi - } start() { @@ -189,11 +182,3 @@ stop() { eend $? } - - - -# restart() { -# ebegin "Restarting courier filterd" -# /usr/sbin/courierfilter restart -# eend $? -# } |