forked from extern/shorewall_code
Install the correct init script on Fedora
This commit is contained in:
parent
29fcb9b08f
commit
7bf6419a7b
@ -213,7 +213,7 @@ fi
|
|||||||
if [ -n "$DEBIAN" ]; then
|
if [ -n "$DEBIAN" ]; then
|
||||||
install_file init.debian.sh ${DESTDIR}/etc/init.d/shorewall-init 0544
|
install_file init.debian.sh ${DESTDIR}/etc/init.d/shorewall-init 0544
|
||||||
elif [ -n "$FEDORA" ]; then
|
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
|
#elif [ -n "$ARCHLINUX" ]; then
|
||||||
# install_file init.archlinux.sh ${DESTDIR}${DEST}/$INIT 0544
|
# install_file init.archlinux.sh ${DESTDIR}${DEST}/$INIT 0544
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user