forked from extern/shorewall_code
Shorewall-1.4.10g
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1429 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
636a84303c
commit
c469e62bbe
@ -213,7 +213,7 @@ mktempfile() {
|
|||||||
mktemp -p $1 shorewall.XXXXXX
|
mktemp -p $1 shorewall.XXXXXX
|
||||||
;;
|
;;
|
||||||
None)
|
None)
|
||||||
mkdir $1/shorewall-$$ && echo $1/shorewall-$$
|
> $1/shorewall-$$ && echo $1/shorewall-$$
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo " ERROR:Internal error in mktempfile"
|
echo " ERROR:Internal error in mktempfile"
|
||||||
@ -247,14 +247,14 @@ mktempdir() {
|
|||||||
[ -z "$MKTEMP" ] && find_mktemp
|
[ -z "$MKTEMP" ] && find_mktemp
|
||||||
|
|
||||||
case "$MKTEMP" in
|
case "$MKTEMP" in
|
||||||
BSD)
|
|
||||||
mktemp -d /tmp/shorewall.XXXXXX
|
|
||||||
;;
|
|
||||||
STD)
|
STD)
|
||||||
mktemp -td shorewall.XXXXXX
|
mktemp -td shorewall.XXXXXX
|
||||||
;;
|
;;
|
||||||
None)
|
None|BSD)
|
||||||
mkdir /tmp/shorewall-$$ && echo /tmp/shorewall-$$
|
#
|
||||||
|
# Not all versions of the BSD mktemp support the -d option under Linux
|
||||||
|
#
|
||||||
|
mkdir /tmp/shorewall-$$ && chmod 700 /tmp/shorewall-$$ && echo /tmp/shorewall-$$
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo " ERROR:Internal error in mktempdir"
|
echo " ERROR:Internal error in mktempdir"
|
||||||
|
@ -1 +1 @@
|
|||||||
1.4.10f
|
1.4.10g
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
</author>
|
</author>
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
||||||
<pubdate>2004-06-28</pubdate>
|
<pubdate>2004-06-30</pubdate>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2001-2004</year>
|
<year>2001-2004</year>
|
||||||
@ -73,6 +73,28 @@
|
|||||||
<section>
|
<section>
|
||||||
<title>Problems in Version 1.4</title>
|
<title>Problems in Version 1.4</title>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>Shorewall 1.4.10f</title>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>Slackware users find that version 1.4.10f fails to start
|
||||||
|
because their <command>mktemp</command> utility does not support the
|
||||||
|
-d option. This may be corrected by installing <ulink
|
||||||
|
url="http://shorewall.net/pub/shorewall/errata/1.4.10/functions">this
|
||||||
|
corrected <filename>functions</filename> file</ulink> in <filename
|
||||||
|
class="directory">/var/lib/shorewall/functions</filename>.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Shorewall fails to start if there is no <command>mktemp</command>
|
||||||
|
utility.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
<para>These problems have been corrected in Shorewall version 1.4.10g.</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Shorewall 1.4.10</title>
|
<title>Shorewall 1.4.10</title>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user