[PLUG] rc.local question

Paul Heinlein heinlein at attbi.com
Thu May 23 20:50:03 UTC 2002


On Thu, 23 May 2002, Abraham Zwygart wrote:

> It is as though the rc.local file is not being used.  As su I can do
> type in the ipx_ commands with no errors. Then as a user I can type
> in the ncpmount command and all is working.  Any ideas as why
> rc.local file is not being used?

You should see a symlink named S99local in /etc/rc{2,3,4,5}.d/. If 
it's not there, just do

  su
  cd /etc
  [ -L rc.local ] || ln -s rc.d/rc.local .
  for n in 2 3 4 5
  do
    cd /etc/rc${n}.d
    ln -s ../rc.local S99local
  done

--Paul Heinlein <heinlein at attbi.com>





More information about the PLUG mailing list