From f4cbf9faff5059323c1f3181fd3466c35d6a9db9 Mon Sep 17 00:00:00 2001 From: jruoho Date: Mon, 7 Jun 2010 04:48:47 +0000 Subject: [PATCH] Add "optional" keyword to rc.d/xdm and rc.d/xfs. Fixes PR misc/43307. --- etc/mtree/special | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/mtree/special b/etc/mtree/special index 24d094e58ecb..c45319b1b863 100644 --- a/etc/mtree/special +++ b/etc/mtree/special @@ -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