From: <dha...@us...> - 2006-08-18 04:52:48
|
Revision: 278 Author: dhartman Date: 2006-08-17 21:52:41 -0700 (Thu, 17 Aug 2006) ViewCVS: http://svn.sourceforge.net/astlinux/?rev=278&view=rev Log Message: ----------- arno's firewall fix and VIA rc.modules fix Modified Paths: -------------- trunk/package/arno-fw/arno-iptables-firewall trunk/target/device/via/target_skeleton/etc/rc.modules Modified: trunk/package/arno-fw/arno-iptables-firewall =================================================================== --- trunk/package/arno-fw/arno-iptables-firewall 2006-08-18 03:31:12 UTC (rev 277) +++ trunk/package/arno-fw/arno-iptables-firewall 2006-08-18 04:52:41 UTC (rev 278) @@ -52,11 +52,13 @@ # Astlinux mod: check if config file is on key disk or use default from stat ############################################################################# +if [ ! -e /tmp/etc/arno-iptables-firewall.conf ]; then if [ -e /mnt/kd/arno-iptables-firewall.conf ]; then ln -s /mnt/kd/arno-iptables-firewall.conf /tmp/etc/arno-iptables-firewall.conf else cp /stat/etc/arno-iptables-firewall.conf /tmp/etc/arno-iptables-firewall.conf fi +fi # Check if config file exists and if so load it ############################################### Modified: trunk/target/device/via/target_skeleton/etc/rc.modules =================================================================== --- trunk/target/device/via/target_skeleton/etc/rc.modules 2006-08-18 03:31:12 UTC (rev 277) +++ trunk/target/device/via/target_skeleton/etc/rc.modules 2006-08-18 04:52:41 UTC (rev 278) @@ -12,7 +12,7 @@ #forcedeth #8139cp 8139too -#via-rhine +via-rhine #pcnet32 #acenic #e1000 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |