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

This commit is contained in:
jruoho 2010-06-07 04:48:47 +00:00
parent 4035b6ee7d
commit f4cbf9faff
1 changed files with 3 additions and 3 deletions

View File

@ -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