summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-04-30 20:44:44 +0000
committertv <tv@pkgsrc.org>2004-04-30 20:44:44 +0000
commitce0d2107ef385cfc12fe523af1c5f6401f91e9e2 (patch)
tree5aaf4736191ad667d5b958bc98d0adcd0ec135fb /bootstrap
parentde3807a9b924daee12c0a8b92b1527c980f92b74 (diff)
downloadpkgsrc-ce0d2107ef385cfc12fe523af1c5f6401f91e9e2.tar.gz
Add a note about needing to be Administrator to install setgid files.
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/README.Interix14
1 files changed, 10 insertions, 4 deletions
diff --git a/bootstrap/README.Interix b/bootstrap/README.Interix
index a4859e908bf..4bca29b81c6 100644
--- a/bootstrap/README.Interix
+++ b/bootstrap/README.Interix
@@ -1,4 +1,4 @@
-$NetBSD: README.Interix,v 1.9 2004/04/27 14:03:24 tv Exp $
+$NetBSD: README.Interix,v 1.10 2004/04/30 20:44:44 tv Exp $
Please read the general README file as well.
@@ -67,9 +67,6 @@ IMPORTANT NOTES
KNOWN ISSUES
-* "pkg_add" creates directories of mode 0755, not 0775, in $PKG_DBDIR.
- This will be fixed.
-
* It is not necessary, in general, to have a "root" user on the Windows
system; any member of the local Administrators group will suffice.
However, some packages currently assume that the user named "root" is
@@ -77,4 +74,13 @@ KNOWN ISSUES
these, you may create such a user; make sure it is in the local group
Administrators.
+And the following two issues mean that binary packages (pkg_add) should be
+installed by Administrator for the time being:
+
+* "pkg_add" creates directories of mode 0755, not 0775, in $PKG_DBDIR.
+ This will be fixed.
+
+* set-gid files in Interix seem to require using Administrator to install
+ the setgid file. (I'm working to confirm this.)
+
=====