diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-01-23 22:22:57 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-01-23 22:22:57 +0000 |
commit | 5534ca118344b1618ee1364d23f24592dfb18922 (patch) | |
tree | 9f0d204460330459b8568746b9eb451acf380597 /sys-apps/vcron/files | |
parent | new version; removed older (diff) | |
download | historical-5534ca118344b1618ee1364d23f24592dfb18922.tar.gz historical-5534ca118344b1618ee1364d23f24592dfb18922.tar.bz2 historical-5534ca118344b1618ee1364d23f24592dfb18922.zip |
new version; removed broken ones
Diffstat (limited to 'sys-apps/vcron/files')
-rw-r--r-- | sys-apps/vcron/files/digest-vcron-3.0_p1-r2 | 1 | ||||
-rw-r--r-- | sys-apps/vcron/files/digest-vcron-3.0_p1-r6 | 1 | ||||
-rw-r--r-- | sys-apps/vcron/files/vcron.rc5 | 32 | ||||
-rw-r--r-- | sys-apps/vcron/files/vixie-cron-3.0.1-gentoo.patch | 8 |
4 files changed, 4 insertions, 38 deletions
diff --git a/sys-apps/vcron/files/digest-vcron-3.0_p1-r2 b/sys-apps/vcron/files/digest-vcron-3.0_p1-r2 deleted file mode 100644 index d9b42def86e1..000000000000 --- a/sys-apps/vcron/files/digest-vcron-3.0_p1-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 d9f12c3edfca4a4918b8d299cce5f2b4 cron3.0pl1.tar.gz 61440 diff --git a/sys-apps/vcron/files/digest-vcron-3.0_p1-r6 b/sys-apps/vcron/files/digest-vcron-3.0_p1-r6 deleted file mode 100644 index d9b42def86e1..000000000000 --- a/sys-apps/vcron/files/digest-vcron-3.0_p1-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 d9f12c3edfca4a4918b8d299cce5f2b4 cron3.0pl1.tar.gz 61440 diff --git a/sys-apps/vcron/files/vcron.rc5 b/sys-apps/vcron/files/vcron.rc5 deleted file mode 100644 index 681c3de72a5f..000000000000 --- a/sys-apps/vcron/files/vcron.rc5 +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh -#RCUPDATE:2 3 4:80:This line is required for script management - -. /etc/rc.d/config/functions - -SERVICE=cron -DESC="vcron" -EXE=/usr/bin/cron -opts="start stop restart" - -start() { - ebegin "Starting ${DESC}" - start-stop-daemon --start --quiet --exec ${EXE} -- 1>&2 - eend $? "Error starting ${DESC}." -} - -stop() { - ebegin "Stopping ${DESC}" - start-stop-daemon --stop --quiet --exec ${EXE} -- 1>&2 - eend $? "Error stopping ${DESC}." -} - -restart() { - - stop - start - -} - - -doservice ${@} - diff --git a/sys-apps/vcron/files/vixie-cron-3.0.1-gentoo.patch b/sys-apps/vcron/files/vixie-cron-3.0.1-gentoo.patch index a08edaf7fd4e..3cee644d372a 100644 --- a/sys-apps/vcron/files/vixie-cron-3.0.1-gentoo.patch +++ b/sys-apps/vcron/files/vixie-cron-3.0.1-gentoo.patch @@ -87,7 +87,7 @@ .PP .I Cron -searches /var/cron/tabs for crontab files which are named after accounts in -+searches /var/spool/cron for crontab files which are named after accounts in ++searches /var/spool/cron/crontabs for crontab files which are named after accounts in /etc/passwd; crontabs found are loaded into memory. .I Cron also searches for /etc/crontab which is in a different format (see @@ -111,7 +111,7 @@ * are all relative to this directory. */ -#define CRONDIR "/var/cron" -+#define CRONDIR "/var/spool" ++#define CRONDIR "/var/spool/cron" #endif /* SPOOLDIR is where the crontabs live. @@ -120,7 +120,7 @@ * didn't exist last time around...) */ -#define SPOOL_DIR "tabs" -+#define SPOOL_DIR "cron" ++#define SPOOL_DIR "crontabs" /* undefining these turns off their features. note * that ALLOW_FILE and DENY_FILE must both be defined @@ -703,7 +703,7 @@ --- vixie-cron-3.0.1/cron.8.crond Wed Apr 14 18:45:03 1999 +++ vixie-cron-3.0.1/cron.8 Wed Apr 14 18:46:27 1999 @@ -32,7 +32,8 @@ - searches /var/spool/cron for crontab files which are named after accounts in + searches /var/spool/cron/crontabs for crontab files which are named after accounts in /etc/passwd; crontabs found are loaded into memory. .I Cron -also searches for /etc/crontab which is in a different format (see |