This commit is contained in:
Ben Gras 2005-09-01 16:27:49 +00:00
parent 946603a68c
commit e6ca4ed1bf

2
etc/rc
View file

@ -138,7 +138,7 @@ Mount $usr /usr failed -- Single user."
fi
if [ ! -z "$home" ]
then mount $home /home || echo 'WARNING: couldn't mount $home on /home"
then mount $home /home || echo 'WARNING: couldn't mount $home on /home'
fi
# This file is necessary for above 'shutdown -C' check.