summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-08-05 07:05:46 +0000
committerEray Aslan <eras@gentoo.org>2011-08-05 07:05:46 +0000
commit28621e3d17b8cdab884b956365243a8fcc944e28 (patch)
tree79d6b07a287728cc46a5929f82b8ddc0405d859d /net-mail/dovecot/files
parentAdd ~x86-linux keyword. (diff)
downloadgentoo-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.init8
-rw-r--r--net-mail/dovecot/files/dovecot.init-r28
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 $?
}