mirror of
https://gitlab.com/shorewall/code.git
synced 2025-07-01 07:00:04 +02:00
Prepare CVS to move to Sourceforge
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2168 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
@ -13,8 +13,12 @@
|
|||||||
<h3><a
|
<h3><a
|
||||||
href="http://lists.shorewall.net/pipermail/shorewall-users/2005-May/018444.html">NEWS:
|
href="http://lists.shorewall.net/pipermail/shorewall-users/2005-May/018444.html">NEWS:
|
||||||
Tom Eastep ends his involvement with Shorewall</a>.</h3>
|
Tom Eastep ends his involvement with Shorewall</a>.</h3>
|
||||||
<p><b>NEWS: Tom Eastep <br>
|
<span style="font-weight: bold;">If you would like to help with future
|
||||||
</b><br>
|
Shorewall development, support and documentation then please subscribe
|
||||||
|
to the <a href="http://lists.shorewall.net/#Devel">Shorewall
|
||||||
|
Development mailing list</a> and introduce yourself. The future of
|
||||||
|
Shorewall is being actively discussed on that list.</span><br>
|
||||||
|
<p>
|
||||||
The information on this site applies only
|
The information on this site applies only
|
||||||
to 2.x releases of Shorewall. For older versions:</p>
|
to 2.x releases of Shorewall. For older versions:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -1395,6 +1395,8 @@ case "$1" in
|
|||||||
|
|
||||||
RESTOREPATH=/var/lib/shorewall/$RESTOREFILE
|
RESTOREPATH=/var/lib/shorewall/$RESTOREFILE
|
||||||
|
|
||||||
|
[ -n "$nolock" ] || mutex_on
|
||||||
|
|
||||||
if [ -x $RESTOREPATH ]; then
|
if [ -x $RESTOREPATH ]; then
|
||||||
if [ -x ${RESTOREPATH}-ipsets ] ; then
|
if [ -x ${RESTOREPATH}-ipsets ] ; then
|
||||||
echo Restoring Ipsets...
|
echo Restoring Ipsets...
|
||||||
@ -1405,8 +1407,10 @@ case "$1" in
|
|||||||
|
|
||||||
echo Restoring Shorewall...
|
echo Restoring Shorewall...
|
||||||
$RESTOREPATH && echo "Shorewall restored from /var/lib/shorewall/$RESTOREFILE"
|
$RESTOREPATH && echo "Shorewall restored from /var/lib/shorewall/$RESTOREFILE"
|
||||||
|
[ -n "$nolock" ] || mutex_off
|
||||||
else
|
else
|
||||||
echo "File /var/lib/shorewall/$RESTOREFILE: file not found"
|
echo "File /var/lib/shorewall/$RESTOREFILE: file not found"
|
||||||
|
[ -n "$nolock" ] || mutex_off
|
||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user