diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-28 21:39:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-28 21:43:13 +0100 |
commit | 22fd7b2d4764535bd3afc37728df1015b0294467 (patch) | |
tree | 308db1ade2168db9280b6c460c478e9183a8372f /sys-process/cronie | |
parent | dev-lang/spidermonkey:{38,45} drop more static libs (diff) | |
download | gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.gz gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.bz2 gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.zip |
Drop remaining $Id$ and $Header$ from files.
Bug: 611234
Diffstat (limited to 'sys-process/cronie')
-rw-r--r-- | sys-process/cronie/files/cronie-1.2-cron.deny | 1 | ||||
-rw-r--r-- | sys-process/cronie/files/cronie-1.3-crontab | 1 | ||||
-rw-r--r-- | sys-process/cronie/files/cronie-1.3-initd | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys-process/cronie/files/cronie-1.2-cron.deny b/sys-process/cronie/files/cronie-1.2-cron.deny index 42cdd5f8c9a3..f703d5846e41 100644 --- a/sys-process/cronie/files/cronie-1.2-cron.deny +++ b/sys-process/cronie/files/cronie-1.2-cron.deny @@ -1,4 +1,3 @@ -# $Id$ # If for any reason you have users in the 'cron' group who should not # be allowed to run crontab, add them to this file (one username per # line) diff --git a/sys-process/cronie/files/cronie-1.3-crontab b/sys-process/cronie/files/cronie-1.3-crontab index 14a6b9b1922f..99c2b54f3fde 100644 --- a/sys-process/cronie/files/cronie-1.3-crontab +++ b/sys-process/cronie/files/cronie-1.3-crontab @@ -1,5 +1,4 @@ # for cronie -# $Id$ # Global variables SHELL=/bin/bash diff --git a/sys-process/cronie/files/cronie-1.3-initd b/sys-process/cronie/files/cronie-1.3-initd index 781ff67c47f8..793e6213bfae 100644 --- a/sys-process/cronie/files/cronie-1.3-initd +++ b/sys-process/cronie/files/cronie-1.3-initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ command="/usr/sbin/crond" command_args="${CRONDARGS}" |