Gentoo Archives: gentoo-commits

From: "Roy Marples (uberlord)" <uberlord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/openvpn/files: up.sh
Date: Wed, 03 Oct 2007 12:28:06
Message-Id: E1Id2yz-0004Xi-9g@stork.gentoo.org
1 uberlord 07/10/03 12:05:41
2
3 Modified: up.sh
4 Log:
5 Send options to up.sh
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.12 net-misc/openvpn/files/up.sh
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openvpn/files/up.sh?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openvpn/files/up.sh?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openvpn/files/up.sh?r1=1.11&r2=1.12
14
15 Index: up.sh
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/openvpn/files/up.sh,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- up.sh 25 Sep 2007 12:47:01 -0000 1.11
22 +++ up.sh 3 Oct 2007 12:05:40 -0000 1.12
23 @@ -66,7 +66,7 @@
24
25 # If we have a service specific script, run this now
26 if [ -x /etc/openvpn/"${SVCNAME}"-up.sh ] ; then
27 - /etc/openvpn/"${SVCNAME}"-up.sh
28 + /etc/openvpn/"${SVCNAME}"-up.sh "$@"
29 fi
30
31 # Re-enter the init script to start any dependant services
32
33
34
35 --
36 gentoo-commits@g.o mailing list