From: Frank Brehm Date: Wed, 27 Dec 2017 18:00:04 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=cdc83a802e3d669ecf525241d067c101c5205c9b;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/conf.d/radvd b/conf.d/radvd index d1a95b8d..6ba8f65b 100644 --- a/conf.d/radvd +++ b/conf.d/radvd @@ -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="" diff --git a/init.d/radvd b/init.d/radvd index 099bd92b..2c96cca4 100755 --- a/init.d/radvd +++ b/init.d/radvd @@ -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"