diff options
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index b7972492..6364db1e 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -395,9 +395,7 @@ action "Mounting local filesystems" mount -a -t nonfs,smbfs,ncpfs,proc # Configure machine if necessary. if [ -f /.unconfigured ]; then - if [ -x /usr/sbin/rootconfig ]; then - /usr/sbin/rootconfig - elif [ -x /usr/bin/passwd ]; then + if [ -x /usr/bin/passwd ]; then /usr/bin/passwd root fi if [ -x /usr/sbin/netconfig ]; then |