On Tue, 2005-11-01 at 20:44 +, Christoph Zwerschke wrote:
> I think I found the problem. Python's readlink() can return a relative
> path, so a simple recursion will not work when the links cross directory
> boundaries (what they do in this case). I fixed that in the trunk. Can
> you verify
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 ;)
I think I found the problem. Python's readlink() can return a relative
path, so a simple recursion will not work when the links cross directory
boundaries (
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:
# Make sure to have the absolute path:
test -d "$WORK_DIR" || exit 5
WORK_DIR=`cd "$WORK_DIR" 2>/dev/null && pwd`
The ubuntu rcX.d l
On Mon, 2005-10-31 at 23:22 +, Christoph Zwerschke wrote:
> By the way, I also thought about adding a generic Webware Posix start
> script that is not a shell script, but a pure Python script. Would that
> be a silly idea? I think it should work, using the shebang mechanism.
>
> -- Christop
Yes it does exist in Ubuntu as well. Glad you squished another bug.
-Seth
On Tue, 2005-11-01 at 10:38 +, Christoph Zwerschke wrote:
> Actually, install.py should have copied the Debian script automatically
> to WebKit/webkit if /sbin/start-stop-daemon exists (can you confirm that
> this al
Actually, install.py should have copied the Debian script automatically
to WebKit/webkit if /sbin/start-stop-daemon exists (can you confirm that
this also exists in Ubuntu?), but I just saw there was a typo in the
check for start-stop-daemon. I have fixed that too.
-- Christoph
-
Bugs item #1344375, was opened at 2005-11-01 00:17
Message generated for change (Comment added) made by cito
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=1344375&group_id=4866
Please note that this message will contain a full copy of the comment thread