From f2a91560f86d570f3d357701f2de1a7c5abccd22 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 20 Apr 2017 08:12:25 +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 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}" -- 2.39.5