Make sure /var/etc exists

This commit is contained in:
Scott Ullrich 2005-07-06 20:23:31 +00:00
parent d1a87413ff
commit b8c835d225

1
etc/rc
View File

@ -66,6 +66,7 @@ if [ ! -L /etc/dhclient.conf ]; then
fi
if [ ! -L /etc/sasyncd.conf ]; then
mkdir -p /var/etc/
touch /var/etc/sasyncd.conf
rm -rf /etc/sasyncd.conf
ln -s /var/etc/sasyncd.conf /etc/sasyncd.conf