From d91a40146aeb5b03a368c12c613fea11a8a036ce Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 11 Oct 2009 00:45:08 +0000 Subject: make sure to use --oknodo (Portage version: 2.2_rc42/cvs/Linux x86_64) --- sys-apps/xinetd/files/xinetd.rc6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-apps/xinetd') diff --git a/sys-apps/xinetd/files/xinetd.rc6 b/sys-apps/xinetd/files/xinetd.rc6 index 1cd25910357a..07a2a85ab014 100644 --- a/sys-apps/xinetd/files/xinetd.rc6 +++ b/sys-apps/xinetd/files/xinetd.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/files/xinetd.rc6,v 1.22 2009/10/10 23:27:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/files/xinetd.rc6,v 1.23 2009/10/11 00:45:08 vapier Exp $ opts="reload dump check" @@ -25,7 +25,7 @@ stop() { do_sig() { local sig=$1 ; shift ebegin "$*" - start-stop-daemon --stop --signal ${sig} --pidfile /var/run/xinetd.pid + start-stop-daemon --oknodo --stop --signal ${sig} --pidfile /var/run/xinetd.pid eend $? } reload() { do_sig HUP "Reloading configuration" ; } -- cgit v1.2.3-65-gdbad