Module Name:    src
Committed By:   riz
Date:           Thu Dec  9 04:17:23 UTC 2010

Modified Files:
        src/etc/mtree [netbsd-5]: special

Log Message:
Pull up following revision(s) (requested by uwe in ticket #1494):
        etc/mtree/special: revision 1.132
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.121.2.3 -r1.121.2.4 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.121.2.3 src/etc/mtree/special:1.121.2.4
--- src/etc/mtree/special:1.121.2.3	Fri Sep 18 02:01:38 2009
+++ src/etc/mtree/special	Thu Dec  9 04:17:22 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: special,v 1.121.2.3 2009/09/18 02:01:38 snj Exp $
+#	$NetBSD: special,v 1.121.2.4 2010/12/09 04:17:22 riz 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