pari: branch asterisknow r2025 - /branches/asterisknow/scripts/networking.sh

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Dec 19 21:37:20 CST 2007


Author: pari
Date: Wed Dec 19 21:37:20 2007
New Revision: 2025

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2025
Log:
telling that network.params would be a better place to change the WAN_INTERFACE value

Modified:
    branches/asterisknow/scripts/networking.sh

Modified: branches/asterisknow/scripts/networking.sh
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/scripts/networking.sh?view=diff&rev=2025&r1=2024&r2=2025
==============================================================================
--- branches/asterisknow/scripts/networking.sh (original)
+++ branches/asterisknow/scripts/networking.sh Wed Dec 19 21:37:20 2007
@@ -6,7 +6,7 @@
 #
 # Script to apply network settings from the GUI.
 
-WAN_INTERFACE="eth0"
+WAN_INTERFACE="eth0"  # default value, will be replaced by the value from network.params
 DHCPD_CONFIG="/etc/udhcpd.conf"
 DHCPD_BIN="`which udhcpd`"
 DHCPD_PROCNAME="udhcpd"




More information about the asterisk-gui-commits mailing list