diff options
author | Eray Aslan <eras@gentoo.org> | 2011-08-05 07:05:46 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-08-05 07:05:46 +0000 |
commit | 28621e3d17b8cdab884b956365243a8fcc944e28 (patch) | |
tree | 79d6b07a287728cc46a5929f82b8ddc0405d859d /net-mail/dovecot/files | |
parent | Add ~x86-linux keyword. (diff) | |
download | gentoo-2-28621e3d17b8cdab884b956365243a8fcc944e28.tar.gz gentoo-2-28621e3d17b8cdab884b956365243a8fcc944e28.tar.bz2 gentoo-2-28621e3d17b8cdab884b956365243a8fcc944e28.zip |
remove deprecated oknodo option - bug #377763
(Portage version: 2.1.10.9/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/dovecot/files')
-rw-r--r-- | net-mail/dovecot/files/dovecot-1.2.init | 8 | ||||
-rw-r--r-- | net-mail/dovecot/files/dovecot.init-r2 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-mail/dovecot/files/dovecot-1.2.init b/net-mail/dovecot/files/dovecot-1.2.init index 13f5472dab32..b9dd67247b95 100644 --- a/net-mail/dovecot/files/dovecot-1.2.init +++ b/net-mail/dovecot/files/dovecot-1.2.init @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot-1.2.init,v 1.1 2010/06/20 10:29:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot-1.2.init,v 1.2 2011/08/05 07:05:46 eras Exp $ opts="${opts} reload" @@ -55,7 +55,7 @@ stop() { reload() { checkconfig || return 1 ebegin "Reloading ${SVCNAME} configs and restarting auth/login processes" - start-stop-daemon --stop --oknodo --exec /usr/sbin/dovecot \ - --pidfile "${DOVECOT_PIDFILE}" --signal HUP + start-stop-daemon --signal HUP --exec /usr/sbin/dovecot \ + --pidfile "${DOVECOT_PIDFILE}" eend $? } diff --git a/net-mail/dovecot/files/dovecot.init-r2 b/net-mail/dovecot/files/dovecot.init-r2 index 458f4296e674..21447fe93e52 100644 --- a/net-mail/dovecot/files/dovecot.init-r2 +++ b/net-mail/dovecot/files/dovecot.init-r2 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init-r2,v 1.3 2010/05/19 13:26:56 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init-r2,v 1.4 2011/08/05 07:05:46 eras Exp $ opts="${opts} reload" @@ -52,7 +52,7 @@ stop() { reload() { checkconfig || return 1 ebegin "Reloading ${SVCNAME} configs and restarting auth/login processes" - start-stop-daemon --stop --oknodo --exec /usr/sbin/dovecot \ - --pidfile "${DOVECOT_PIDFILE}" --signal HUP + start-stop-daemon --signal HUP --exec /usr/sbin/dovecot \ + --pidfile "${DOVECOT_PIDFILE}" eend $? } |