|
From: <abe...@us...> - 2011-11-04 17:53:03
|
Revision: 5249
http://astlinux.svn.sourceforge.net/astlinux/?rev=5249&view=rev
Author: abelbeck
Date: 2011-11-04 17:52:57 +0000 (Fri, 04 Nov 2011)
Log Message:
-----------
restore-basic-conf, add support for /mnt/kd/rc.local.stop
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 2011-11-04 17:00:17 UTC (rev 5248)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf 2011-11-04 17:52:57 UTC (rev 5249)
@@ -76,7 +76,7 @@
# Restore basic configuration files
#
if ! restore_files astdb webgui-prefs.txt blocked-hosts dnsmasq.static \
- ast-crash rc.local rc.elocal rc.ledcontrol hosts ethers; then
+ 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.
|
|
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.
|
|
From: <abe...@us...> - 2013-03-15 22:15:56
|
Revision: 5995
http://astlinux.svn.sourceforge.net/astlinux/?rev=5995&view=rev
Author: abelbeck
Date: 2013-03-15 22:15:46 +0000 (Fri, 15 Mar 2013)
Log Message:
-----------
restore basic backup, restore asterisk-odbc.sqlite3 file
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 2013-03-14 14:14:21 UTC (rev 5994)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf 2013-03-15 22:15:46 UTC (rev 5995)
@@ -75,7 +75,7 @@
# Restore basic configuration files
#
-if ! restore_files astdb astdb.sqlite3 webgui-prefs.txt blocked-hosts dnsmasq.static \
+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
exit 2
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-05-15 16:30:50
|
Revision: 6085
http://sourceforge.net/p/astlinux/code/6085
Author: abelbeck
Date: 2013-05-15 16:30:47 +0000 (Wed, 15 May 2013)
Log Message:
-----------
web interface basic restore, add /mnt/kd/snmp/ directory
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 2013-05-14 22:36:13 UTC (rev 6084)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf 2013-05-15 16:30:47 UTC (rev 6085)
@@ -63,7 +63,7 @@
# Restore basic configuration directories, clearing target directory
#
-if ! restore_dirs rc.conf.d ssh_keys asterisk dahdi openvpn ipsec crontabs apcupsd; then
+if ! restore_dirs rc.conf.d ssh_keys asterisk dahdi openvpn ipsec crontabs apcupsd snmp; then
exit 2
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2013-07-20 21:18:46
|
Revision: 6142
http://sourceforge.net/p/astlinux/code/6142
Author: abelbeck
Date: 2013-07-20 21:18:44 +0000 (Sat, 20 Jul 2013)
Log Message:
-----------
web interface basic restore, restore /mnt/kd/fop2 directory
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 2013-07-19 22:19:07 UTC (rev 6141)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf 2013-07-20 21:18:44 UTC (rev 6142)
@@ -63,7 +63,7 @@
# Restore basic configuration directories, clearing target directory
#
-if ! restore_dirs rc.conf.d ssh_keys asterisk dahdi openvpn ipsec crontabs apcupsd snmp; then
+if ! restore_dirs rc.conf.d ssh_keys asterisk dahdi openvpn ipsec crontabs apcupsd snmp fop2; then
exit 2
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2014-01-03 19:58:30
|
Revision: 6338
http://sourceforge.net/p/astlinux/code/6338
Author: abelbeck
Date: 2014-01-03 19:58:27 +0000 (Fri, 03 Jan 2014)
Log Message:
-----------
web interface restore 'ups' directory instead of 'apcupsd' directory
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-01-03 19:54:28 UTC (rev 6337)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf 2014-01-03 19:58:27 UTC (rev 6338)
@@ -63,7 +63,7 @@
# Restore basic configuration directories, clearing target directory
#
-if ! restore_dirs rc.conf.d ssh_keys asterisk dahdi openvpn ipsec crontabs apcupsd snmp fop2; then
+if ! restore_dirs rc.conf.d ssh_keys asterisk dahdi openvpn ipsec crontabs ups snmp fop2; then
exit 2
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2014-03-18 22:13:50
|
Revision: 6470
http://sourceforge.net/p/astlinux/code/6470
Author: abelbeck
Date: 2014-03-18 22:13:47 +0000 (Tue, 18 Mar 2014)
Log Message:
-----------
restore-basic-conf, add phoneprov templates directory to 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-03-18 21:19:00 UTC (rev 6469)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf 2014-03-18 22:13:47 UTC (rev 6470)
@@ -7,9 +7,16 @@
# The target_dir will typically be "/mnt/kd"
#
#
+
+. /etc/rc.conf
+
RESTORE="$1"
TARGET="$2"
+phoneprov_templates="${PHONEPROV_BASE_DIR:-/mnt/kd/phoneprov}"
+phoneprov_templates="${phoneprov_templates%/}/templates"
+phoneprov_templates="${phoneprov_templates#/mnt/kd/}"
+
restore_dirs()
{
local dir IFS
@@ -69,7 +76,7 @@
# Restore basic configuration directories, overlaying target directory
#
-if ! restore_files ssl arno-iptables-firewall/plugins; then
+if ! restore_files ssl arno-iptables-firewall/plugins ${phoneprov_templates}; then
exit 2
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2014-09-04 14:25:05
|
Revision: 6689
http://sourceforge.net/p/astlinux/code/6689
Author: abelbeck
Date: 2014-09-04 14:24:57 +0000 (Thu, 04 Sep 2014)
Log Message:
-----------
web interface basic restore, restore /mnt/kd/kamailio directory
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-09-04 13:12:19 UTC (rev 6688)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf 2014-09-04 14:24:57 UTC (rev 6689)
@@ -70,7 +70,7 @@
# Restore basic configuration directories, clearing target directory
#
-if ! restore_dirs rc.conf.d ssh_keys asterisk dahdi openvpn ipsec crontabs ups snmp fop2; then
+if ! restore_dirs rc.conf.d ssh_keys asterisk dahdi openvpn ipsec crontabs ups snmp fop2 kamailio; then
exit 2
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
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.
|
|
From: <abe...@us...> - 2014-12-16 17:31:19
|
Revision: 6855
http://sourceforge.net/p/astlinux/code/6855
Author: abelbeck
Date: 2014-12-16 17:31:11 +0000 (Tue, 16 Dec 2014)
Log Message:
-----------
restore-basic-conf, add the 'monit' directory
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-12-16 17:27:35 UTC (rev 6854)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf 2014-12-16 17:31:11 UTC (rev 6855)
@@ -70,7 +70,7 @@
# Restore basic configuration directories, clearing target directory
#
-if ! restore_dirs rc.conf.d ssh_keys asterisk dahdi openvpn ipsec crontabs ups snmp fop2 kamailio; then
+if ! restore_dirs rc.conf.d ssh_keys asterisk dahdi openvpn ipsec crontabs ups snmp fop2 kamailio monit; then
exit 2
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abe...@us...> - 2015-01-29 18:08:32
|
Revision: 6953
http://sourceforge.net/p/astlinux/code/6953
Author: abelbeck
Date: 2015-01-29 18:08:25 +0000 (Thu, 29 Jan 2015)
Log Message:
-----------
restore-basic-conf, add 'phoneprov-reload.script' support
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 2015-01-29 18:03:40 UTC (rev 6952)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/restore-basic-conf 2015-01-29 18:08:25 UTC (rev 6953)
@@ -83,7 +83,7 @@
# Restore basic configuration files
#
if ! restore_files astdb astdb.sqlite3 asterisk-odbc.sqlite3 webgui-prefs.txt blocked-hosts dnsmasq.static \
- rc.local rc.local.stop rc.elocal rc.ledcontrol wan-failover.script \
+ rc.local rc.local.stop rc.elocal rc.ledcontrol wan-failover.script phoneprov-reload.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.
|