No longer need secchan to be on the executable search path for vswitchd
authorKeith Amidon <keith@nicira.com>
Mon, 16 Mar 2009 20:29:49 +0000 (13:29 -0700)
committerKeith Amidon <keith@nicira.com>
Mon, 16 Mar 2009 20:39:51 +0000 (13:39 -0700)
vswitchd/etc/init.d/vswitch

index ac559396f1d6c15bba3f4a5af1a248000f78073f..e6956d5045e1663f5e9f346a5138a707ed6f1c73 100755 (executable)
@@ -50,7 +50,7 @@ function start {
         fi
     fi
     [ "$1" = "restart" ] || clear_old_bridge_ports
-       PATH=$VSWITCH_BASE/secchan:$PATH action "Starting vswitchd" nice -n "$PRIORITY" $VSWITCH_BASE/vswitchd/vswitchd -P/var/run/vswitchd.pid -D -vANY:CONSOLE:EMER $syslog_opt $logfile_level_opt $logfile_file_opt --brcompat $leak_opt "$VSWITCHD_CONF"
+       action "Starting vswitchd" nice -n "$PRIORITY" $VSWITCH_BASE/vswitchd/vswitchd -P/var/run/vswitchd.pid -D -vANY:CONSOLE:EMER $syslog_opt $logfile_level_opt $logfile_file_opt --brcompat $leak_opt "$VSWITCHD_CONF"
        if [ "$1" = "restart" ]; then
                sleep 2    # Give time for vswitch to get up and running.
                i=0