The usage of 'newaliases' needs to be after we know for sure that /usr

is mounted.

Submitted by:	rizzo
This commit is contained in:
David E. O'Brien 2002-02-23 01:49:20 +00:00
parent 4fbd95d6b5
commit 04e7d65aeb
8 changed files with 25 additions and 15 deletions

View File

@ -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

View File

@ -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.
#

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.
#

View File

@ -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
#

View File

@ -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.
#