forked from extern/shorewall_code
Installer now detects Slackware
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2069 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f1a38f0724
commit
cc7d0ddad2
@ -23,6 +23,8 @@ Changes in 2.2.4
|
||||
|
||||
10) Add error message for invalid HOST(S) column contents.
|
||||
|
||||
11) Apply Christian Rodriguez's patch for Slackware install.
|
||||
|
||||
Changes in 2.2.3
|
||||
|
||||
1) Added the 'continue' extension script.
|
||||
|
@ -145,6 +145,9 @@ if [ -n "$PREFIX" ]; then
|
||||
install -d $OWNERSHIP -m 755 ${PREFIX}${DEST}
|
||||
elif [ -d /etc/apt -a -e /usr/bin/dpkg ]; then
|
||||
DEBIAN=yes
|
||||
elif [ -f /etc/slackware-version ] ; then
|
||||
DEST="/etc/rc.d"
|
||||
INIT="rc.firewall"
|
||||
fi
|
||||
|
||||
#
|
||||
|
@ -176,6 +176,9 @@ New Features in version 2.2.4
|
||||
When FTP_CLIENTS is set to 'none', the above rule is ignored.
|
||||
Otherwise, the rule is evaluated and generates Netfilter rules.
|
||||
|
||||
8) The installer now detects that it is running on a Slackware system
|
||||
and adjusts the DEST and INIT variables accordingly.
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
Problems corrected in version 2.2.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user