summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-04-21 20:34:16 +0000
committertv <tv@pkgsrc.org>2004-04-21 20:34:16 +0000
commit8d32f69f7a175e9518b380e969ab1eec904c2b20 (patch)
tree60868467e36e688c0f63e07a5673dce337527271 /bootstrap
parent3fa7f59e657b3385d0cc3d0237c162c65ff9945a (diff)
downloadpkgsrc-8d32f69f7a175e9518b380e969ab1eec904c2b20.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.