diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-17 07:00:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-17 07:00:45 +0000 |
commit | 7ee5f2f512a3f8e2073a1be0d5fc0ba805ee7cb8 (patch) | |
tree | 4347dcda4c15df91f04ba1a5164708af35dfa8d2 | |
parent | 7637cad3507bf25c89548d80305e2b31e620b448 (diff) |
undesireable tabs (waste space on the media)
-rw-r--r-- | distrib/miniroot/install.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 31d753a49e6..fd453491170 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.454 2009/04/17 03:58:54 deraadt Exp $ +# $OpenBSD: install.sub,v 1.455 2009/04/17 07:00:44 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2007 Todd Miller, Theo de Raadt, Ken Westerback @@ -169,7 +169,7 @@ stripcom () { [[ -n ${_l%%#*} ]] && echo $_l done <$1 } - + scan_dmesg() { bsort $(sed -ne "$1" /var/run/dmesg.boot) } @@ -657,7 +657,7 @@ __EOT mv /etc/resolv.conf.tail /tmp/resolv.conf.tail return 0 fi - + ifconfig $_ifs delete down rm /etc/dhclient.conf /etc/resolv.conf.tail return 1 |