Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc/rc.d Pullup 1.5 [jdolecek]:



details:   https://anonhg.NetBSD.org/src/rev/4355e7031e95
branches:  netbsd-1-5
changeset: 490181:4355e7031e95
user:      tv <tv%NetBSD.org@localhost>
date:      Fri Nov 10 00:01:46 2000 +0000

description:
Pullup 1.5 [jdolecek]:
make this REQUIRE also cleartmp, so that it's started after /tmp
is cleared, otherwise the xfs's socket might get removed
This fixes misc/10310 by Alasdair Baird

diffstat:

 etc/rc.d/xfs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r d1cc66e02828 -r 4355e7031e95 etc/rc.d/xfs
--- a/etc/rc.d/xfs      Thu Nov 09 23:56:05 2000 +0000
+++ b/etc/rc.d/xfs      Fri Nov 10 00:01:46 2000 +0000
@@ -1,10 +1,10 @@
 #!/bin/sh
 #
-# $NetBSD: xfs,v 1.3.4.1 2000/10/02 01:08:58 lukem Exp $
+# $NetBSD: xfs,v 1.3.4.2 2000/11/10 00:01:46 tv Exp $
 #
 
 # PROVIDE: xfs
-# REQUIRE: mountall
+# REQUIRE: mountall cleartmp
 
 . /etc/rc.subr
 



Home | Main Index | Thread Index | Old Index