Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 07/19/1999 02:11:27
Module Name:	basesrc
Committed By:	kleink
Date:		Mon Jul 19 09:11:26 UTC 1999

Modified Files:
	basesrc/usr.sbin: Makefile
Added Files:
	basesrc/usr.sbin/link: Makefile link.8 link.c
	basesrc/usr.sbin/unlink: Makefile unlink.8 unlink.c

Log Message:
For XCU5's sake, and due to popular demand, add link(8) and unlink(8)
utilities.  This addresses PR standards/8027 by Giles Lean, who also submitted
a different implementation along with; I chose to add those files I had written
a while ago for reasons of portability and not requiring being cleaned up wrt.
compile-time warnings.


To generate a diff of this commit:
cvs rdiff -r1.122 -r1.123 basesrc/usr.sbin/Makefile
cvs rdiff -r0 -r1.1 basesrc/usr.sbin/link/Makefile \
    basesrc/usr.sbin/link/link.8 basesrc/usr.sbin/link/link.c
cvs rdiff -r0 -r1.1 basesrc/usr.sbin/unlink/Makefile \
    basesrc/usr.sbin/unlink/unlink.8 basesrc/usr.sbin/unlink/unlink.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.