mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-18 11:38:14 +01:00
Minor change to .spec
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8991 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
72f65a6e39
commit
ea893f1e35
@ -21,7 +21,7 @@ The Shoreline Firewall 6, more commonly known as "Shorewall6", is a Netfilter
|
|||||||
(ip6tables) based firewall that can be used on a dedicated firewall system,
|
(ip6tables) based firewall that can be used on a dedicated firewall system,
|
||||||
a multi-function gateway/ router/server or on a standalone GNU/Linux system.
|
a multi-function gateway/ router/server or on a standalone GNU/Linux system.
|
||||||
|
|
||||||
Shorewall Lite is a companion product to Shorewall6 that allows network
|
Shorewall6 Lite is a companion product to Shorewall6 that allows network
|
||||||
administrators to centralize the configuration of Shorewall6-based firewalls.
|
administrators to centralize the configuration of Shorewall6-based firewalls.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -49,11 +49,6 @@ if [ $1 -eq 1 ]; then
|
|||||||
elif [ -x /sbin/chkconfig ]; then
|
elif [ -x /sbin/chkconfig ]; then
|
||||||
/sbin/chkconfig --add shorewall6-lite;
|
/sbin/chkconfig --add shorewall6-lite;
|
||||||
fi
|
fi
|
||||||
elif [ -f /etc/shorewall6-lite/shorewall.conf.rpmsave ]; then
|
|
||||||
mv -f /etc/shorewall6-lite/shorewall6-lite.conf /etc/shorewall6-lite/shorewall6-lite.conf.rpmnew
|
|
||||||
mv -f /etc/shorewall6-lite/shorewall.conf.rpmsave /etc/shorewall6-lite/shorewall6-lite.conf
|
|
||||||
echo "/etc/shorewall6-lite/shorewall.conf retained as /etc/shorewall6-lite/shorewall6-lite.conf"
|
|
||||||
echo "/etc/shorewall6-lite/shorewall6-lite.conf installed as /etc/shorewall6-lite/shorewall6-lite.conf.rpmnew"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
|
Loading…
Reference in New Issue
Block a user