Hi Clint, * Clint Olson ([EMAIL PROTECTED]) [020924 19:48]: > Seems to be working just fine. > > One oddity, any symbolic links I create /etc/rcS.d do not get backed up with > the etc package, or any other package for that matter. To get this to work, I > had to modify a script in /etc/init.d that already had a symbolic link from > /etc/rcS.d to call my scripts. I chose to modify /etc/init.d/networking.
You don't really make the sym links yourself and then backup. Look in the various /etc/init.d scripts and you'll notice a line like: RCDLINKS="2,S41 3,S41 6,K41" You should be able to figure out how it works from looking at the scripts and/or searching the archives for RCDLINKS. [snip] ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
