Subject: CVS commit: basesrc/usr.sbin/pkg_install/create
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 07/15/2001 03:23:15
Module Name: basesrc
Committed By: hubertf
Date: Sun Jul 15 00:23:15 UTC 2001
Modified Files:
basesrc/usr.sbin/pkg_install/create: perform.c
Log Message:
* Bugfix: if PLIST_SRC directly follows PLIST_CWD, ignore
the PLIST_CWD in creating the tar pipe.
This takes care of pkg_create -p PREFIX -L FAKE
where PREFIX does not exist at pkg creation time.
From OpenBSD's rev. 1.9->1.10
* Register PLIST_SRC before dependencies and conflicts so that the
PLIST_CWD != PLIST_SRC hack works with dependencies present.
From OpenBSD's rev. 1.10->1.11
* improve error message to tell full path of exec() that failed
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 basesrc/usr.sbin/pkg_install/create/perform.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.