From b7d872536535fe8afd8ad5080a504fa41a77c095 Mon Sep 17 00:00:00 2001 From: schweikh Date: Sat, 12 Oct 2002 10:31:31 +0000 Subject: Fix style bugs: * Space -> tabs conversion. * Removed blanks before semicolon in "if ... ; then". * Proper indentation of misindented lines. * Put a full stop after some comments. * Removed whitespace at end of line. Approved by: silence from gordon --- etc/rc.d/bootconf.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/rc.d/bootconf.sh') diff --git a/etc/rc.d/bootconf.sh b/etc/rc.d/bootconf.sh index aa2dc1b..24803bc 100755 --- a/etc/rc.d/bootconf.sh +++ b/etc/rc.d/bootconf.sh @@ -32,7 +32,7 @@ bootconf_start() case $name in current|default|\*) continue - ;; + ;; *) if [ "$name" = "$default" ]; then echo -n "${spc}[${name}]" @@ -53,7 +53,7 @@ bootconf_start() (sleep 30 && kill -ALRM $master) >/dev/null 2>&1 & read conf trap : ALRM - if [ -z $conf ] ; then + if [ -z $conf ]; then conf=$default fi if [ ! -d /etc/etc.$conf/. ]; then @@ -70,7 +70,7 @@ bootconf_start() ;; esac - if [ -f /etc/rc.conf ] ; then + if [ -f /etc/rc.conf ]; then . /etc/rc.conf fi } -- cgit v1.1