From owner-cvs-usrsbin Mon Jun 30 23:16:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA11213 for cvs-usrsbin-outgoing; Mon, 30 Jun 1997 23:16:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA11154; Mon, 30 Jun 1997 23:15:45 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA24623; Mon, 30 Jun 1997 23:13:53 -0700 (PDT) Date: Mon, 30 Jun 1997 23:13:53 -0700 (PDT) Message-Id: <199707010613.XAA24623@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c src/usr.sbin/pkg_install/create pkg_create.1 src/usr.sbin/pkg_install/lib file.c plist.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/06/30 23:13:53 PDT Modified files: usr.sbin/pkg_install/add extract.c usr.sbin/pkg_install/create pkg_create.1 usr.sbin/pkg_install/lib file.c plist.c Log: Change the naming conventions for preserve'd files and also document the option in pkg_create. Now preserved files start with a . and are named ...backup so that their purpose is more clear. Note that just using the preserve option without proper pkg_deps is also foolish since packages being deleted in the incorrect order with preserve on can generate some odd results. Revision Changes Path 1.16 +16 -22 src/usr.sbin/pkg_install/add/extract.c 1.21 +13 -1 src/usr.sbin/pkg_install/create/pkg_create.1 1.28 +39 -5 src/usr.sbin/pkg_install/lib/file.c 1.22 +4 -7 src/usr.sbin/pkg_install/lib/plist.c