Changeset 2543
- Timestamp:
- 05/31/07 19:58:46 (2 years ago)
- Files:
-
- trunk/distrib/gentoo/init-vserver.sh (modified) (1 diff)
- trunk/scripts/vserver.functions (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/distrib/gentoo/init-vserver.sh
r2542 r2543 26 26 # Force TERM=linux for baselayout-2 27 27 28 export TERM=linux29 28 RUNLEVEL=1 /sbin/rc sysinit || exit 1 30 29 /sbin/rc boot || exit 1 trunk/scripts/vserver.functions
r2538 r2543 304 304 test -n "$RUNLEVEL_START" || RUNLEVEL_START="default" 305 305 306 INITCMD_START=( /lib/rcscripts/sh/init-vserver.sh "$RUNLEVEL_START" )307 INITCMD_STOP=( env -i RUNLEVEL=0 /sbin/rc shutdown )306 INITCMD_START=( env TERM=$TERM /lib/rcscripts/sh/init-vserver.sh "$RUNLEVEL_START" ) 307 INITCMD_STOP=( env -i TERM=$TERM RUNLEVEL=0 /sbin/rc shutdown ) 308 308 INITCMD_PREPARE=( $_FAKE_RUNLEVEL 3 /var/run/utmp ) 309 309 ;;
