|
From: <abe...@us...> - 2012-06-06 19:35:50
|
Revision: 5564
http://astlinux.svn.sourceforge.net/astlinux/?rev=5564&view=rev
Author: abelbeck
Date: 2012-06-06 19:35:41 +0000 (Wed, 06 Jun 2012)
Log Message:
-----------
restore-basic-conf, restore Asterisk 10/11 astdb.sqlite3 and astdb.sqlite3-journal files
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 2012-06-06 18:44:55 UTC (rev 5563)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf 2012-06-06 19:35:41 UTC (rev 5564)
@@ -75,7 +75,7 @@
# Restore basic configuration files
#
-if ! restore_files astdb webgui-prefs.txt blocked-hosts dnsmasq.static \
+if ! restore_files astdb astdb.sqlite3 astdb.sqlite3-journal webgui-prefs.txt blocked-hosts dnsmasq.static \
ast-crash rc.local rc.local.stop rc.elocal rc.ledcontrol hosts ethers; then
exit 2
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|