[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problemi di installazione



On Wed, Aug 22, 2001 at 12:26:40AM +0200, Fabio Vendramin wrote:
> Ora mi sapreste dire qual'è il file che è responsabile di questo
> ripetuto script di avvio ?

dentro /etc/init.d/rcS troverai:

[snippete]

#
#	See if system needs to be setup. This is ONLY meant to
#	be used for the initial setup after a fresh installation!
#
if [ -x /sbin/unconfigured.sh ]
then
  /sbin/unconfigured.sh
fi

[snippete]

#
#	Finish setup if needed. The comment above about
#	/sbin/unconfigured.sh applies here as well!
#
if [ -x /sbin/setup.sh ]
then
  /sbin/setup.sh
fi


Quindi io cercherei /sbin/unconfigured.sh e /sbin/setup.sh
per vedere quale dei due sia e cosa fanno e se hanno gia`
fatto tutto quello che doveva essere fatto.

Probabilmente alla fine di una installazione riuscita i files devono
autocancellarsi.



Reply to: