You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2011/08/15 23:52:12 UTC

svn commit: r1158026 - /incubator/vcl/trunk/managementnode/bin/S99vcld.linux

Author: arkurth
Date: Mon Aug 15 21:52:12 2011
New Revision: 1158026

URL: http://svn.apache.org/viewvc?rev=1158026&view=rev
Log:
Reverted changes made in last commit to S99vcld.linux.

Modified:
    incubator/vcl/trunk/managementnode/bin/S99vcld.linux

Modified: incubator/vcl/trunk/managementnode/bin/S99vcld.linux
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/bin/S99vcld.linux?rev=1158026&r1=1158025&r2=1158026&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/bin/S99vcld.linux (original)
+++ incubator/vcl/trunk/managementnode/bin/S99vcld.linux Mon Aug 15 21:52:12 2011
@@ -22,14 +22,14 @@
 # description: VCL management node daemon
 
 # DAEMON: Name of the daemon executable
-DAEMON=vcldfap
+DAEMON=vcld
 
 # DAEMON_PATH: Path to the daemon, no trailing '/'
-DAEMON_PATH=/usr/local/vcldev/fap/managementnode/bin
+DAEMON_PATH=/usr/local/vcl/bin
 
 # DAEMON_OPTIONS: options for the daemon, these can be overridden by
 # setting DAEMON_OPTIONS in /etc/sysconfig/$DAEMON
-DAEMON_OPTIONS='-v -conf=/usr/local/vcldev/fap/managementnode/etc/vcl/vcld.conf'
+DAEMON_OPTIONS='-v -conf=/etc/vcl/vcld.conf'
 
 
 # You shouldn't need to edit anything below here