> Hi All
>
> Where or what is the rc.local on debian ?
>
> --------------------------
> Canaan Surfing Ltd.
> Internet Service Providers
> Ben-Nes Michael - Manager
> Tel: 972-4-6991122
> http://sites.canaan.co.il
> --------------------------
>
[01:28:42 debian-policy]$ zgrep -A8 10.3.4 /usr/share/doc/debian-policy/policy.
txt.gz
10.3.4. Boot-time initialization
--------------------------------
There used to be another directory, `/etc/rc.boot', which contained
scripts which were run once per machine boot. This has been
deprecated in favour of links from `/etc/rcS.d' to files in
`/etc/init.d' as described in Section 10.3.1, `Introduction'.
Packages must not place files in `/etc/rc.boot'.
[01:28:51 debian-policy]$
Note that this is consistent with:
[01:31:39 tmp]$ zgrep -A6 'Only things' /usr/share/doc/sysvinit/README.runlevel
s.gz
Only things that need to be run once to get the system in a consistent
state are to be run. The rcS.d directory is NOT ment to replace rc.local.
One should not start daemons in this runlevel unless absolutely
nessecary. Eg, NFS might need the portmapper, so it is OK to start it
early in the bootprocess. But this is not the time to start the
squid proxy server.
[01:31:47 tmp]$
You might also want to read subsections 10.5 and 10.6 of the Debian FAQ.
--
Shaul Karl <[EMAIL PROTECTED]>
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]