Re: rm patch

2001-02-07 Thread Jim Meyering
Ian Lynagh <[EMAIL PROTECTED]> wrote: | On Wed, Feb 07, 2001 at 10:28:36AM +0100, Jim Meyering wrote: | > Thanks for the report and patch. | > | > However, both standards and historical practice agree that | > rm should not do as you suggest. | > I suggest you change your backup script to adjust |

Re: rm patch

2001-02-07 Thread Ian Lynagh
On Wed, Feb 07, 2001 at 10:28:36AM +0100, Jim Meyering wrote: > Thanks for the report and patch. > > However, both standards and historical practice agree that > rm should not do as you suggest. > I suggest you change your backup script to adjust > the permissions, or write a small wrapper script

Re: rm patch

2001-02-07 Thread Jim Meyering
Thanks for the report and patch. However, both standards and historical practice agree that rm should not do as you suggest. I suggest you change your backup script to adjust the permissions, or write a small wrapper script around rm to do what you want. Ian Lynagh <[EMAIL PROTECTED]> wrote: | T