File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jails_stop()
34
34
env TERM=xterm /usr/local/cbsd/misc/daemonize -E TERM=xterm -p ${stoppid} /usr/local/cbsd/jailctl/jstop jname=${jname}
35
35
;;
36
36
xen)
37
- env TERM=xterm /usr/local/cbsd/misc/daemonize -E TERM=xterm -p ${stoppid} /usr/local/cbsd/bhyvectl /xstop jname=${jname}
37
+ env TERM=xterm /usr/local/cbsd/misc/daemonize -E TERM=xterm -p ${stoppid} /usr/local/cbsd/xenctl /xstop jname=${jname}
38
38
;;
39
39
qemu)
40
- env TERM=xterm /usr/local/cbsd/misc/daemonize -E TERM=xterm -p ${stoppid} /usr/local/cbsd/bhyvectl /qstop jname=${jname}
40
+ env TERM=xterm /usr/local/cbsd/misc/daemonize -E TERM=xterm -p ${stoppid} /usr/local/cbsd/qemuctl /qstop jname=${jname}
41
41
;;
42
42
esac
43
43
# lets save .pid file
You can’t perform that action at this time.
0 commit comments