On 6/2/12 12:15 PM, Steven Jan Springl wrote:
> On Saturday 02 Jun 2012 00:56:37 Tom Eastep wrote:
>
>>
>> Here's a Shorewall patch that corrects another problem with
>> Shorewall-init-4.5.5-Beta1.
>>
>> . ~/.shorewallrc
>> patch ${PERLLIBDIR}/Shorewall/Providers.pm < STATUS.patch
>>
>> -Tom
>
> Tom
>
> The patch is not attached.Oops -- try again. -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________
diff --git a/Shorewall/Perl/Shorewall/Providers.pm
b/Shorewall/Perl/Shorewall/Providers.pm
index 23a7544..542bc96 100644
--- a/Shorewall/Perl/Shorewall/Providers.pm
+++ b/Shorewall/Perl/Shorewall/Providers.pm
@@ -1445,7 +1445,7 @@ sub compile_updown() {
q( disable_provider $1) ,
q( fi) ,
q(elif [ "$COMMAND" = up ]; then) ,
- q( echo 0 > \${VARDIR}/${1}.state) ,
+ q( echo 0 > ${VARDIR}/${1}.status) ,
q( COMMAND=start),
q( progress_message3 "$g_product attempting start") ,
q( detect_configuration),
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________ Shorewall-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-devel
