Package: rsync
Version: 2.6.6-1
Severity: minor

rsync copies permissions even when -p has not been specified, e.g.:

   # touch a
   # chmod 137 a
   # umask 022
   # ls -la
   ---x-wxrwx  1 root root     0 Oct  1 00:59 a
   # rsync -rt a b
   # ls -l
   ---x-wxrwx 1 root root 0 Oct  1 00:59 a
   ---x--xr-x 1 root root 0 Oct  1 00:59 b

b should have permissions 755, not 015, as -p was not specified.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.6
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages rsync depends on:
hi  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  libpopt0                     1.10-2      lib for parsing cmdline parameters

rsync recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to