Re: subversion startup script

2004-04-28 Thread Ralf S. Engelschall
On Tue, Apr 27, 2004, Aaron Bostick wrote: > Using your nohup trick, I cooked up an rc.subversion that takes care of the > svnserve process. I have setup the process to run as l_musr instead of > root because I see no reason to run this daemon as root. Well, the l_musr has to be able to access t

subversion startup script

2004-04-27 Thread Aaron Bostick
Ralf, Using your nohup trick, I cooked up an rc.subversion that takes care of the svnserve process. I have setup the process to run as l_musr instead of root because I see no reason to run this daemon as root. You should be able to add in the l_musr and l_prefix in a few spots and commit this.