[Lunar-commits] <moonbase> fcron: remove it from the moonbase. it's old and unmaintained.
Florin Braescu
florin at lunar-linux.org
Fri Oct 2 15:50:37 CEST 2009
commit bebd341ed14b356dbc8c633a0888d7aac3f12f48
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Oct 2 16:50:37 2009 +0300
fcron: remove it from the moonbase. it's old and unmaintained.
---
utils/fcron/BUILD | 31 -------------------------------
utils/fcron/CONFLICTS | 3 ---
utils/fcron/DEPENDS | 4 ----
utils/fcron/DETAILS | 19 -------------------
utils/fcron/init.d/crond | 15 ---------------
utils/fcron/pam.d/fcron | 7 -------
6 files changed, 0 insertions(+), 79 deletions(-)
diff --git a/utils/fcron/BUILD b/utils/fcron/BUILD
deleted file mode 100644
index 87fd56f..0000000
--- a/utils/fcron/BUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-(
-
- EDITOR=`which $EDITOR 2>/dev/null` ||
- EDITOR=`which nano`
-
- add_priv_user fcron:fcron
-
- sedit "s/-O2/$CFLAGS/" configure
-
- OPTS="$OPTS --prefix=/usr \
- --sysconfdir=/etc \
- --with-piddir=/var/run \
- --with-answer-all=no \
- --without-sendmail \
- --with-editor=$EDITOR" &&
-
- default_build &&
-
- if [ -e /etc/init.d/fcron.sh ]; then
- rm -f /etc/init.d/fcron.sh
- rm -f /etc/rc?.d/???fcron.sh
- fi
- if [ -e /etc/init.d/crond ]; then
- rm -f /etc/init.d/crond
- rm -f /etc/rc?.d/???crond
- fi
-
- [ -e /etc/fcron.allow ] || cp files/fcron.allow /etc
- [ -e /etc/fcron.deny ] || cp files/fcron.deny /etc
-
-) > $C_FIFO 2>&1
diff --git a/utils/fcron/CONFLICTS b/utils/fcron/CONFLICTS
deleted file mode 100644
index b4981ed..0000000
--- a/utils/fcron/CONFLICTS
+++ /dev/null
@@ -1,3 +0,0 @@
-conflicts hc-cron
-conflicts vixie-cron
-conflicts cronie
diff --git a/utils/fcron/DEPENDS b/utils/fcron/DEPENDS
deleted file mode 100644
index 2379fec..0000000
--- a/utils/fcron/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends chkconfig
-depends perl
-
-optional_depends Linux-PAM "--with-pam=yes" "--with-pam=no" "Use PAM support"
diff --git a/utils/fcron/DETAILS b/utils/fcron/DETAILS
deleted file mode 100644
index 5185ed1..0000000
--- a/utils/fcron/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=fcron
- VERSION=3.0.4
- SOURCE=$MODULE-$VERSION.src.tar.gz
- SOURCE_URL=http://fcron.free.fr/archives/
- SOURCE_VFY=sha1:daaa5287be026a425ea5bb56959ad38b1b6d030a
- WEB_SITE=http://fcron.free.fr
- ENTERED=20010922
- UPDATED=20071109
- SHORT="Superior periodic scheduler"
-
-cat << EOF
-Fcron is a periodical command scheduler which aims at replacing vixie
-cron, so it implements most of its functionality. It does not assume
-that your system is running either all the time or regularly: you can,
-for instance, tell fcron to execute tasks every x hours y minutes of
-system uptime or to do a job only once in a specified interval of time.
-You can also set a nice value to a job, run it depending on the system
-load average, and much more.
-EOF
diff --git a/utils/fcron/init.d/crond b/utils/fcron/init.d/crond
deleted file mode 100755
index 75fbff0..0000000
--- a/utils/fcron/init.d/crond
+++ /dev/null
@@ -1,15 +0,0 @@
-#! /bin/bash
-#
-# fcron Start/Stop the cron clock daemon.
-#
-# chkconfig: 2345 90 60
-# description: cron is a standard UNIX program that runs user-specified \
-# programs at periodic scheduled times. vixie cron adds a \
-# number of features to the basic UNIX cron, including better \
-# security and more powerful configuration options.
-# processname: /usr/sbin/fcron
-# pidfile: /var/run/fcron.pid
-
-ARGS="-b"
-
-. /lib/lsb/init-functions
diff --git a/utils/fcron/pam.d/fcron b/utils/fcron/pam.d/fcron
deleted file mode 100644
index 0986b8b..0000000
--- a/utils/fcron/pam.d/fcron
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# The PAM configuration file for the `fcron' service
-#
-account required pam_unix.so
-auth required pam_unix.so nullok
-auth required pam_env.so
-session required pam_unix.so
More information about the Lunar-commits
mailing list