summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2004-09-19 20:13:26 +0000
committerhubertf <hubertf@pkgsrc.org>2004-09-19 20:13:26 +0000
commit67989ae292b7a5398002f245f3de3a48ec0f54b7 (patch)
tree8b3dedf63ed97dbd23dc348f8e65a282494cfcca /Packages.txt
parente8dd584cbb980901f5c541882689dd28f180da6a (diff)
downloadpkgsrc-67989ae292b7a5398002f245f3de3a48ec0f54b7.tar.gz
Update the sudo-instructions so it even works when upgrading sudo
(when there is no sudo binary temporarily!)
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt
index ff4f02349c7..98b75984b78 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.358 2004/09/15 20:18:26 minskim Exp $
+# $NetBSD: Packages.txt,v 1.359 2004/09/19 20:13:26 hubertf Exp $
###########################################################################
==========================
@@ -3014,7 +3014,9 @@ package can be used, which does password caching over a limited time.
To use it, install sudo (either as binary package or from
pkgsrc/security/sudo) and then put the following into your /etc/mk.conf:
+ .if exists(/usr/pkg/bin/sudo)
SU_CMD=/usr/pkg/bin/sudo /bin/sh -c
+ .endif
11.31 Packages that cannot or should not be built