my favorite thing is i added DHCP lease migration!
ADMIN="`cat /wwa/cgi/.htpasswd |sed -n '1P' |sed 's/:.*//'`"
if [ ! "$REMOTE_USER" ]
then echo "You must provide a user name to use this script."; exit 1
elif [ "$REMOTE_USER" != $ADMIN ]
then echo "$REMOTE_USER is not authorized to use this script."; exit 1
fi
Yes, the /etc/dns.cfg file is the live file that is being used by the system. But the hard copy of that file is stored in /boot/etc/dns.cfg/etc/dns.cfg
should I be saving this file somewhere else?
Return to Packaging/Compiling/Client Information Forums
Users browsing this forum: No registered users and 1 guest