From: Frank Brehm Date: Mon, 8 Jan 2018 15:24:00 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=45f80749f5d9cead3022b921f3a6bd0f4a4f9c1f;p=config%2Fberta%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/audit/audit.rules b/audit/audit.rules index a53a703..25dbedf 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 04d81dd..29ae197 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 7fc0d84..1f34173 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 923e937..c66be16 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 33c932a..c952554 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'