I seem to have encountered an anomaly whilst upgrading my Bering 1.2 box to the aforementioned version of Shorewall. The new restore feature attempts to create a file in /var/lib/shorewall, which does not exist at boot time. This causes Shorewall to abend. The most concise solution I could muster at 3AM was to add the following to the beginning of /etc/init.d/shorewall (before EXECUTION BEGINS HERE):
if [ ! -d /var/lib/shorewall ]; then mkdir /var/lib/shorewall fi
Is this enough to rate a 2.0.2b, Tom?
Note that var/lib/shorewall/ is in shorewall-2.0.2a.lrp but apparently that isn't sufficient to satisfy the archane .lrp package system.
In any event, I'm getting out of the .lrp business entirely. KP will be building the .lrp Shorewall packages effective shortly.
-Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ [EMAIL PROTECTED]
------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html