public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/freeradius/files: radius.init-r3
@ 2012-10-22  2:58 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-10-22  2:58 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/10/22 02:58:59

  Modified:             radius.init-r3
  Log:
  Remove need net line.
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/freeradius/files/radius.init-r3?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/freeradius/files/radius.init-r3?r1=1.1&r2=1.2

Index: radius.init-r3
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/freeradius/files/radius.init-r3,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- radius.init-r3	30 Sep 2012 07:01:04 -0000	1.1
+++ radius.init-r3	22 Oct 2012 02:58:59 -0000	1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2012 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.1 2012/09/30 07:01:04 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/files/radius.init-r3,v 1.2 2012/10/22 02:58:59 flameeyes Exp $
 
 command=/usr/sbin/radiusd
 command_args="${RADIUSD_OPTS}"
@@ -9,7 +9,6 @@
 extra_started_commands="reload"
 
 depend() {
-    need net
     use dns
 }
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dialup/freeradius/files: radius.init-r3
@ 2014-05-19 15:59 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-05-19 15:59 UTC (permalink / raw
  To: gentoo-commits

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() {





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dialup/freeradius/files: radius.init-r3
@ 2014-06-07 13:49 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-06-07 13:49 UTC (permalink / raw
  To: gentoo-commits

jer         14/06/07 13:49:24

  Modified:             radius.init-r3
  Log:
  Version bump. Remove CVS header from script.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/freeradius/files/radius.init-r3?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/freeradius/files/radius.init-r3?r1=1.5&r2=1.6

Index: radius.init-r3
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/freeradius/files/radius.init-r3,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- radius.init-r3	19 May 2014 15:59:36 -0000	1.5
+++ radius.init-r3	7 Jun 2014 13:49:23 -0000	1.6
@@ -1,7 +1,6 @@
 #!/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.5 2014/05/19 15:59:36 jer Exp $
 
 command=/usr/sbin/radiusd
 command_args="${RADIUSD_OPTS}"





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-07 13:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-22  2:58 [gentoo-commits] gentoo-x86 commit in net-dialup/freeradius/files: radius.init-r3 Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2014-05-19 15:59 Jeroen Roovers (jer)
2014-06-07 13:49 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox