CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/28 11:58:42
Modified files:
bin/cp : cp.1 cp.c utils.c
Log message:
Implement cp -a ("archive" mode)
Not standard, but supported at least by GNU cp, IllumOS, NetBSD,
FreeBSD, DragonflyBSD. No need to be gratuitously different. This
should also allow us to drop patches in ~10 ports.
Based on an initial diff by benno@ with input from sthen@ and jmc@
ok benno@ danj@ sthen@ martijn@ deraadt@
