Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/xl2tpd/files: xl2tpd-init-r1
Date: Tue, 25 Dec 2012 17:58:43
Message-Id: 20121225175813.3D8642171E@flycatcher.gentoo.org
1 floppym 12/12/25 17:58:13
2
3 Modified: xl2tpd-init-r1
4 Log:
5 Fix path in init script.
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 net-dialup/xl2tpd/files/xl2tpd-init-r1
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd-init-r1?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd-init-r1?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd-init-r1?r1=1.1&r2=1.2
15
16 Index: xl2tpd-init-r1
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd-init-r1,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xl2tpd-init-r1 10 Sep 2012 19:28:12 -0000 1.1
23 +++ xl2tpd-init-r1 25 Dec 2012 17:58:13 -0000 1.2
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd-init-r1,v 1.1 2012/09/10 19:28:12 darkside Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd-init-r1,v 1.2 2012/12/25 17:58:13 floppym Exp $
30
31 depend() {
32 need net
33 @@ -13,9 +13,7 @@
34 return 1
35 fi
36
37 - if [ ! -d /var/run/nscd ] ; then
38 - checkpath -d -m 755 /var/run/nscd
39 - fi
40 + checkpath -d -m 755 /var/run/xl2tpd
41
42 return 0
43 }