Date: Mon, 20 Dec 1999 08:13:48 -0800 (PST) From: Sheldon Hearn <sheldonh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ln Makefile ln.1 ln.c src/bin/rm Makefile rm.1 rm.c Message-ID: <199912201613.IAA28489@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sheldonh 1999/12/20 08:13:48 PST
Modified files:
bin/ln Makefile ln.1 ln.c
bin/rm Makefile rm.1 rm.c
Log:
Add link(1) and unlink(1) as special cases of ln(1) and rm(1)
respectively, in accordance with SUSv2.
This differs from the approach taken in NetBSD, but provides
less obscure error messages in at least the EISDIR case and
does not take up additional disk space for new binaries.
PR: 13071
PR: 13074
Requested by: James Howard <howardjp@wam.umd.edu>
Revision Changes Path
1.7 +4 -1 src/bin/ln/Makefile
1.10 +18 -2 src/bin/ln/ln.1
1.15 +22 -4 src/bin/ln/ln.c
1.7 +4 -1 src/bin/rm/Makefile
1.18 +19 -2 src/bin/rm/rm.1
1.27 +22 -2 src/bin/rm/rm.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912201613.IAA28489>
