Skip to Content.
Sympa Menu

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

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 (554862f77db7b3c25d348e031856647bfdfc78fb)
  • Date: Fri, 9 Nov 2007 16:26:53 -0600

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

utils/fcron/BUILD | 15 ++++-----------
utils/fcron/DEPENDS | 34 ++++++++++++++++++++++------------
utils/fcron/HISTORY | 6 ++++++
utils/fcron/INSTALL | 3 ---
4 files changed, 32 insertions(+), 26 deletions(-)

New commits:
commit 554862f77db7b3c25d348e031856647bfdfc78fb
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fcron: updated to 3.0.4, lots of fixes like pam+selinux deps, INSTALL
useless

diff --git a/utils/fcron/BUILD b/utils/fcron/BUILD
index be3d035..4695b68 100755
--- a/utils/fcron/BUILD
+++ b/utils/fcron/BUILD
@@ -1,20 +1,13 @@
-create_account fcron
+create_account fcron

-# Removed according to Bug #385
-# if spell_ok linux-pam
-# then WITH_PAM="--with-pam=yes"
-# else WITH_PAM="--with-pam=no"
-# fi
-WITH_PAM="--with-pam=no"
-
-EDITOR=`which ${EDITOR%% *} 2>/dev/null` ||
+EDITOR=`which ${EDITOR%% *} 2> /dev/null` ||
EDITOR=`which nano`

-sedit "s/-O2/$CFLAGS/" configure
+sedit "s/-O2/$CFLAGS/" configure

./configure --prefix=/usr \
--with-answer-all=no \
- $WITH_PAM \
+ --sysconfdir=/etc \
--with-editor=$EDITOR \
--bindir=/bin \
--sbindir=/sbin \
diff --git a/utils/fcron/DEPENDS b/utils/fcron/DEPENDS
index b4907ce..c5b514f 100755
--- a/utils/fcron/DEPENDS
+++ b/utils/fcron/DEPENDS
@@ -1,12 +1,22 @@
-depends perl &&
-depends which &&
-
-optional_depends openjade \
- "" \
- "" \
- "to build documentation" &&
-
-optional_depends MAIL-TRANSPORT-AGENT \
- "" \
- "--without-sendmail" \
- "for the e-mailing of reports"
+depends perl &&
+depends which &&
+
+optional_depends openjade \
+ "" \
+ "" \
+ "to build documentation" &&
+
+optional_depends linux-pam \
+ "--with-pam=yes" \
+ "--with-pam=no" \
+ "for PAM support" &&
+
+optional_depends libselinux \
+ "--with-selinux=yes" \
+ "--with-selinux=no" \
+ "for PAM support" &&
+
+optional_depends MAIL-TRANSPORT-AGENT \
+ "" \
+ "--without-sendmail" \
+ "for the e-mailing of reports"
diff --git a/utils/fcron/HISTORY b/utils/fcron/HISTORY
index 954a574..12bca22 100644
--- a/utils/fcron/HISTORY
+++ b/utils/fcron/HISTORY
@@ -1,3 +1,9 @@
+2007-11-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.0.4
+ * DEPENDS: added pam, libselinux
+ * BUILD: cleaned up, fixed strict pam
+ * INSTALL: removed, unneeded
+
2007-01-17 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: version update

diff --git a/utils/fcron/INSTALL b/utils/fcron/INSTALL
deleted file mode 100755
index 489b41b..0000000
--- a/utils/fcron/INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-make install &&
-chgrp fcron /etc/fcron.conf &&
-chmod 640 /etc/fcron.conf



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (554862f77db7b3c25d348e031856647bfdfc78fb), Vlad Glagolev, 11/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page