|
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.
|