Fix typo (etc/config -> etc.config)

Pointed out by Robby Griffin <sysadmin@terc.edu> in  PR 14603.
This commit is contained in:
hubertf 2001-11-18 03:50:53 +00:00
parent 0f3507ed9c
commit e7d1bd3418
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ FILES="defaultdomain fstab ifconfig.* inetd.conf mrouted.conf \
rc.conf rc.conf.d resolv.conf"
if [ $dir = init ] ; then
if [ -d /etc/etc.network -o -e /etc/etc/current ] ; then
if [ -d /etc/etc.network -o -e /etc/etc.current ] ; then
echo "Error: multi-configuration already initialized"
exit 1
fi