[Lunar-commits] <moonbase> vixie-corn: small tweaks.

Florin Braescu florin at lunar-linux.org
Sun Oct 10 08:41:16 CEST 2010


commit 430fe8c4ddafba104d09555ae77419fcea4b5d98
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Oct 10 09:41:16 2010 +0300

    vixie-corn: small tweaks.
---
 utils/vixie-cron/BUILD   |   14 +++++++-------
 utils/vixie-cron/DEPENDS |    1 +
 utils/vixie-cron/DETAILS |    7 ++++---
 3 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/utils/vixie-cron/BUILD b/utils/vixie-cron/BUILD
index a22115b..0415e06 100644
--- a/utils/vixie-cron/BUILD
+++ b/utils/vixie-cron/BUILD
@@ -2,15 +2,15 @@
 
   if module_installed Linux-PAM; then
       OPTS+=" --with-pam"
-  fi &&
+  fi  &&
 
-  sedit '/^pam_DATA/d' src/Makefile.am &&
+  sedit '/^pam_DATA/d' src/Makefile.am  &&
 
-  aclocal           &&
-  autoheader        &&
-  automake -a       &&
-  autoconf          &&
-  default_build     &&
+  aclocal        &&
+  autoheader     &&
+  automake -a    &&
+  autoconf       &&
+  default_build  &&
 
   chmod 6711 /usr/bin/crontab
 
diff --git a/utils/vixie-cron/DEPENDS b/utils/vixie-cron/DEPENDS
index 3f99678..abec7c2 100644
--- a/utils/vixie-cron/DEPENDS
+++ b/utils/vixie-cron/DEPENDS
@@ -1,3 +1,4 @@
 depends chkconfig
 depends cron-common
+
 optional_depends "Linux-PAM" "" "" "for PAM support"
diff --git a/utils/vixie-cron/DETAILS b/utils/vixie-cron/DETAILS
index 37c0eb7..9b7cc94 100644
--- a/utils/vixie-cron/DETAILS
+++ b/utils/vixie-cron/DETAILS
@@ -1,13 +1,14 @@
           MODULE=vixie-cron
          VERSION=4.3
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://download.lunar-linux.org/lunar/mirrors/
+      SOURCE_URL=http://download.lunar-linux.org/lunar/mirrors
       SOURCE_VFY=sha1:4b5692308b3548f8df92e2f3337a1226da0f45fd
-        WEB_SITE=https://hosted.fedoraproject.org/projects/vixie-cron/
+        WEB_SITE=https://hosted.fedoraproject.org/projects/$MODULE
       MAINTAINER=ratler at lunar-linux.org
          ENTERED=20030301
          UPDATED=20091107
-           SHORT="A daemon that runs specified programs at scheduled times."
+           SHORT="A daemon that runs specified programs at scheduled times"
+
 cat << EOF
 Vixie cron is a standard UNIX daemon that runs specified programs at scheduled
 times. Vixie cron adds better security and more powerful configuration


More information about the Lunar-commits mailing list