Sasha wrote:
> Which template file controls the startup of services on the
> server ?
>
> I have installed lpd and configured it with Samba on 3.1, but
> whenever I change settings via the manager, lpd does not
> automatically start after a re-boot. I have to re-install lpd
> to get it to replace the startup settings.
>
> I know it has to do with rc.d, but how and where ?
The service startup symlinks in /etc/rc.d/rc3.d/ are not part of a template, but are put there by perl code found under /etc/e-smith/events/actions/...
You can just edit that code, or you can do:
ln -sf ../init.d/lpd /etc/rc.d/rc3.d/S60lpd
whenever you need to, or you could wait for e-smith 4.0 which will include printing.
Charlie