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