Sandip P Deshmukh said: > hello all > > my inittab sets the runlevel to 2. > > in /etc/rc2.d, there were links referring to files in /etc/init.d > directory. > > i did not want xdm, kdm, gdm to start. so i changed the link names from > SnnProgram to KnnProgram for these links.
change the links back if possible then update-rc.d -f kdm remove update-rc.d -f gdm remove update-rc.d -f xdm remove that will remove the symlinks from all run levels(but keep the real init script) nate -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

