diff options
author | cjep <cjep@pkgsrc.org> | 2002-07-22 17:20:06 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-07-22 17:20:06 +0000 |
commit | b76f2a5cb58738dc02d5a7880d2366cdd3c66cf6 (patch) | |
tree | cc41561af6fb80d86a4007d73ef41b036113a9a7 /mk | |
parent | d4a6471cd53a47ff304b3610ee898f57cdc71390 (diff) | |
download | pkgsrc-b76f2a5cb58738dc02d5a7880d2366cdd3c66cf6.tar.gz |
Documentation nit: SU_CMD does not default to ${SU} root -c.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index dd14086fb24..29d06fb87f2 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.72 2002/07/22 11:51:35 martti Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.73 2002/07/22 17:20:06 cjep Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -333,7 +333,7 @@ SU_CMD?= ${ROOT_CMD} # Command to perform before "make install", if the user does not have # an effective uid of 0. A possible substitute is "sudo sh -c" # Possible: su, sudo, or priv, with appropriate arguments -# Default: ${SU} root -c +# Default: dependent on operating system. For NetBSD: ${SU} - root -c FATAL_OBJECT_FMT_SKEW?=yes # If there is a pre-requisite package, which has a different object format |