Re: /usr/local/etc/rc.d missing
- Reply: Pete Wright : "Re: /usr/local/etc/rc.d missing"
- In reply to: Pete Wright : "Re: /usr/local/etc/rc.d missing"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Jun 2025 18:28:06 UTC
On 12/06/2025 19:08, Pete Wright wrote: > > > have you installed any ports or packages that are daemons yet? that is > the correct location, so might just be a matter of it not existing > because no software depends on it yet since the base system just needs > /etc/rc.d/ > > -p > Thanks Pete No ive not installed any daemons yet. Is each daemon responsible for creating it with an mkdir -p then when it installs its script? Im creating my own daemon which on install is complaining it does not exist, so if so I will need to add an mkdir -p to the install script of the package. Seems a bit strange I would have expected a directory to exist ready. Thanks Andrew