Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 10/12/1998 05:03:26
Module Name:	src
Committed By:	agc
Date:		Mon Oct 12 12:03:26 UTC 1998

Modified Files:
	src/usr.sbin/pkg_install/add: main.c perform.c
	src/usr.sbin/pkg_install/create: create.h main.c perform.c pkg_create.1
	    pl.c
	src/usr.sbin/pkg_install/delete: main.c perform.c
	src/usr.sbin/pkg_install/info: main.c
	src/usr.sbin/pkg_install/lib: lib.h plist.c str.c
Log Message:
+ Remove obsolete and unused string functions.
+ Fix a bug introduced when the package name comparison routines were moved -
alternate matching now completes and works properly.
+ Add -R argument to pkg_create, which re-orders any directories in the
generated PLIST into reverse alphabetic order.
+ Add -l argument to pkg_create, which checks that any symbolic links in
the package are relative-to-$PREFIX pathnames, rather than full pathnames.
+ General cleanup elsewhere.