|
From: <abe...@us...> - 2014-11-07 16:33:29
|
Revision: 6805
http://sourceforge.net/p/astlinux/code/6805
Author: abelbeck
Date: 2014-11-07 16:33:21 +0000 (Fri, 07 Nov 2014)
Log Message:
-----------
restore-basic-conf, add wan-failover.script to basic restore
Modified Paths:
--------------
branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf
Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf 2014-11-07 16:13:12 UTC (rev 6804)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf 2014-11-07 16:33:21 UTC (rev 6805)
@@ -83,7 +83,8 @@
# Restore basic configuration files
#
if ! restore_files astdb astdb.sqlite3 asterisk-odbc.sqlite3 webgui-prefs.txt blocked-hosts dnsmasq.static \
- ast-crash rc.local rc.local.stop rc.elocal rc.ledcontrol hosts ethers; then
+ rc.local rc.local.stop rc.elocal rc.ledcontrol wan-failover.script \
+ ast-crash hosts ethers; then
exit 2
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|