diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-21 04:31:24 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-21 04:31:24 (GMT) |
commit | 66164cae5507a2756da30ac3c4ae38861eb8b04c (patch) | |
tree | 49abe18a7db7cb46ede15f97b426a1f607df4580 /abs/extra-testing/subversion/svnserve | |
parent | 96e599df09b52ce336737b02564c5605ce749c6c (diff) | |
download | linhes_pkgbuild-66164cae5507a2756da30ac3c4ae38861eb8b04c.zip linhes_pkgbuild-66164cae5507a2756da30ac3c4ae38861eb8b04c.tar.gz linhes_pkgbuild-66164cae5507a2756da30ac3c4ae38861eb8b04c.tar.bz2 |
subversion: archsync, removed kwallet ang gnome support
Diffstat (limited to 'abs/extra-testing/subversion/svnserve')
-rwxr-xr-x | abs/extra-testing/subversion/svnserve | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra-testing/subversion/svnserve b/abs/extra-testing/subversion/svnserve index 2f433b6..670fee7 100755 --- a/abs/extra-testing/subversion/svnserve +++ b/abs/extra-testing/subversion/svnserve @@ -10,7 +10,7 @@ case "$1" in 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 |