From cdc83a802e3d669ecf525241d067c101c5205c9b Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 27 Dec 2017 19:00:04 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- conf.d/radvd | 1 - init.d/radvd | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) 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" -- 2.39.5