看板 DFBSD_commit 關於我們 聯絡資訊
cpressey 2005/02/13 18:09:12 PST DragonFly src repository Modified files: bin/cp cp.1 cp.c Log: Partial merge with recent revisions from FreeBSD: - pass -1 to setfile() (cp.c:1.49) - When -R is not specified, fail to copy the contents of dangling symlinks instead of making a copy of the link itself, as required by SUSv3 (cp.c:1.36) - Fix the case of a trailing slash following the destination mistakenly creating a file instead of a directory (cp.c:1.34) - Mechanically kill hard sentence breaks in manual page (cp.1:1.29) - Clarify what -p option does and spell "set-{user,group}-ID" with hyphens (cp.1:1.27) Submitted-by: Sarunas Vancevicius <svan_at_redbrick_dot_dcu_dot_ie> Revision Changes Path 1.3 +15 -13 src/bin/cp/cp.1 1.10 +23 -6 src/bin/cp/cp.c http://www.dragonflybsd.org/cvsweb/src/bin/cp/cp.1.diff?r1=1.2&r2=1.3&f=u http://www.dragonflybsd.org/cvsweb/src/bin/cp/cp.c.diff?r1=1.9&r2=1.10&f=u