summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authortv <tv>2004-04-21 20:34:16 +0000
committertv <tv>2004-04-21 20:34:16 +0000
commitc7008e136b489dcce47a9375a9e4d255e628705e (patch)
tree60868467e36e688c0f63e07a5673dce337527271 /bootstrap
parentcbf65297ead317d460e0696f8ff82d1d424d27c5 (diff)
downloadpkgsrc-c7008e136b489dcce47a9375a9e4d255e628705e.tar.gz
umask 002, not 022.
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/README.Interix4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/README.Interix b/bootstrap/README.Interix
index cf777db982b..ceada475054 100644
--- a/bootstrap/README.Interix
+++ b/bootstrap/README.Interix
@@ -1,4 +1,4 @@
-$NetBSD: README.Interix,v 1.6 2004/03/29 02:22:32 tv Exp $
+$NetBSD: README.Interix,v 1.7 2004/04/21 20:34:16 tv Exp $
Please read the general README file as well.
@@ -42,7 +42,7 @@ KNOWN CAVEATS
group. Such a user must also be used to run the bootstrap. This is
slightly relaxed from the normal pkgsrc requirement of "root".
-* The package manager should use a umask of 022. "make install" will
+* The package manager should use a umask of 002. "make install" will
automatically complain if this is not the case. This ensures that
directories written in /var/db/pkg are Administrators-group writeable.