[arch-commits] Commit in subversion/trunk (PKGBUILD svnserve)
Douglas Soares de Andrade
douglas at archlinux.org
Tue Aug 25 11:26:31 UTC 2009
Date: Tuesday, August 25, 2009 @ 07:26:30
Author: douglas
Revision: 50311
upgpkg: subversion 1.6.5-2
Fixed some bugs (svnserve) and hopefully resolved bdb issue
Modified:
subversion/trunk/PKGBUILD
subversion/trunk/svnserve
----------+
PKGBUILD | 4 ++--
svnserve | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-08-25 11:24:32 UTC (rev 50310)
+++ PKGBUILD 2009-08-25 11:26:30 UTC (rev 50311)
@@ -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: svnserve
===================================================================
--- svnserve 2009-08-25 11:24:32 UTC (rev 50310)
+++ svnserve 2009-08-25 11:26:30 UTC (rev 50311)
@@ -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