Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/rc.d Fix the last change so it doesn't fail due too a mi...
details: https://anonhg.NetBSD.org/src/rev/dfd6e7d3cf68
branches: trunk
changeset: 485503:dfd6e7d3cf68
user: veego <veego%NetBSD.org@localhost>
date: Sat Apr 29 06:01:08 2000 +0000
description:
Fix the last change so it doesn't fail due too a missing '; then'.
diffstat:
etc/rc.d/network | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r f2f55935c820 -r dfd6e7d3cf68 etc/rc.d/network
--- a/etc/rc.d/network Sat Apr 29 04:36:16 2000 +0000
+++ b/etc/rc.d/network Sat Apr 29 06:01:08 2000 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: network,v 1.8 2000/04/28 00:13:39 thorpej Exp $
+# $NetBSD: network,v 1.9 2000/04/29 06:01:08 veego Exp $
#
# PROVIDE: network
@@ -33,7 +33,7 @@
# DHCP later, as we will probably get the
# hostname at that time.
#
- if ! checkyesno dhclient
+ if ! checkyesno dhclient; then
warn "\$hostname not set."
fi
fi
Home |
Main Index |
Thread Index |
Old Index