CVS: moonbase/utils/rcs BUILD,1.1.1.1,1.2 DETAILS,1.1.1.1,1.2
Terry Chan
tchan at lunar-linux.org
Fri Sep 19 19:04:58 GMT 2003
Update of /var/cvs/lunar/moonbase/utils/rcs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10101
Modified Files:
BUILD DETAILS
Log Message:
Added md5sum check. Changed BUILD script to use uid operator instead of
bin to get this module to compile/install correctly, per Hendrik Visage's
request.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/rcs/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 19 Sep 2003 19:04:56 -0000 1.2
@@ -2,13 +2,13 @@
# RCS doesn't like to be compiled as root, as the make is
# doing several of the tests, and these tests need to be executed
# as a non-root user :(
-# that's the reason for the chown & su to user bin!!!!
+# that's the reason for the chown & su to user operator!!!!
(
- chown -R bin:bin . &&
- su bin -c "./configure --prefix=/usr" &&
- su bin -c make &&
+ chown -R operator:operator . &&
+ su operator -c "./configure --prefix=/usr" &&
+ su operator -c make &&
prepare_install &&
make install
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/rcs/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS 21 Aug 2002 00:55:21 -0000 1.1.1.1
+++ DETAILS 19 Sep 2003 19:04:56 -0000 1.2
@@ -1,12 +1,13 @@
- MODULE=rcs
+ MODULE=rcs
VERSION=5.7
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$SOURCE
+ SOURCE_VFY=md5:4c8e896f2d2446fa593c6f1601a4fb75
WEB_SITE=http://www.gnu.org
ENTERED=20011013
- UPDATED=20011013
+ UPDATED=20030919
SHORT="Revision Control Software"
cat << EOF
RCS -Revision Control SOftware,
More information about the Lunar-commits
mailing list