SOURCES: bigsister-ac.patch (NEW) - add --with-crondir argument to...

glen glen at pld-linux.org
Sat Apr 15 17:52:32 CEST 2006


Author: glen                         Date: Sat Apr 15 15:52:32 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add --with-crondir argument to skip requirement of cron dirs at build time

---- Files affected:
SOURCES:
   bigsister-ac.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/bigsister-ac.patch
diff -u /dev/null SOURCES/bigsister-ac.patch:1.1
--- /dev/null	Sat Apr 15 17:52:32 2006
+++ SOURCES/bigsister-ac.patch	Sat Apr 15 17:52:27 2006
@@ -0,0 +1,17 @@
+--- big-sister-1.02/configure.in~	2005-11-22 13:19:16.000000000 +0200
++++ big-sister-1.02/configure.in	2006-04-15 18:50:53.000000000 +0300
+@@ -256,11 +256,14 @@
+ 
+ AC_SUBST(crondir)
+ AC_MSG_CHECKING([where to store weekly cronjobs])
++AC_ARG_WITH(  crondir, [  --with-crondir 	     where to store weekly cronjobs],crondir=$withval)
++if test "$crondir" = ""; then
+ for dir in /etc/cron.weekly; do
+     if test -d $dir; then
+ 	    crondir=$dir
+     fi
+ done 
++fi
+ 
+ if test "$crondir" = ""; then
+     AC_MSG_RESULT(none)
================================================================


More information about the pld-cvs-commit mailing list