Package: dpsyco-lib
Version: 1.0.29
Severity: normal
Tags: patch
Hi,
update-dpsyco-skel seems to fail when filenames have blanks or
white spaces.
Here it is a possible patch:
--- lib/src/dpsyco-skel 2004-08-29 18:34:48.000000000 +0200
+++ dpsyco-skel 2006-03-18 09:17:21.000000000 +0100
@@ -125,7 +125,7 @@
cp -a "$TBDIR$FILE" "$BDIR$FILE"
else
#echo "No need to back up $DEST$FILE (rm $TBDIR$FILE)."
- rm $TBDIR$FILE
+ rm "$TBDIR$FILE"
fi
done
}
Cheers,
Free
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (1001, 'unstable'), (101, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-amd64-generic
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Versions of packages dpsyco-lib depends on:
ii adduser 3.85 Add and remove users and groups
ii rsync 2.6.7-1 fast remote file copy program (lik
dpsyco-lib recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]