edwin 2007-12-26 08:32:20 UTC
FreeBSD src repository
Modified files:
bin/cp cp.c
Log:
As suggested, replace earlier changed warnx() / exit() with an errx()
Submitted by: Peter Jeremy <[EMAIL PROTECTED]>
Revision ChangesPath
1.59 +3 -4
On Tue, Dec 25, 2007 at 12:40:32AM +, Edwin Groothuis wrote:
> When copying multiple files to a directory, make sure that a proper
> warning is given when the directory doesn't exist.
warnx("Target is not a directory");
exit(1);
would be more simply expressed as
errx(
edwin 2007-12-25 00:40:32 UTC
FreeBSD src repository
Modified files:
bin/cp cp.c
Log:
When copying multiple files to a directory, make sure that a proper
warning is given when the directory doesn't exist.
PR: bin/50656
Submitted by: Edwin Gr
trhodes 2006-10-11 10:26:35 UTC
FreeBSD src repository
Modified files:
bin/cp cp.c
Log:
Fix style(9) bugs in previous commit.
Lesson from:bde
Revision ChangesPath
1.57 +4 -7 src/bin/cp/cp.c
_
ru 2006-09-29 06:06:39 UTC
FreeBSD src repository
Modified files:
bin/cp cp.c
Log:
Move the -l option processing to where it belongs.
Overall still not kosher but better matches style(9).
Revision ChangesPath
1.55 +4 -4 src/bin/cp/cp.c
_
maxim 2006-07-04 20:52:36 UTC
FreeBSD src repository
Modified files:
bin/cp cp.c
Log:
o Call fts_close() before exit.
Obtained from: NetBSD, Coverity ID 1754
Revision ChangesPath
1.53 +1 -0 src/bin/cp/cp.c
__
csjp2005-11-12 21:21:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
bin/cp cp.c extern.h utils.c
bin/mv mv.c
Log:
MFC Log:
Attempt to complete the userspace integration of POSIX.1e extended ACLs.
This includes