On Tue, Nov 23, 2004 at 01:58:17PM -0500, Martha McConaghy wrote: > I still don't know why it stopped working, but it is nice to have the > network connection again. While you are helping out a Linux neophyte, > can you tell me where Suse puts boot scripts? I'm going to have to > automate this script so the network connection comes up everytime > I reboot.
/etc/init.d is where all init scripts live. You need to make sure to put some special comment headers on it to keep yast and friends from mangling it. See the presentation I gave a zExpo (or look at the scripts in /etc/init.d) to get an example of how to construct a "safe" init script. all the "at boot" ones start with 'boot.' something. -- db ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
