Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (88ac5c0936b80d5e8f051806f67784f71d127550)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (88ac5c0936b80d5e8f051806f67784f71d127550)
  • Date: Sat, 25 Apr 2009 15:39:15 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
utils/cronie/BUILD | 3 +++
utils/cronie/CONFIGURE | 3 +++
utils/cronie/CONFLICTS | 3 +++
utils/cronie/DEPENDS | 14 ++++++++++++++
utils/cronie/DETAILS | 20 ++++++++++++++++++++
utils/cronie/HISTORY | 3 +++
utils/cronie/INSTALL | 8 ++++++++
utils/cronie/PROVIDES | 1 +
utils/cronie/crontab | 10 ++++++++++
utils/cronie/init.d/crond | 7 +++++++
11 files changed, 75 insertions(+)

New commits:
commit 88ac5c0936b80d5e8f051806f67784f71d127550
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cronie: new spell, clone of 'original' vixie-cron

diff --git a/ChangeLog b/ChangeLog
index ed2e6dd..e00b482 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-04-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/cronie: new spell, clone of 'original' vixie-cron
+
2009-04-24 Arjan Bouter <abouter AT sourcemage.org>
* devel/lemon: new spell, parser generator

diff --git a/utils/cronie/BUILD b/utils/cronie/BUILD
new file mode 100755
index 0000000..687370e
--- /dev/null
+++ b/utils/cronie/BUILD
@@ -0,0 +1,3 @@
+OPTS="$CRONIE_OPTS $OPTS" &&
+
+default_build
diff --git a/utils/cronie/CONFIGURE b/utils/cronie/CONFIGURE
new file mode 100755
index 0000000..0070ecf
--- /dev/null
+++ b/utils/cronie/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option CRONIE_OPTS "Enable inotify support?" n \
+ "--with-inotify" \
+ "--without-inotify"
diff --git a/utils/cronie/CONFLICTS b/utils/cronie/CONFLICTS
new file mode 100755
index 0000000..ec64fa8
--- /dev/null
+++ b/utils/cronie/CONFLICTS
@@ -0,0 +1,3 @@
+conflicts dcron &&
+conflicts hc-cron &&
+conflicts vixie-cron
diff --git a/utils/cronie/DEPENDS b/utils/cronie/DEPENDS
new file mode 100755
index 0000000..77e7c58
--- /dev/null
+++ b/utils/cronie/DEPENDS
@@ -0,0 +1,14 @@
+optional_depends linux-pam \
+ "--enable-pam=yes" \
+ "--enable-pam=no" \
+ "for PAM support" &&
+
+optional_depends libselinux \
+ "--with-selinux" \
+ "--without-selinux" \
+ "for SELinux support" &&
+
+optional_depends audit \
+ "--with-audit" \
+ "--without-audit" \
+ "for audit trails"
diff --git a/utils/cronie/DETAILS b/utils/cronie/DETAILS
new file mode 100755
index 0000000..d4bb004
--- /dev/null
+++ b/utils/cronie/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=cronie
+ VERSION=1.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=https://fedorahosted.org/releases/c/r/$SPELL/$SOURCE
+ SOURCE_HINTS=no-check-certificate
+
SOURCE_HASH=sha512:b9e44326b288c40b7c160ed2f51927e5805d626aa5b1eed626327f80857243b8e9652c7d3a77796f8d3d8008b4a3f6d7fed8506c3567051802b32608ffbbcf24
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://fedorahosted.org/cronie/
+ LICENSE[0]=ISC
+ LICENSE[1]=BSD
+ ENTERED=20090425
+ SHORT="clone of 'original' vixie-cron"
+cat << EOF
+Cronie is a clone of 'original' vixie-cron. It was used in Red Hat|Fedora
system
+and patched for a long time. Now was made clone tagged with version 4.2.
+
+Cronie contains the standard UNIX daemon crond that runs specified programs
at
+scheduled times and related tools. It is based on the original cron and has
+security and configuration enhancements like the ability to use pam and
SELinux.
+EOF
diff --git a/utils/cronie/HISTORY b/utils/cronie/HISTORY
new file mode 100644
index 0000000..80e9e99
--- /dev/null
+++ b/utils/cronie/HISTORY
@@ -0,0 +1,3 @@
+2009-04-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PROVIDES, CONFIGURE, CONFLICTS,
+ crontab, init.d/crond: spell created
diff --git a/utils/cronie/INSTALL b/utils/cronie/INSTALL
new file mode 100755
index 0000000..3a489a8
--- /dev/null
+++ b/utils/cronie/INSTALL
@@ -0,0 +1,8 @@
+create_group daemon &&
+create_account daemon &&
+
+default_install &&
+
+install -vm 755 -d "$INSTALL_ROOT/etc/cron.d" &&
+
+install_config_file "$SPELL_DIRECTORY/crontab" "$INSTALL_ROOT/etc/crontab"
diff --git a/utils/cronie/PROVIDES b/utils/cronie/PROVIDES
new file mode 100755
index 0000000..5452a10
--- /dev/null
+++ b/utils/cronie/PROVIDES
@@ -0,0 +1 @@
+CRON
diff --git a/utils/cronie/crontab b/utils/cronie/crontab
new file mode 100644
index 0000000..4c3aafb
--- /dev/null
+++ b/utils/cronie/crontab
@@ -0,0 +1,10 @@
+# /etc/crontab: system-wide crontab
+# Unlike any other crontab you don't have to run the `crontab'
+# command to install the new version when you edit this file
+# and files in /etc/cron.d. These files also have username fields,
+# that none of the other crontabs do.
+
+SHELL=/bin/sh
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
+
+# minute hour mday month wday command
diff --git a/utils/cronie/init.d/crond b/utils/cronie/init.d/crond
new file mode 100755
index 0000000..aae4057
--- /dev/null
+++ b/utils/cronie/init.d/crond
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+PROGRAM=/usr/sbin/crond
+RUNLEVEL=3
+PIDFILE=/var/run/crond.pid
+
+. /etc/init.d/smgl_init



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (88ac5c0936b80d5e8f051806f67784f71d127550), Vlad Glagolev, 04/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page