diff options
author | Bill Nottingham <notting@redhat.com> | 1999-09-07 20:11:32 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-09-07 20:11:32 +0000 |
commit | 86b9e80bfb4d181a88f6555cf7d34b2901aa053a (patch) | |
tree | 8f5c714cffc169b2647b6a52a64118e84d9c82d9 /rc.d | |
parent | ef608d73d27c2e70bdc34f874bf758a5c9623872 (diff) | |
download | initscripts-86b9e80bfb4d181a88f6555cf7d34b2901aa053a.tar initscripts-86b9e80bfb4d181a88f6555cf7d34b2901aa053a.tar.gz initscripts-86b9e80bfb4d181a88f6555cf7d34b2901aa053a.tar.bz2 initscripts-86b9e80bfb4d181a88f6555cf7d34b2901aa053a.tar.xz initscripts-86b9e80bfb4d181a88f6555cf7d34b2901aa053a.zip |
*** empty log message ***
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
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 |