summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-01-23 22:22:57 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-01-23 22:22:57 +0000
commit13f36f0c6f24f1fce3b6d9313cfa97361c5c4126 (patch)
tree70408dd0dc3f1f46e347b808ee1101e9ccd64595 /sys-apps/vcron
parentnew version that adds GLU and hopefully working DRI support (diff)
downloadgentoo-2-13f36f0c6f24f1fce3b6d9313cfa97361c5c4126.tar.gz
gentoo-2-13f36f0c6f24f1fce3b6d9313cfa97361c5c4126.tar.bz2
gentoo-2-13f36f0c6f24f1fce3b6d9313cfa97361c5c4126.zip
new version; removed broken ones
Diffstat (limited to 'sys-apps/vcron')
-rw-r--r--sys-apps/vcron/files/digest-vcron-3.0_p1-r21
-rw-r--r--sys-apps/vcron/files/digest-vcron-3.0_p1-r61
-rw-r--r--sys-apps/vcron/files/vcron.rc532
-rw-r--r--sys-apps/vcron/files/vixie-cron-3.0.1-gentoo.patch8
-rw-r--r--sys-apps/vcron/vcron-3.0_p1-r2.ebuild34
-rw-r--r--sys-apps/vcron/vcron-3.0_p1-r6.ebuild34
6 files changed, 4 insertions, 106 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
diff --git a/sys-apps/vcron/vcron-3.0_p1-r2.ebuild b/sys-apps/vcron/vcron-3.0_p1-r2.ebuild
deleted file mode 100644
index 5264a47b092d..000000000000
--- a/sys-apps/vcron/vcron-3.0_p1-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/vcron-3.0_p1-r2.ebuild,v 1.2 2001/10/02 19:22:26 woodchip Exp $
-
-P=vcron-3.0p1
-A=cron3.0pl1.tar.gz
-S=${WORKDIR}/cron3.0pl1
-DESCRIPTION="Crontab Daemon"
-SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/daemons/cron/"${A}
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "s/^OPTIM.*/OPTIM = ${CFLAGS}/" Makefile.orig > Makefile
-}
-
-src_compile() {
- cd ${S}
- emake || die
-}
-
-src_install() {
- cd ${S}
- into /usr
- dobin cron crontab
- doman crontab.[15] cron.8
- dodoc CHANGES CONVERSION FEATURES MAIL MANIFEST README THANKS
-
- exeinto /etc/rc.d/init.d
- newexe ${FILESDIR}/vcron.rc5
-}
diff --git a/sys-apps/vcron/vcron-3.0_p1-r6.ebuild b/sys-apps/vcron/vcron-3.0_p1-r6.ebuild
deleted file mode 100644
index 9d7db92e6816..000000000000
--- a/sys-apps/vcron/vcron-3.0_p1-r6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/vcron-3.0_p1-r6.ebuild,v 1.1 2001/10/02 19:22:26 woodchip Exp $
-
-P=vcron-3.0p1
-A=cron3.0pl1.tar.gz
-S=${WORKDIR}/cron3.0pl1
-DESCRIPTION="Crontab Daemon"
-SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/daemons/cron/"${A}
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "s/^OPTIM.*/OPTIM = ${CFLAGS}/" Makefile.orig > Makefile
-}
-
-src_compile() {
- cd ${S}
- emake || die
-}
-
-src_install() {
- cd ${S}
- into /usr
- dobin cron crontab
- doman crontab.[15] cron.8
- dodoc CHANGES CONVERSION FEATURES MAIL MANIFEST README THANKS
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/vcron.rc6 vcron
-}