Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Correct the dhclient startup to follow the standard inde...
details: https://anonhg.NetBSD.org/src/rev/87f4f87f2926
branches: trunk
changeset: 473310:87f4f87f2926
user: christos <christos%NetBSD.org@localhost>
date: Fri May 28 21:01:42 1999 +0000
description:
Correct the dhclient startup to follow the standard indentation style
diffstat:
etc/netstart | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 0acc71ad94b3 -r 87f4f87f2926 etc/netstart
--- a/etc/netstart Fri May 28 21:00:50 1999 +0000
+++ b/etc/netstart Fri May 28 21:01:42 1999 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: netstart,v 1.55 1999/03/24 19:03:10 mellon Exp $
+# $NetBSD: netstart,v 1.56 1999/05/28 21:01:42 christos Exp $
# from: @(#)netstart 8.1 (Berkeley) 7/23/93
if [ -f /etc/rc.subr ]; then
@@ -180,8 +180,8 @@
fi
if checkyesno dhclient; then
- echo -n "starting dhcp client...";
- dhclient $dhclient_flags
+ echo -n "starting dhcp client...";
+ dhclient $dhclient_flags
fi
if [ -s /etc/netstart.local ]; then
Home |
Main Index |
Thread Index |
Old Index