Re: location of rc[0-6] directories.
Tobias Burnus <[email protected]>
| Newsgroups | gmane.linux.lsb.discuss |
|---|---|
| Message-ID | <[email protected]> |
Hello, On Fri, Sep 26, 2003 at 10:22:14AM -0600, Bart Whiteley wrote: > /etc/rc.d/init.d/ has moved to /etc/init.d, right? I think so, though I cannot find anything in the FHS which says so. > What about the runlevel directories? Are they > still supposed to be in /etc/rc.d/rc[0-6].d ? Hmm, I think most distributions use now /etc/init.d/rc?.d, but some still use /etc/rc?.d or (maybe?) /etc/rc.d/rc?.d. But from a application point of view, the place doesn't matter since install_initd and remove_initd have to be used. Tobias