]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Wed, 27 Dec 2017 18:00:04 +0000 (19:00 +0100)
committerFrank Brehm <frank@brehm-online.com>
Wed, 27 Dec 2017 18:00:04 +0000 (19:00 +0100)
conf.d/radvd
init.d/radvd

index d1a95b8dea2068bef52e602cf806d78e374df5dc..6ba8f65b12a079b080f67bdee7f72841a8a97f76 100644 (file)
@@ -1,6 +1,5 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 # Extra options to pass to radvd
 OPTIONS=""
index 099bd92b7c4f575725cfc1cdb9bba39ea6c9a922..2c96cca422ddbde2c45e100dec19fe0be7e442f5 100755 (executable)
@@ -1,10 +1,9 @@
 #!/sbin/openrc-run
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 CONFIGFILE=/etc/radvd.conf
-PIDFILE=/var/run/radvd/radvd.pid
+PIDFILE=/run/radvd/radvd.pid
 SYSCTL_FORWARD=net.ipv6.conf.all.forwarding
 
 extra_started_commands="reload"