[Lunar-commits] CVS: moonbase/utils/coreutils DETAILS, 1.7, 1.8 POST_REMOVE, 1.1, 1.2

Terry Chan tchan at lunar-linux.org
Fri Feb 20 07:51:07 GMT 2004


Update of /var/cvs/lunar/moonbase/utils/coreutils
In directory dbguin.lunar-linux.org:/tmp/cvs-serv28139

Modified Files:
	DETAILS POST_REMOVE 
Log Message:
Its that time again -- a new coreutils.  This is relatively painless. Just
make sure your /var/lib/lunar/protected file is current.  I've bumped that
file in theedge and lunar, with fixes for coreutils installation.  Lots of
new features and bug fixes since 5.0.  Compiled and tested with gcc-3.3.3,
on 4 very different lunar boxes.  Even works great on sparc64.


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/coreutils/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS	30 Oct 2003 20:56:45 -0000	1.7
+++ DETAILS	20 Feb 2004 07:51:05 -0000	1.8
@@ -1,11 +1,13 @@
           MODULE=coreutils
-         VERSION=5.0
+         VERSION=5.2.0
+        #VERSION=5.0
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/$MODULE/$SOURCE
+      SOURCE_VFY=md5:ea024eaf04ee7a2a4270655d584445d2
         WEB_SITE=http://www.gnu.org/software/coreutils/
          ENTERED=20030217
-         UPDATED=20030930
+         UPDATED=20040220
            SHORT="contains latest sh-utils, textutils and fileutils"
 cat << EOF
 Tools included perform the following file operations:
@@ -37,9 +39,10 @@
 fold            --      wrap each input line to fit in specified width 
 groups		--	prints the groups the user belongs to 
 head            --      output the first part of files 
+hostid          --      print the numeric id (in hex) for the current host
 hostname	--	prints or sets the machine name 
 id		--	print real/effective/uid/gid
-install		--	copies and sets permissions
+install         --      copies and sets permissions
 join            --      join lines of two files on a common field 
 ln		--	creates links
 logname		--	prints current login name 
@@ -61,13 +64,16 @@
 printf		--	formats and prints data 
 ptx             --      produce a permuted index of file contents 
 pwd		--	prints the working (current) directory 
+readlink        --      display value of a symbolic link on standard output
 rm		--	removes (deletes)
 rmdir		--	removes empty directories
-seq		--	prints numeric sequences 
+seq		--	prints numeric sequences
+sha1sum         --      print or check SHA1 (160-bit) checksums
 shred		--	deletes a file securely
 sleep		--	suspends execution for a specified time 
 sort            --      sort lines of text files 
 split           --      split a file into pieces 
+stat            --      display file or filesystem status
 stty		--	prints/changes terminal settings 
 su		--	lets you adopt the ID of another user or superuser 
 sum             --      checksum and count the blocks in a file 
@@ -84,6 +90,7 @@
 uname		--	prints system information 
 unexpand        --      convert spaces to tabs 
 uniq            --      remove duplicate lines from a sorted file 
+unlink          --      call the unlink function to remove the specified FILE
 uptime		--	tells how long the system has been running 
 users		--	prints current user names 
 vdir		--	long directory listing (like ls -l)

Index: POST_REMOVE
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/coreutils/POST_REMOVE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_REMOVE	13 Mar 2003 05:11:56 -0000	1.1
+++ POST_REMOVE	20 Feb 2004 07:51:05 -0000	1.2
@@ -1 +1 @@
-install-info  --delete coreutils --info-dir /usr/info
+install-info  --delete coreutils --info-dir /usr/share/info



More information about the Lunar-commits mailing list