Re: Strange behaviour in Debian Lenny

2010-09-24 Thread polloxx
On Wed, Sep 22, 2010 at 6:39 PM, Simon Brandmair wrote: > On Wed, 22 Sep 2010 09:40:02 +0200 polloxx wrote: >> >> I have a strange behaviour in Debian Lenny. In /etc/rc2.d (default >> runlevel), some startup scripts run tice when booting. >> >> I've made a test script in /etc/init.d/echo.sh like:

Re: Strange behaviour in Debian Lenny

2010-09-22 Thread Simon Brandmair
On Wed, 22 Sep 2010 09:40:02 +0200 polloxx wrote: > > I have a strange behaviour in Debian Lenny. In /etc/rc2.d (default > runlevel), some startup scripts run tice when booting. > > I've made a test script in /etc/init.d/echo.sh like: [...] > > So, the script runs twice. Any explanation for that

Re: Strange behaviour in Debian Lenny

2010-09-22 Thread Scott Ferguson
On 22/09/10 20:26, polloxx wrote: > On Wed, Sep 22, 2010 at 9:49 AM, Scott Ferguson > wrote: >> On 22/09/10 17:35, polloxx wrote: >>> Dear, >>> >>> I have a strange behaviour in Debian Lenny. >>> In /etc/rc2.d (default runlevel), some startup scripts run tice when >>> booting. >>> Mea culpa - I

Re: Strange behaviour in Debian Lenny

2010-09-22 Thread Scott Ferguson
On 22/09/10 20:26, polloxx wrote: > On Wed, Sep 22, 2010 at 9:49 AM, Scott Ferguson > wrote: >> On 22/09/10 17:35, polloxx wrote: >>> Dear, >>> >>> I have a strange behaviour in Debian Lenny. >>> In /etc/rc2.d (default runlevel), some startup scripts run tice when >>> booting. >>> >> >> "If" the

Re: Strange behaviour in Debian Lenny

2010-09-22 Thread polloxx
On Wed, Sep 22, 2010 at 9:49 AM, Scott Ferguson wrote: > On 22/09/10 17:35, polloxx wrote: >> Dear, >> >> I have a strange behaviour in Debian Lenny. >> In /etc/rc2.d (default runlevel), some startup scripts run tice when >> booting. >> >> I've made a test script in /etc/init.d/echo.sh like: >> >>

Re: Strange behaviour in Debian Lenny

2010-09-22 Thread Scott Ferguson
On 22/09/10 17:35, polloxx wrote: > Dear, > > I have a strange behaviour in Debian Lenny. > In /etc/rc2.d (default runlevel), some startup scripts run tice when > booting. > > I've made a test script in /etc/init.d/echo.sh like: > > #!/bin/bash > ### BEGIN INIT INFO > # Provides: > # Required-St