[Webware-devel] Problem with Improved UNIX Start Scripts

2005-10-31 Thread Seth Remington
Hi All, I'm trying out the new UNIX start scripts for the first time and have hit a small snag. I'm just testing the generic start script to start off with. I have put the start script in my app working directory and created a symbolic link in /etc/init.d that points to said start script.

Re: [Webware-devel] Problem with Improved UNIX Start Scripts

2005-10-31 Thread Christoph Zwerschke
I am running a Debian variant and ran update-rc.d to create the proper rcX.d entries for my run levels. These are symbolic links to the symbolic link in /etc/init.d. The problem is that now the startup script reports /etc/init.d as my $WORK_DIR Good you found that problem, Seth. You're

Re: [Webware-devel] Problem with Improved UNIX Start Scripts

2005-10-31 Thread Christoph Zwerschke
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. -- Christoph --- This SF.Net

[Webware-devel] [ webware-Bugs-1344375 ] MakeAppWorkDir needs .py in WebKit Install Guide

2005-10-31 Thread SourceForge.net
Bugs item #1344375, was opened at 2005-10-31 23:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=104866aid=1344375group_id=4866 Please note that this message will contain a full copy of

Re: [Webware-devel] Problem with Improved UNIX Start Scripts

2005-10-31 Thread Seth Remington
On Mon, 2005-10-31 at 22:59 +, Christoph Zwerschke wrote: I am running a Debian variant and ran update-rc.d to create the proper rcX.d entries for my run levels. These are symbolic links to the symbolic link in /etc/init.d. The problem is that now the startup script reports