Browse Source

Rene Rebe:


			
			
				rocklinux
			
			
		
Rene Rebe 21 years ago
parent
commit
3b0d0336bd
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      package/rene/subversion/svnserve.init

+ 3
- 1
package/rene/subversion/svnserve.init

@ -33,7 +33,9 @@ SVNHOME="/home/svn"
main_begin
block_begin(start, `Starting svn:// server (subversion).')
check(`D_prefix/bin/svnserve -d -R -r $SVNHOME')
# the svnserve process must (normally) run under the same $UID
# as the apache process ...
check(`su http -c "D_prefix/bin/svnserve -d -R -r $SVNHOME"')
block_end
block_begin(stop, `Stopping svn:// server (subversion).')

Loading…
Cancel
Save