Don't overwrite config files

This commit is contained in:
root 2009-08-21 14:16:44 -04:00
parent 1e3ee504f9
commit ab2917fa71

View File

@ -46,6 +46,8 @@ clean:
rm -f ${TARGETS} *~ *.o testprog config.tab.c config.tab.h config.c
install:
install -m 0644 example.conf /etc/fence_virt.conf
if [ ! -f /etc/fence_virt.conf ]; then
install -m 0644 example.conf /etc/fence_virt.conf
fi