Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 08/23/1999 03:34:59
Module Name:	basesrc
Committed By:	agc
Date:		Mon Aug 23 10:34:59 UTC 1999

Modified Files:
	basesrc/usr.sbin/pkg_install: Makefile.inc
	basesrc/usr.sbin/pkg_install/add: futil.c perform.c
	basesrc/usr.sbin/pkg_install/delete: perform.c

Log Message:
Provide full pathnames for chgrp(1), chown(1) and chmod(1), passing
them down from Makefile.inc on an OS-specific basis.  Fixes PR 8250
from Wiz <wiz@danbala.ifoer.tuwien.ac.at>.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/usr.sbin/pkg_install/Makefile.inc
cvs rdiff -r1.6 -r1.7 basesrc/usr.sbin/pkg_install/add/futil.c
cvs rdiff -r1.36 -r1.37 basesrc/usr.sbin/pkg_install/add/perform.c
cvs rdiff -r1.25 -r1.26 basesrc/usr.sbin/pkg_install/delete/perform.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.