Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/xinetd/files: xinetd.rc6
Date: Fri, 02 Jan 2009 20:39:38
Message-Id: E1LIqnw-0006qp-L1@stork.gentoo.org
1 vapier 09/01/02 20:39:36
2
3 Modified: xinetd.rc6
4 Log:
5 Tweak by Ian Pickworth for ssd usage to work on stable/unstable #253441.
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.21 sys-apps/xinetd/files/xinetd.rc6
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/xinetd/files/xinetd.rc6?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/xinetd/files/xinetd.rc6?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/xinetd/files/xinetd.rc6?r1=1.20&r2=1.21
14
15 Index: xinetd.rc6
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/xinetd/files/xinetd.rc6,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- xinetd.rc6 31 Dec 2008 09:06:44 -0000 1.20
22 +++ xinetd.rc6 2 Jan 2009 20:39:36 -0000 1.21
23 @@ -1,7 +1,7 @@
24 #!/sbin/runscript
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/files/xinetd.rc6,v 1.20 2008/12/31 09:06:44 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/files/xinetd.rc6,v 1.21 2009/01/02 20:39:36 vapier Exp $
29
30 opts="reload dump check"
31
32 @@ -11,8 +11,8 @@
33
34 start() {
35 ebegin "Starting xinetd"
36 - start-stop-daemon --start --pidfile /var/run/xinetd.pid -- \
37 - xinetd -pidfile /var/run/xinetd.pid ${XINETD_OPTS}
38 + start-stop-daemon --start --exec /usr/sbin/xinetd -- \
39 + -pidfile /var/run/xinetd.pid ${XINETD_OPTS}
40 eend $?
41 }