From owner-freebsd-commit Tue Oct 3 05:55:18 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA28908 for freebsd-commit-outgoing; Tue, 3 Oct 1995 05:55:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA28894 for cvs-all-outgoing; Tue, 3 Oct 1995 05:55:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA28880 for cvs-bin-outgoing; Tue, 3 Oct 1995 05:55:13 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA28858 ; Tue, 3 Oct 1995 05:55:03 -0700 Date: Tue, 3 Oct 1995 05:55:03 -0700 From: Bruce Evans Message-Id: <199510031255.FAA28858@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/cp utils.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/03 05:55:02 Modified: bin/cp utils.c Log: Preserve sticky bit for `cp -pR'. It was already preserved for `cp -R'. This also fixes loss of the sticky bit for `mv' across file systems.