Module Name: src
Committed By: jnemeth
Date: Sat Sep 12 09:24:33 UTC 2009
Modified Files:
src/distrib/sets: README
Log Message:
mention ./etc/mtree/set.<set name>
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/sets/README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/README
diff -u src/distrib/sets/README:1.10 src/distrib/sets/README:1.11
--- src/distrib/sets/README:1.10 Sat Sep 12 09:21:31 2009
+++ src/distrib/sets/README Sat Sep 12 09:24:32 2009
@@ -1,4 +1,4 @@
-# $NetBSD: README,v 1.10 2009/09/12 09:21:31 jnemeth Exp $
+# $NetBSD: README,v 1.11 2009/09/12 09:24:32 jnemeth Exp $
the scripts should be run from the directory where they reside.
@@ -74,3 +74,6 @@
file.) basically, it's grepped through, to see which of the
machine-dependent man pages that are always installed should go
in the 'man' set, and which should go into the 'misc' set.
+
+Each set must contain "./etc/mtree/set.<set name>" within the mi
+list. Failure to add this will break unprivileged builds.