Your message dated Sun, 29 Oct 2006 00:23:27 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#390398: rsync: copies permissions even without -p
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
On Sat 28 Oct 2006, Marc Lehmann wrote:
> On Fri, Oct 27, 2006 at 02:19:11PM +0200, Paul Slootman <[EMAIL PROTECTED]>
> wrote:
> > Thus, when --perms and --executability are both disabled,
> > rsync's behavior is the same as that of other file-copy utili-
> > ties, such as cp(1) and tar(1).
> >
> > Note the "umask" in the text.
> > You demonstrate that it works exactly as documented....
> > Comments?
>
> Thinking about it a while, it works exactly as documented, and there is no
> bug, only confusion, on my side :)
>
> The bugreport can be safely closed.
OK, thanks for your feedback :-)
Paul Slootman
--- End Message ---