Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 19 years ago
parent
commit
eb7eca0ab8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/subversion/svnserve.init

+ 1
- 1
package/base/subversion/svnserve.init

@ -35,7 +35,7 @@ main_begin
block_begin(start, `Starting svn:// server (subversion).')
# 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"')
check(`su http -c "D_prefix/bin/svnserve -d -r $SVNHOME"')
block_end
block_begin(stop, `Stopping svn:// server (subversion).')

Loading…
Cancel
Save