Changeset 2538
- Timestamp:
- 04/27/07 11:08:43 (2 years ago)
- Files:
-
- trunk/scripts/vserver.functions (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/vserver.functions
r2512 r2538 305 305 306 306 INITCMD_START=( /lib/rcscripts/sh/init-vserver.sh "$RUNLEVEL_START" ) 307 INITCMD_STOP=( /sbin/rc shutdown )307 INITCMD_STOP=( env -i RUNLEVEL=0 /sbin/rc shutdown ) 308 308 INITCMD_PREPARE=( $_FAKE_RUNLEVEL 3 /var/run/utmp ) 309 309 ;;
