summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-09-07 20:11:32 +0000
committerBill Nottingham <notting@redhat.com>1999-09-07 20:11:32 +0000
commit86b9e80bfb4d181a88f6555cf7d34b2901aa053a (patch)
tree8f5c714cffc169b2647b6a52a64118e84d9c82d9
parentef608d73d27c2e70bdc34f874bf758a5c9623872 (diff)
downloadinitscripts-86b9e80bfb4d181a88f6555cf7d34b2901aa053a.tar.gz
initscripts-86b9e80bfb4d181a88f6555cf7d34b2901aa053a.tar.xz
initscripts-86b9e80bfb4d181a88f6555cf7d34b2901aa053a.zip
*** empty log message ***
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 749cc592..657f815a 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -386,7 +386,7 @@ action "Mounting local filesystems" mount -a -t nonfs,smbfs,ncpfs,proc
if [ -f /.unconfigured ]; then
if [ -x /usr/sbin/rootconfig ]; then
/usr/sbin/rootconfig
- elif [ -x /usr/bin/passwd ]; then
+ else if [ -x /usr/bin/passwd ]; then
/usr/bin/passwd root
fi
if [ -x /usr/sbin/netconfig ]; then