Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 09/08/2007 09:58:14
Module Name: pkgsrc
Committed By: rillig
Date: Sat Sep 8 09:58:14 UTC 2007
Modified Files:
pkgsrc/bootstrap: bootstrap
pkgsrc/pkgtools/pkg_install/files/add: perform.c
pkgsrc/pkgtools/pkg_install/files/delete: main.c
Log Message:
Removed the warning about pkg_add or pkg_delete "not running as root"
completely. It only made the code more bloated, and a user trying to add
or delete packages would get lots of "Permission denied" warnings
anyway.
To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 pkgsrc/bootstrap/bootstrap
cvs rdiff -r1.60 -r1.61 pkgsrc/pkgtools/pkg_install/files/add/perform.c
cvs rdiff -r1.20 -r1.21 pkgsrc/pkgtools/pkg_install/files/delete/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.