[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Disable Analog
- Subject: [cobalt-users] Disable Analog
- From: "ISEE Multimedia" <mail@xxxxxxxxxxxxxxxxxxx>
- Date: Wed Feb 19 16:39:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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