diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-12 17:03:45 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-14 22:35:37 +0100 |
commit | 6a3a73f8485460576648ae9c5499d4defcd2576c (patch) | |
tree | 5a3dbf3beb5ee5ada62191525bb3cff1d32c54d9 /sys-process | |
parent | sys-process/dcron: remove unused file (diff) | |
download | gentoo-6a3a73f8485460576648ae9c5499d4defcd2576c.tar.gz gentoo-6a3a73f8485460576648ae9c5499d4defcd2576c.tar.bz2 gentoo-6a3a73f8485460576648ae9c5499d4defcd2576c.zip |
sys-process/vixie-cron: remove unused files
Closes: https://github.com/gentoo/gentoo/pull/3934
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/vixie-cron/files/cron.pam.d | 7 | ||||
-rw-r--r-- | sys-process/vixie-cron/files/vixie-cron.rc6 | 22 |
2 files changed, 0 insertions, 29 deletions
diff --git a/sys-process/vixie-cron/files/cron.pam.d b/sys-process/vixie-cron/files/cron.pam.d deleted file mode 100644 index e09d6f8d8325..000000000000 --- a/sys-process/vixie-cron/files/cron.pam.d +++ /dev/null @@ -1,7 +0,0 @@ -#%PAM-1.0 - -account required pam_unix.so - -auth required pam_unix.so - -session required pam_limits.so diff --git a/sys-process/vixie-cron/files/vixie-cron.rc6 b/sys-process/vixie-cron/files/vixie-cron.rc6 deleted file mode 100644 index 9dfa7dc60ba7..000000000000 --- a/sys-process/vixie-cron/files/vixie-cron.rc6 +++ /dev/null @@ -1,22 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -depend() { - use clock logger - need localmount - provide cron -} - -start() { - ebegin "Starting vixie-cron" - start-stop-daemon --start --quiet --exec /usr/sbin/cron - eend $? -} - -stop() { - ebegin "Stopping vixie-cron" - start-stop-daemon --stop --quiet --pidfile /var/run/cron.pid - eend $? -} |