CVS: moonbase/utils/at BUILD,1.1.1.1,1.2 DETAILS,1.3,1.4
Florin Braescu
florin at lunar-linux.org
Sat Dec 13 13:18:51 GMT 2003
Update of /var/cvs/lunar/moonbase/utils/at
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5095
Modified Files:
BUILD DETAILS
Log Message:
add a patch to comment out an #error which caused the compilation process to fail.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/at/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:21 -0000 1.1.1.1
+++ BUILD 13 Dec 2003 13:18:49 -0000 1.2
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
mkdir -p /var/spool/atjobs &&
sedit "s/\$(prefix)\/doc/\$(prefix)\/share\/doc/" Makefile.in &&
default_build &&
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/at/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 5 Sep 2002 07:53:06 -0000 1.3
+++ DETAILS 13 Dec 2003 13:18:49 -0000 1.4
@@ -2,12 +2,17 @@
VERSION=3.1.8
EXTRAVERSION=11
SOURCE=at_$VERSION-$EXTRAVERSION.tar.gz
+ SOURCE2=at_$VERSION-error.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://ftp.debian.org/debian/pool/main/a/at/$SOURCE
+ SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
+ SOURCE_VFY=md5:81dbae5162aaa8a398a81424d6631c77
+ SOURCE2_VFY=md5:5e96a19179b9ce6968fd8ec52c108fe0
WEB_SITE=unknown
ENTERED=20011011
- UPDATED=20020903
- SHORT="at/batch is a periodic scheduler."
+ UPDATED=20031213
+ SHORT="at/batch is a periodic scheduler."
+
cat << EOF
at contains at and batch which are daemons that allow processes to be
schedule to run at a later date or when system load permits.
More information about the Lunar-commits
mailing list