Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc don't need to background xfs now that it auto-background...
details: https://anonhg.NetBSD.org/src/rev/70af271bea41
branches: trunk
changeset: 480105:70af271bea41
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Jan 04 05:20:51 2000 +0000
description:
don't need to background xfs now that it auto-backgrounds itself...
diffstat:
etc/rc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fdca4dbfd906 -r 70af271bea41 etc/rc
--- a/etc/rc Tue Jan 04 01:23:56 2000 +0000
+++ b/etc/rc Tue Jan 04 05:20:51 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rc,v 1.138 1999/11/23 15:12:43 hubertf Exp $
+# $NetBSD: rc,v 1.139 2000/01/04 05:20:51 lukem Exp $
# originally from: @(#)rc 8.2 (Berkeley) 3/17/94
# System startup script run by init on autoboot
@@ -549,7 +549,7 @@
# Start xfs before boot daemons, so its ready before client xterminals.
if checkyesno xfs; then
- echo -n ' xfs'; xfs $xfs_flags &
+ echo -n ' xfs'; xfs $xfs_flags
sleep 2
fi
Home |
Main Index |
Thread Index |
Old Index