Subject: misc/10310: small problem in new rc.d scripts
To: None <gnats-bugs@gnats.netbsd.org>
From: Alasdair Baird <alasdair@wildcat.demon.co.uk>
List: netbsd-bugs
Date: 06/07/2000 14:04:13
>Number: 10310
>Category: misc
>Synopsis: X font server gets started too early
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: misc-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Jun 07 14:05:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Alasdair Baird
>Release: NetBSD-current of Jun 7 2000
>Organization:
Absolutely none whatsoever.
>Environment:
n/a
System: NetBSD wildcat.demon.co.uk 1.4ZA NetBSD 1.4ZA (WILDCAT) #165: Wed Jun 7 21:04:38 BST 2000 root@wildcat.demon.co.uk:/usr/src/sys/arch/i386/compile/WILDCAT i386
>Description:
In the new rc.d/xfs script the REQUIREment of xfs is
given as "mountall". It should be at least "cleartmp"
as xfs creates its font server socket in /tmp. With
it being "mountall" it can result in xfs creating
its socket at a point just prior to /tmp being cleared.
>How-To-Repeat:
>Fix:
Fixed by changing:
# REQUIRE: mountall
to:
# REQUIRE: cleartmp
>Release-Note:
>Audit-Trail:
>Unformatted: