Browse Source

Benjamin Schieder, fake:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
7b62bf7c47
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      package/base/subversion/subversion.desc
  2. +1
    -1
      package/base/subversion/svnserve.init

+ 1
- 1
package/base/subversion/subversion.desc

@ -42,7 +42,7 @@
[L] OpenSource
[S] Stable
[V] 1.3.1
[V] 1.3.1 1
[P] X -?---5---9 193.400
[D] 3710891383 subversion-1.3.1.tar.bz2 http://subversion.tigris.org/tarballs/

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

Loading…
Cancel
Save