Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 1997 23:13:53 -0700 (PDT)
From:      "Jordan K. Hubbard" <jkh@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
Message-ID:  <199707010613.XAA24623@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .<filename>.<pkgname>.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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707010613.XAA24623>