View | Details | Raw Unified | Return to bug 9851
Collapse All | Expand All

(-)vz.orig (-2 / +7 lines)
Lines 417-422 function stop() Link Here
417
	rm -f /var/lock/subsys/vz
417
	rm -f /var/lock/subsys/vz
418
}
418
}
419
419
420
function restart()
421
{
422
	stop
423
	start
424
}
425
420
function load_modules()
426
function load_modules()
421
{
427
{
422
	local modules=$1
428
	local modules=$1
Lines 439-446 case "$1" in Link Here
439
		stop
445
		stop
440
		;;
446
		;;
441
	restart)
447
	restart)
442
		stop
448
		restart
443
		start
444
		;;
449
		;;
445
	status)
450
	status)
446
	  	status
451
	  	status

Return to bug 9851