CVS: moonbase/utils/coreutils DETAILS,1.6,1.7 BUILD,1.3,1.4
Jasper Huysmans
jasper at lunar-linux.org
Thu Oct 30 20:56:47 GMT 2003
Update of /var/cvs/lunar/moonbase/utils/coreutils
In directory dbguin.lunar-linux.org:/tmp/cvs-serv22971
Modified Files:
DETAILS BUILD
Log Message:
Remove usleep from coreutils. The implementation in new initscripts package is preferable.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/coreutils/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS 23 Apr 2003 21:08:34 -0000 1.6
+++ DETAILS 30 Oct 2003 20:56:45 -0000 1.7
@@ -1,14 +1,11 @@
MODULE=coreutils
VERSION=5.0
- #VERSION=4.5.12
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=$MODULE-$VERSION-usleep.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/$MODULE/$SOURCE
- SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
WEB_SITE=http://www.gnu.org/software/coreutils/
ENTERED=20030217
- UPDATED=20030423
+ UPDATED=20030930
SHORT="contains latest sh-utils, textutils and fileutils"
cat << EOF
Tools included perform the following file operations:
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/coreutils/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 30 Oct 2003 07:24:39 -0000 1.3
+++ BUILD 30 Oct 2003 20:56:45 -0000 1.4
@@ -2,13 +2,11 @@
bad_flags -malign-double
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
default_build &&
for FILE in basename cat cp chgrp chmod chown cut date dd df echo \
false groups id ln ls mkdir mknod nice pwd rm rmdir sleep \
- sort stty sync tail tr true uname usleep mv ; do
+ sort stty sync tail tr true uname mv ; do
mv -f /usr/bin/$FILE /bin
done &&
mv -f /usr/bin/chroot /usr/sbin &&
More information about the Lunar-commits
mailing list