Skip to Content.
Sympa Menu

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

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 (5fb50568c4d2360767ee888a76161b051aab59f8)
  • Date: Sun, 25 Nov 2012 04:52:54 -0600

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

utils/cronie/CONFIGURE | 6 +++++-
utils/cronie/DEPENDS | 6 +++---
utils/cronie/DETAILS | 4 ++--
utils/cronie/HISTORY | 6 ++++++
utils/cronie/INSTALL | 4 +++-
5 files changed, 19 insertions(+), 7 deletions(-)

New commits:
commit 5fb50568c4d2360767ee888a76161b051aab59f8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cronie: => 1.4.9

diff --git a/utils/cronie/CONFIGURE b/utils/cronie/CONFIGURE
index da7ffa2..b95f832 100755
--- a/utils/cronie/CONFIGURE
+++ b/utils/cronie/CONFIGURE
@@ -1,6 +1,10 @@
config_query_option CRONIE_OPTS "Enable inotify support?" n \
"--with-inotify" \
- "--without-inotify"
+ "--without-inotify" &&
+
+config_query_option CRONIE_OPTS "Enable system crontab support?" n \
+ "--with-syscrontab" \
+ "--without-syscrontab" &&

config_query_option CRONIE_OPTS "Enable Anacron support?" n \
"--enable-anacron" \
diff --git a/utils/cronie/DEPENDS b/utils/cronie/DEPENDS
index 9c22c0f..36da2a7 100755
--- a/utils/cronie/DEPENDS
+++ b/utils/cronie/DEPENDS
@@ -1,6 +1,6 @@
-optional_depends MAIL-TRANSPORT-AGENT \
- "" "" \
- "for sending reports" &&
+suggest_depends MAIL-TRANSPORT-AGENT \
+ "" "" \
+ "for sending reports" &&

optional_depends linux-pam \
"--with-pam" \
diff --git a/utils/cronie/DETAILS b/utils/cronie/DETAILS
index 0ed0eb8..cbe7337 100755
--- a/utils/cronie/DETAILS
+++ b/utils/cronie/DETAILS
@@ -1,9 +1,9 @@
SPELL=cronie
- VERSION=1.4.8
+ VERSION=1.4.9
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://fedorahosted.org/releases/c/r/$SPELL/$SOURCE
SOURCE_HINTS="no-check-certificate"
-
SOURCE_HASH=sha512:e2fd54910ffc233c24f3a0e6dce3b845b74b36c42cfd7cbae614201bc8f024a04b7c12dc82b43cd4a8f1dbf49c2dc96a5e0539ef58a936f11dc13c2269564eeb
+
SOURCE_HASH=sha512:932684fb982e273f63828ec71397f4bfa27c6a0559a63d797fcc38f53ec0fcdeb6708c542f9ec952a54e1218ae6cf3aa7c3a7e5c485bb08ce77e2a6549cc46b7
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://fedorahosted.org/cronie/
LICENSE[0]=ISC
diff --git a/utils/cronie/HISTORY b/utils/cronie/HISTORY
index c560d4f..c1eecda 100644
--- a/utils/cronie/HISTORY
+++ b/utils/cronie/HISTORY
@@ -1,3 +1,9 @@
+2012-11-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.9
+ * CONFIGURE: added option for syscrontab support
+ * INSTALL: /etc/crontab is optional
+ * DEPENDS: optional -> suggest for MTA
+
2011-07-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.8

diff --git a/utils/cronie/INSTALL b/utils/cronie/INSTALL
index 8a38600..ab2a472 100755
--- a/utils/cronie/INSTALL
+++ b/utils/cronie/INSTALL
@@ -11,4 +11,6 @@ fi &&
install -vm 755 -d "$INSTALL_ROOT/etc/cron.d" &&
install -vm 770 -o daemon -g crontab -d "$INSTALL_ROOT/var/spool/cron" &&

-install_config_file "$SPELL_DIRECTORY/crontab" "$INSTALL_ROOT/etc/crontab"
+if list_find "$CRONIE_OPTS" "--with-syscrontab"; then
+ install_config_file "$SPELL_DIRECTORY/crontab" "$INSTALL_ROOT/etc/crontab"
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5fb50568c4d2360767ee888a76161b051aab59f8), Vlad Glagolev, 11/25/2012

Archive powered by MHonArc 2.6.24.

Top of Page