From: Frank Brehm Date: Thu, 28 Dec 2017 01:19:44 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=82fa28b484944548350037e4394f0f9257ba869f;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/audit/audit.rules b/audit/audit.rules index a53a7036..25dbedfd 100644 --- a/audit/audit.rules +++ b/audit/audit.rules @@ -1,6 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # # This file contains the auditctl rules that are loaded # whenever the audit daemon is started via the initscripts. diff --git a/audit/audit.rules.stop.post b/audit/audit.rules.stop.post index 04d81dda..29ae197f 100644 --- a/audit/audit.rules.stop.post +++ b/audit/audit.rules.stop.post @@ -1,6 +1,5 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # # This file contains the auditctl rules that are loaded immediately after the # audit deamon is stopped via the initscripts. diff --git a/audit/audit.rules.stop.pre b/audit/audit.rules.stop.pre index 7fc0d84d..1f341733 100644 --- a/audit/audit.rules.stop.pre +++ b/audit/audit.rules.stop.pre @@ -1,6 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # # This file contains the auditctl rules that are loaded immediately before the # audit deamon is stopped via the initscripts. diff --git a/conf.d/auditd b/conf.d/auditd index 923e9378..c66be166 100644 --- a/conf.d/auditd +++ b/conf.d/auditd @@ -1,6 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # Configuration options for auditd # -f for foreground mode diff --git a/init.d/auditd b/init.d/auditd index 33c932a2..c952554d 100755 --- a/init.d/auditd +++ b/init.d/auditd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ extra_started_commands='reload reload_auditd reload_rules' description='Linux Auditing System'