jer         14/05/19 15:59:36

  Modified:             radius.init-r3
  Log:
  Fix /run subdir to match init.d script.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.5                  net-dialup/freeradius/files/radius.init-r3

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/freeradius/files/radius.init-r3?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/freeradius/files/radius.init-r3?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/freeradius/files/radius.init-r3?r1=1.4&r2=1.5

Index: radius.init-r3
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/freeradius/files/radius.init-r3,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- radius.init-r3      3 May 2014 15:47:45 -0000       1.4
+++ radius.init-r3      19 May 2014 15:59:36 -0000      1.5
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/freeradius/files/radius.init-r3,v 1.4 
2014/05/03 15:47:45 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/freeradius/files/radius.init-r3,v 1.5 
2014/05/19 15:59:36 jer Exp $
 
 command=/usr/sbin/radiusd
 command_args="${RADIUSD_OPTS}"
@@ -22,7 +22,7 @@
        checkpath -m0750 -o "${RADIUSD_USER:-root}:${RADIUSD_GROUP:-root}" -d \
                $(dirname ${pidfile}) /var/log/radius
        checkpath -m0750 -o "${RADIUSD_USER:-root}:${RADIUSD_GROUP:-root}" -d \
-               $(dirname ${pidfile}) /run/radius
+               $(dirname ${pidfile}) /run/radiusd
 }
 
 reload() {




Reply via email to