Install the correct init script on Fedora

This commit is contained in:
Tom Eastep 2012-02-15 17:19:54 -08:00
parent 29fcb9b08f
commit 7bf6419a7b

View File

@ -213,7 +213,7 @@ fi
if [ -n "$DEBIAN" ]; then
install_file init.debian.sh ${DESTDIR}/etc/init.d/shorewall-init 0544
elif [ -n "$FEDORA" ]; then
install_file init.debian.sh ${DESTDIR}/etc/init.d/shorewall-init 0544
install_file init.sh ${DESTDIR}/etc/init.d/shorewall-init 0544
#elif [ -n "$ARCHLINUX" ]; then
# install_file init.archlinux.sh ${DESTDIR}${DEST}/$INIT 0544
else