From: Frank Brehm Date: Tue, 18 Apr 2017 15:23:30 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=f78b3419f6e4bd8e8f15bab25bdb504f77c23b46;p=config%2Fberta%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/conf.d/snmpd b/conf.d/snmpd index ba8ba66..a3f8824 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 775f358..bca2a5f 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 031f5e0..288fea0 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 020e6e5..9787d6f 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}"