Revision: 7895
http://syscheck.svn.sourceforge.net/syscheck/?rev=7895&view=rev
Author: kinneh
Date: 2010-06-14 08:31:18 +0000 (Mon, 14 Jun 2010)
Log Message:
-----------
updates to doc and change to common.conf
Modified Paths:
--------------
trunk/syscheck/database-replication/801-drop-existing-ejbca-db.sh
trunk/syscheck/doc/database_replication_and_failover.odt
trunk/syscheck/lib/release.sh
Modified: trunk/syscheck/database-replication/801-drop-existing-ejbca-db.sh
===================================================================
--- trunk/syscheck/database-replication/801-drop-existing-ejbca-db.sh 2010-06-09 10:39:47 UTC (rev 7894)
+++ trunk/syscheck/database-replication/801-drop-existing-ejbca-db.sh 2010-06-14 08:31:18 UTC (rev 7895)
@@ -41,7 +41,7 @@
echo "are you really sure you want to drop and replace the ejbca db on this host?"
-echo "enter 'im-really-sure' to continiue or ctrl-c to abort"
+echo "enter 'im-really-sure' without the '-' to continue or ctrl-c to abort"
read a
if [ "x$a" != "xim really sure" ] ; then
echo "ok probably wise choice, exiting"
Modified: trunk/syscheck/doc/database_replication_and_failover.odt
===================================================================
(Binary files differ)
Modified: trunk/syscheck/lib/release.sh
===================================================================
--- trunk/syscheck/lib/release.sh 2010-06-09 10:39:47 UTC (rev 7894)
+++ trunk/syscheck/lib/release.sh 2010-06-14 08:31:18 UTC (rev 7895)
@@ -22,7 +22,7 @@
svn export . ${PROGPATH}
-perl -pi -e "s/SYSCHECK_VERSION=.*/SYSCHECK_VERSION=${rel}/gi" ${PROGPATH}/resources.sh
+perl -pi -e "s/SYSCHECK_VERSION=.*/SYSCHECK_VERSION=${rel}/gi" ${PROGPATH}/config/common.conf
find ${PROGPATH} -name \*.sh -exec chmod 755 {} \;
find ${PROGPATH}/scripts-available/ -name \*.sh -exec chmod 755 {} \;
find ${PROGPATH}/scripts-enabled/ -name \*.sh -exec rm {} \;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|