Is this bug the same as what I am experiencing?
Any workaround suggestions would be greatly appreciated. I have included
the case statement that is failing and attached the full script.
sqlexecd used to run on 6.06 Ubuntu, and does (modified for server name,
etc) run on rpm-based systems, Fedora, Red Hat 9, and RH EL 3/4.
The server it runs on is now @ Feisty level.
Here is the error:
[EMAIL PROTECTED]:/etc/init.d# ./sqlexecd start
./sqlexecd: 125: action: not found
[EMAIL PROTECTED]:/etc/init.d#
As far as I can tell, the syntax is good. Line 125 is the esac.
# See how we were called.
case "$1" in
start)
start
;;
stop)
stop
;;
status)
status ${process}
;;
restart)
restart
;;
condrestart)
condrestart
;;
*)
echo $"Usage: $0 {start|stop|status|condrestart|restart}"
exit 1
esac
** Attachment added: "Full file sqlexecd which fails after 6.06. This is
user-supplied shell-script."
http://launchpadlibrarian.net/9678143/sqlexecd
--
command-not-found weird behavior in bash
https://bugs.launchpad.net/bugs/103331
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs