Hi,

  Sorry for the slow handling of this, unfortunately that was because
 your proposed solution just didn't work out.

  For example running the following:

  echo "#!/bin/sh" >  /usr/sbin/policy-rc.d
  echo "exit 101"  >> /usr/sbin/policy-rc.d
  chmod 755 /usr/sbin/policy-rc.d

  This *should* mean that local init scripts won't work.

  This means you'd expect running:

   /etc/init.d/ssh stop
   /etc/init.d/ssh start

  Should result in having no sshd process running - the stop should stop
 the running daemon.  Then the startup should be prohibited by our
 policy-rc.d file - however it still starts.

  So .. given that this doesn't work I'm going to close this bug
 now.


Steve
-- 
http://www.steve.org.uk/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to