[arch-commits] Commit in subversion/repos (3 files)

Douglas Soares de Andrade douglas at archlinux.org
Tue Aug 25 11:27:13 UTC 2009


    Date: Tuesday, August 25, 2009 @ 07:27:13
  Author: douglas
Revision: 50312

Merged revisions 50311 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/subversion/trunk

........
  r50311 | douglas | 2009-08-25 08:26:30 -0300 (Ter, 25 Ago 2009) | 2 lines
  
  upgpkg: subversion 1.6.5-2
      Fixed some bugs (svnserve) and hopefully resolved bdb issue
........

Modified:
  subversion/repos/extra-x86_64/	(properties)
  subversion/repos/extra-x86_64/PKGBUILD
  subversion/repos/extra-x86_64/svnserve

----------+
 PKGBUILD |    4 ++--
 svnserve |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


Property changes on: subversion/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /subversion/trunk:1-50115
   + /subversion/trunk:1-50311

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-08-25 11:26:30 UTC (rev 50311)
+++ extra-x86_64/PKGBUILD	2009-08-25 11:27:13 UTC (rev 50312)
@@ -4,7 +4,7 @@
 
 pkgname=subversion
 pkgver=1.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Replacement for CVS, another versioning system (svn)"
 arch=(i686 x86_64)
 license=('apache' 'bsd')
@@ -70,7 +70,7 @@
    install -D -m 644 $startdir/src/subversion-$pkgver/COPYING $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }
 md5sums=('1a53a0e72bee0bf814f4da83a9b6a636'
-         'c5a2e490b3e58c6bd2ca3a2e72b71845'
+         'a2b029e8385007ffb99b437b30521c90'
          'a0db6dd43af33952739b6ec089852630'
          'c459e299192552f61578f3438abf0664'
          '21bf3aa5b797ce98eba8307f30e9c070'

Modified: extra-x86_64/svnserve
===================================================================
--- extra-x86_64/svnserve	2009-08-25 11:26:30 UTC (rev 50311)
+++ extra-x86_64/svnserve	2009-08-25 11:27:13 UTC (rev 50312)
@@ -10,7 +10,7 @@
     stat_busy "Starting svnserve"
     if [ -z "$PID" ]; then 
       if [ -n "$SVNSERVE_USER" ]; then
-        su $SVNSERVE_USER -c "/usr/bin/svnserve -d $SVNSERVE_ARGS" &
+        su -s '/bin/sh' $SVNSERVE_USER -c "/usr/bin/svnserve -d $SVNSERVE_ARGS" &
       else
         /usr/bin/svnserve -d $SVNSERVE_ARGS &
       fi




More information about the arch-commits mailing list