[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (df6eca0503c55d72070f38402c074e456f25086e)

Vlad Glagolev scm at sourcemage.org
Sun Mar 21 16:10:05 EDT 2010


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

 utils/dcron/DEPENDS |    4 ++--
 utils/dcron/HISTORY |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit df6eca0503c55d72070f38402c074e456f25086e
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    dcron: optional_depends -> suggest_depends

diff --git a/utils/dcron/DEPENDS b/utils/dcron/DEPENDS
index 2bd256e..7f97625 100755
--- a/utils/dcron/DEPENDS
+++ b/utils/dcron/DEPENDS
@@ -1,2 +1,2 @@
-optional_depends SENDMAIL "" "" "for sending mail reports" &&
-optional_depends SYSTEM-LOGGER "" "" "for logging through syslog" 
+suggest_depends SENDMAIL "" "" "for sending mail reports" &&
+suggest_depends SYSTEM-LOGGER "" "" "for logging through syslog"
diff --git a/utils/dcron/HISTORY b/utils/dcron/HISTORY
index af47a53..0da5f70 100644
--- a/utils/dcron/HISTORY
+++ b/utils/dcron/HISTORY
@@ -3,7 +3,7 @@
 	  updated description
 	* BUILD: change compile-time defaults to proper for the system
 	* PRE_BUILD: quoting paths; cleaned up
-	* DEPENDS: cleaned up
+	* DEPENDS: cleaned up; optional_depends -> suggest_depends
 	* INSTALL: added, to install config file
 	* init.d/crond: added CROND_ARGS
 	* init.d/dcron.conf: added, to configure command-line parameters



More information about the SM-Commit mailing list