Module Name:    src
Committed By:   jruoho
Date:           Mon Jun  7 04:48:47 UTC 2010

Modified Files:
        src/etc/mtree: special

Log Message:
Add "optional" keyword to rc.d/xdm and rc.d/xfs. Fixes PR misc/43307.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/etc/mtree/special

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/mtree/special
diff -u src/etc/mtree/special:1.131 src/etc/mtree/special:1.132
--- src/etc/mtree/special:1.131	Tue Sep 29 23:56:27 2009
+++ src/etc/mtree/special	Mon Jun  7 04:48:47 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: special,v 1.131 2009/09/29 23:56:27 tsarna Exp $
+#	$NetBSD: special,v 1.132 2010/06/07 04:48:47 jruoho Exp $
 #	@(#)special	8.2 (Berkeley) 1/23/94
 #
 # This file may be overwritten on upgrades.
@@ -285,8 +285,8 @@
 ./etc/rc.d/wpa_supplicant	type=file mode=0555
 ./etc/rc.d/wscons		type=file mode=0555
 ./etc/rc.d/wsmoused		type=file mode=0555
-./etc/rc.d/xdm			type=file mode=0555
-./etc/rc.d/xfs			type=file mode=0555
+./etc/rc.d/xdm			type=file mode=0555 optional
+./etc/rc.d/xfs			type=file mode=0555 optional
 ./etc/rc.d/ypbind		type=file mode=0555
 ./etc/rc.d/yppasswdd		type=file mode=0555
 ./etc/rc.d/ypserv		type=file mode=0555

Reply via email to