From f78b3419f6e4bd8e8f15bab25bdb504f77c23b46 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 18 Apr 2017 17:23:30 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- conf.d/snmpd | 1 - conf.d/snmptrapd | 1 - init.d/snmpd | 1 - init.d/snmptrapd | 1 - 4 files changed, 4 deletions(-) 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}" -- 2.39.5