I checked out the latest svn and for some reason the Generic start
script still isn't working for me (I swear it was working for a bit ;)
Now the problem is here:

<snip>
# Make sure to have the absolute path:
test -d "$WORK_DIR" || exit 5
WORK_DIR=`cd "$WORK_DIR" 2>/dev/null && pwd`
</snip>

The ubuntu rcX.d links look like this: S91my_app -> ../init.d/my_app 

So $WORK_DIR ends up being ../init.d and when it tries 'test -d
"$WORK_DIR" || exit 5' from whatever the PWD is it fails.

-Seth
-- 
Seth Remington <[EMAIL PROTECTED]>


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to