<- *snip* ->

> <-------------------------------------------
> $ grep -C 3 vboxdrv etc/init.d/virtualbox-ose
> case "$1" in
> start)
>     # try to insert module but do not fail if not possible
>     if [ "$LOAD_VBOXDRV_MODULE" = 1 ]; then
>         /sbin/modprobe -q vboxdrv || true
>     fi
>     start_network
>     ;;
> stop)
>     stop_network
>     if [ "$LOAD_VBOXDRV_MODULE" = 1 ]; then
>         /sbin/modprobe -qr vboxdrv || true
>     fi
>     ;;
> restart|reload)
> --------------------------------------------->
> 
> Alon welchen Kernel benutzt du?

:%s:Alon welchen Kernel benutzt du?:Alon which kernerl are you using?:gc

-- 
bye Thilo

key: 0x4A411E09


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to