From 28621e3d17b8cdab884b956365243a8fcc944e28 Mon Sep 17 00:00:00 2001 From: Eray Aslan Date: Fri, 5 Aug 2011 07:05:46 +0000 Subject: remove deprecated oknodo option - bug #377763 (Portage version: 2.1.10.9/cvs/Linux x86_64) --- net-mail/dovecot/files/dovecot-1.2.init | 8 ++++---- net-mail/dovecot/files/dovecot.init-r2 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'net-mail/dovecot/files') 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 $? } -- cgit v1.2.3-65-gdbad