sys-process/vixie-cron: remove unused files
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Sun, 12 Feb 2017 16:03:45 +0000 (17:03 +0100)
committerDavid Seifert <soap@gentoo.org>
Tue, 14 Feb 2017 21:35:37 +0000 (22:35 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3934

sys-process/vixie-cron/files/cron.pam.d [deleted file]
sys-process/vixie-cron/files/vixie-cron.rc6 [deleted file]

diff --git a/sys-process/vixie-cron/files/cron.pam.d b/sys-process/vixie-cron/files/cron.pam.d
deleted file mode 100644 (file)
index e09d6f8..0000000
+++ /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 (file)
index 9dfa7dc..0000000
+++ /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 $?
-}