The usage of 'newaliases' needs to be after we know for sure that /usr
is mounted. Submitted by: rizzo
This commit is contained in:
parent
4fbd95d6b5
commit
04e7d65aeb
@ -72,6 +72,11 @@ if [ -n "$LOGFILES" ]; then
|
||||
/usr/bin/touch $LOGFILES
|
||||
fi
|
||||
|
||||
echo "+++ create lastlog"
|
||||
/usr/bin/touch /var/log/lastlog
|
||||
|
||||
if
|
||||
|
||||
# Since we are starting with a very fresh /etc on an MFS:
|
||||
if [ -d /conf/default/etc ]; then
|
||||
newaliases
|
||||
|
@ -115,11 +115,6 @@ for i in ${bootp_ipbca} ${bootp_ipa} ; do
|
||||
fi
|
||||
done
|
||||
|
||||
# Since we are starting with a very fresh /etc on an MFS:
|
||||
if [ -d /conf/default/etc ]; then
|
||||
newaliases
|
||||
if
|
||||
|
||||
# Tell /etc/rc to run the specified script after it does its mounts but
|
||||
# before it does anything else.
|
||||
#
|
||||
|
@ -72,6 +72,11 @@ if [ -n "$LOGFILES" ]; then
|
||||
/usr/bin/touch $LOGFILES
|
||||
fi
|
||||
|
||||
echo "+++ create lastlog"
|
||||
/usr/bin/touch /var/log/lastlog
|
||||
|
||||
if
|
||||
|
||||
# Since we are starting with a very fresh /etc on an MFS:
|
||||
if [ -d /conf/default/etc ]; then
|
||||
newaliases
|
||||
|
@ -72,6 +72,11 @@ if [ -n "$LOGFILES" ]; then
|
||||
/usr/bin/touch $LOGFILES
|
||||
fi
|
||||
|
||||
echo "+++ create lastlog"
|
||||
/usr/bin/touch /var/log/lastlog
|
||||
|
||||
if
|
||||
|
||||
# Since we are starting with a very fresh /etc on an MFS:
|
||||
if [ -d /conf/default/etc ]; then
|
||||
newaliases
|
||||
|
@ -72,6 +72,11 @@ if [ -n "$LOGFILES" ]; then
|
||||
/usr/bin/touch $LOGFILES
|
||||
fi
|
||||
|
||||
echo "+++ create lastlog"
|
||||
/usr/bin/touch /var/log/lastlog
|
||||
|
||||
if
|
||||
|
||||
# Since we are starting with a very fresh /etc on an MFS:
|
||||
if [ -d /conf/default/etc ]; then
|
||||
newaliases
|
||||
|
@ -115,11 +115,6 @@ for i in ${bootp_ipbca} ${bootp_ipa} ; do
|
||||
fi
|
||||
done
|
||||
|
||||
# Since we are starting with a very fresh /etc on an MFS:
|
||||
if [ -d /conf/default/etc ]; then
|
||||
newaliases
|
||||
if
|
||||
|
||||
# Tell /etc/rc to run the specified script after it does its mounts but
|
||||
# before it does anything else.
|
||||
#
|
||||
|
@ -72,6 +72,11 @@ echo "+++ create lastlog"
|
||||
|
||||
mount -a # chown and chgrp are in /usr
|
||||
|
||||
# Since we are starting with a very fresh /etc on an MFS:
|
||||
if [ -d /conf/default/etc ]; then
|
||||
newaliases
|
||||
if
|
||||
|
||||
#
|
||||
# XXX make sure to create one dir for each printer as requested by lpd
|
||||
#
|
||||
|
@ -115,11 +115,6 @@ for i in ${bootp_ipbca} ${bootp_ipa} ; do
|
||||
fi
|
||||
done
|
||||
|
||||
# Since we are starting with a very fresh /etc on an MFS:
|
||||
if [ -d /conf/default/etc ]; then
|
||||
newaliases
|
||||
if
|
||||
|
||||
# Tell /etc/rc to run the specified script after it does its mounts but
|
||||
# before it does anything else.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user