|
|
http://perforce.freebsd.org/chv.cgi?CH=110117
Change 110117 by millert@millert_macbook on 2006/11/16 19:10:17
Do not use passwd calls in genhomedircon, it causes a bus error
in single user mode.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/Makefile#7
edit
Differences ...
====
//depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/Makefile#7
(text+ko) ====
@@ -223,6 +223,9 @@
# if not set, use the type as the name.
NAME ?= $(TYPE)
+# do not try to use the passwd file, it will fail in single user mode
+USEPWD=-n
+
ifeq ($(DIRECT_INITRC),y)
M4PARAM += -D direct_sysadm_daemon
endif
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|