Changeset 2548
- Timestamp:
- 06/16/07 22:42:03 (1 year ago)
- Files:
-
- trunk/scripts/vserver.functions (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/vserver.functions
r2543 r2548 279 279 done 280 280 INITCMD_PREPARE=( $_FAKE_RUNLEVEL "$RUNLEVEL_START" /var/run/utmp ) 281 OPTS_ENV=( "${OPTS_ENV[@]}" PREVLEVEL=N RUNLEVEL="$RUNLEVEL_START" ) 281 282 ;; 282 283 … … 691 692 case "$INITSTYLE" in 692 693 (sysv) 693 export PREVLEVEL=$RUNLEVEL_START # required by Debian's initscripts694 export PREVLEVEL=$RUNLEVEL_START RUNLEVEL=$RUNLEVEL_STOP # required by Debian's initscripts 694 695 ;; 695 696 esac
