From: Frank Brehm Date: Thu, 20 Apr 2017 06:12:25 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=f2a91560f86d570f3d357701f2de1a7c5abccd22;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/conf.d/snmpd b/conf.d/snmpd index ba8ba661..a3f88242 100644 --- a/conf.d/snmpd +++ b/conf.d/snmpd @@ -1,6 +1,5 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # Initial (empty) options. SNMPD_FLAGS="" diff --git a/conf.d/snmptrapd b/conf.d/snmptrapd index 775f3582..bca2a5f4 100644 --- a/conf.d/snmptrapd +++ b/conf.d/snmptrapd @@ -1,6 +1,5 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # extra flags to pass to snmptrapd SNMPTRAPD_FLAGS="" diff --git a/init.d/snmpd b/init.d/snmpd index 031f5e09..288fea0d 100755 --- a/init.d/snmpd +++ b/init.d/snmpd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ SNMPD_PIDFILE="${SNMPD_PIDFILE:-/var/run/snmpd.pid}" diff --git a/init.d/snmptrapd b/init.d/snmptrapd index 020e6e5b..9787d6f0 100755 --- a/init.d/snmptrapd +++ b/init.d/snmptrapd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ SNMPTRAPD_PIDFILE="${SNMPTRAPD_PIDFILE:-/var/run/snmptrapd.pid}"