forked from extern/shorewall_code
Add continue file to install.sh
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2028 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
b6f9065b93
commit
d6aba6c845
@ -493,6 +493,15 @@ else
|
|||||||
echo "Accounting file installed as ${PREFIX}/etc/shorewall/accounting"
|
echo "Accounting file installed as ${PREFIX}/etc/shorewall/accounting"
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
|
# Install the Continue file
|
||||||
|
#
|
||||||
|
if [ -f ${PREFIX}/etc/shorewall/continue ]; then
|
||||||
|
backup_file /etc/shorewall/continue
|
||||||
|
else
|
||||||
|
run_install -o $OWNER -g $GROUP -m 0600 continue ${PREFIX}/etc/shorewall/continue
|
||||||
|
echo
|
||||||
|
echo "Continue file installed as ${PREFIX}/etc/shorewall/continue"
|
||||||
|
fi
|
||||||
#
|
#
|
||||||
# Install the Standard Actions file
|
# Install the Standard Actions file
|
||||||
#
|
#
|
||||||
|
@ -93,6 +93,7 @@ fi
|
|||||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/ecn
|
%attr(0600,root,root) %config(noreplace) /etc/shorewall/ecn
|
||||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/accounting
|
%attr(0600,root,root) %config(noreplace) /etc/shorewall/accounting
|
||||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/actions
|
%attr(0600,root,root) %config(noreplace) /etc/shorewall/actions
|
||||||
|
%attr(0600,root,root) %config(noreplace) /etc/shorewall/continue
|
||||||
|
|
||||||
%attr(0544,root,root) /sbin/shorewall
|
%attr(0544,root,root) /sbin/shorewall
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user