[PLUTO-help] HELp Il Pc non si spegne

Carlo Agrusti carlo-ag a libero.it
Lun 2 Ago 2004 18:05:05 CEST



Rudi ha scritto lo scorso 02/08/2004 16:39:
> ecco il mio halt.local:
> 
> #! /bin/sh
> #
> # Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany.  All rights reserved.
> #
> # Author: Werner Fink <werner a suse.de>, 1998
> #         Burchard Steinbild, 1998
> #
> # /etc/init.d/halt.local
> #
> # script with local commands to be executed from init on system shutdown
> #
> # Here you should add things, that should happen directly before shuting
> # down.
> #

Ok, niente di particolare (per dirla tutta, niente e basta); in 
generale, l'opzione di poweroff per il comando halt è -p; sulla mia 
debian questa opzione è settata in /etc/default/halt:

HALT="poweroff"

Un altro posto dove andare a guardare è /etc/init.d/halt; se non trova 
il default, interviene un case del tipo:


if [ "$INIT_HALT" = "" ]
then
         case "$HALT" in
                 [Pp]*)
                         INIT_HALT=POWEROFF
                         ;;
                 [Hh]*)
                         INIT_HALT=HALT
                         ;;
                 *)
                         INIT_HALT=POWEROFF
                         ;;
         esac
fi

Verifica un po' queste due cose.


More information about the pluto-help mailing list