Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/freeradius/files: radius.init
Date: Sun, 23 Sep 2007 07:31:07
Message-Id: E1IZLnp-0003bG-Lj@stork.gentoo.org
1 mrness 07/09/23 07:22:53
2
3 Modified: radius.init
4 Log:
5 Don't stop radiusd service in prerm anymore since /var/run/radius is no longer removed by portage during update. Stable on amd64.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.12 net-dialup/freeradius/files/radius.init
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/freeradius/files/radius.init?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/freeradius/files/radius.init?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/freeradius/files/radius.init?r1=1.11&r2=1.12
14
15 Index: radius.init
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/freeradius/files/radius.init,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- radius.init 21 Oct 2006 07:45:48 -0000 1.11
22 +++ radius.init 23 Sep 2007 07:22:53 -0000 1.12
23 @@ -14,7 +14,7 @@
24 return 1
25 fi
26
27 - if [[ ! -d /var/run/radiusd ]] && ! mkdir /var/run/radiusd ; then
28 + if [ ! -d /var/run/radiusd ] && ! mkdir /var/run/radiusd ; then
29 eerror "Failed to create /var/run/radiusd"
30 return 1
31 fi
32
33
34
35 --
36 gentoo-commits@g.o mailing list