> I'm trying to get a daemon to start automagicly upon boot. > I made a init.d file based on the bind-8 package. I'm not sure how to > get the symbolic links from /etc/rc2.d -> /etc/init.d > I thought the RCDLINKS var in the init.d script had something to do > with. Mine doesn't seem to work. > > Any suggestions?
RCDLINKS is indeed how to get links populated in the /etc/rc?.d directories. Hard to say why yours doesn't work without more detail. You might also check the LEAF site on sourceforge...there are some FAQ's about building packages that cover making init scripts. Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
