[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Disable Analog



Hi Guys,

Im trying to do the following.

You could disable analog, the application and create a dummy in its
place:

  mv /usr/local/sbin/analog /usr/local/sbin/analog.disabled
  echo "#!/bin/sh" > /usr/local/sbin/analog
  echo "exit 0" >> /usr/local/sbin/analog
  chmod +x /usr/local/sbin/analog

But when i type the first echo line (as root) i get the message sh:
!/bin/sh": event not found

Any ideas why please??

Regards

Mark