Package: cvs
Version: 1:1.12.13-8
Tags: patch
Followup-For: Bug #343169
Yes, this bug still exists. Patch below.
>From b28d1261643d62f88ef5e4a58323c069e95fa27d Mon Sep 17 00:00:00 2001
From: Jari Aalto <[EMAIL PROTECTED]>
Date: Sat, 6 Oct 2007 10:24:05 +0300
Subject: [PATCH] cvs-pserver: Restore IFS after for-loop
Signed-off-by: Jari Aalto <[EMAIL PROTECTED]>
---
cvs-pserver | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
mode change 100644 => 100755 cvs-pserver
diff --git a/cvs-pserver b/cvs-pserver
old mode 100644
new mode 100755
index 612cc17..c47a037
--- a/cvs-pserver
+++ b/cvs-pserver
@@ -29,6 +29,7 @@ for i in $CVS_PSERV_REPOS; do
IFS="$OLDIFS"
allow_root_opts="$allow_root_opts --allow-root=$i"
done
+IFS="$OLDIFS"
cvs_tmp_dir=""
[ "$CVS_TMP_DIR" != "" ] && cvs_tmp_dir="-T $CVS_TMP_DIR"
--
1.5.3.rc5
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968)
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash
Versions of packages cvs depends on:
ii debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii libc6 2.6.1-5 GNU C Library: Shared libraries
ii libpam-runtime 0.99.7.1-5 Runtime support for the PAM librar
ii libpam0g 0.99.7.1-5 Pluggable Authentication Modules l
ii update-inetd 4.27-0.6 inetd.conf updater
ii zlib1g 1:1.2.3.3.dfsg-6 compression library - runtime
Versions of packages cvs recommends:
ii emacs21 [info-browser 21.4a+1-5.1 The GNU Emacs editor
ii info [info-browser] 4.8.dfsg.1-6 Standalone GNU Info documentation
ii jed [info-browser] 1:0.99.18+dfsg.1-9 editor for programmers (textmode v
ii netbase 4.30 Basic TCP/IP networking system
ii xemacs21-mule [info-b 21.4.20-2 highly customizable text editor --
ii xjed [info-browser] 1:0.99.18+dfsg.1-9 editor for programmers (x11 versio
-- debconf information excluded
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]