[vchkpw] Incredibly destructive chmod's in vpopmail's Makefile.am

2003-08-14 Thread Adam Hooper
Here's a snippet of vpopmail's Makefile.am (from line 106 in 5.3.23) chmod 755 $(DESTDIR)@vpopmaildir@ chmod 755 $(DESTDIR)@vpopmaildir@/include chmod 755 $(DESTDIR)@vpopmaildir@/etc chmod 755 $(DESTDIR)@vpopmaildir@/doc

Re: [vchkpw] Incredibly destructive chmod's in vpopmail's Makefile.am

2003-08-14 Thread Oden Eriksson
måndagen den 11 augusti 2003 21.20 skrev Tom Collins: On Monday, August 11, 2003, at 10:36 AM, Adam Hooper wrote: The Makefile.am would be a lot simpler and less system-intrusive if it used the 'install' command instead of mkinstalldirs/cp/chown/chmod. Would it be more helpful if I wrote

Re: [vchkpw] Incredibly destructive chmod's in vpopmail's Makefile.am

2003-08-14 Thread Tom Collins
On Monday, August 11, 2003, at 10:36 AM, Adam Hooper wrote: The Makefile.am would be a lot simpler and less system-intrusive if it used the 'install' command instead of mkinstalldirs/cp/chown/chmod. Would it be more helpful if I wrote up a patch for this? I have hardly any time for the next 3