Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/mtree Add "optional" keyword to rc.d/xdm and rc.d/xfs. F...



details:   https://anonhg.NetBSD.org/src/rev/329b1f4dfa68
branches:  trunk
changeset: 755478:329b1f4dfa68
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Jun 07 04:48:47 2010 +0000

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

diffstat:

 etc/mtree/special |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a1fbf01e68d6 -r 329b1f4dfa68 etc/mtree/special
--- a/etc/mtree/special Mon Jun 07 04:36:34 2010 +0000
+++ b/etc/mtree/special Mon Jun 07 04:48:47 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index