On Fri, Jan 23, 2009 at 11:23:03PM -0500, Rion D'Luz wrote: > On Friday 23 January 2009, Anthony Carrico wrote: > > Suppose I want to boot with a particular init script disabled. In > > Debian, I could use update-rc.d to remove the rc.d links, then later use > > update-rc.d again to bring them back. If I did that, I'd have to note > > the priority and the run-levels that were originally used (Does "rcconf" > > remember them?). > > > > I could edit the init script to exit right away, but that would be a hack. > > > > Is there a third way? > > > a kludge, but i do it all the time: > chmod 644 /etc/init.d/scriptname
That's what I was thinking. Bonnie
