Re: [vchkpw] Re: vpopmail 5.3.27 -- problem with bin and lib permissions

2003-09-22 Thread Tom Collins
On Monday, September 22, 2003, at 01:16 PM, X-Istence wrote: Uhm, looking at the install of the lib and the rest of the files to that same dir, i would not have screwed upa lot of things note: $(INSTALL) -d -g @vpopgroup@ -m 0700 -o @vpopuser@ \ $(DESTDIR)@vpopmaildir@/@domains

Re: [vchkpw] Re: vpopmail 5.3.27 -- problem with bin and lib permissions

2003-09-22 Thread X-Istence
Tom Collins wrote: On Monday, September 22, 2003, at 12:21 PM, X-Istence wrote: +chmod 700 $(DESTDIR)@vpopmaildir@/@domains_dir@ +chown -R @vpouser@ $(DESTDIR)@vpopmaildir@ +chgrp -R @vpopgroup@ $(DESTDIR)@vpopmaildir@ +chown -R root $(DESTDIR)@vpopmaildir@/lib +chgrp -R root

Re: [vchkpw] Re: vpopmail 5.3.27 -- problem with bin and lib permissions

2003-09-22 Thread Tom Collins
On Monday, September 22, 2003, at 12:21 PM, X-Istence wrote: + chmod 700 $(DESTDIR)@vpopmaildir@/@domains_dir@ + chown -R @vpouser@ $(DESTDIR)@vpopmaildir@ + chgrp -R @vpopgroup@ $(DESTDIR)@vpopmaildir@ + chown -R root $(DESTDIR)@vpopmaildir@/lib + chgrp -R root $(DES

Re: [vchkpw] Re: vpopmail 5.3.27 -- problem with bin and lib permissions

2003-09-22 Thread X-Istence
Tom Collins wrote: On Thursday, September 18, 2003, at 03:11 AM, X-Istence wrote: And the winner is: drwxr-x--- 2 root wheel 512 Sep 17 22:37 bin We've been working on the Makefile.am to avoid trashing permissions on bin and lib when installing to /usr/

Re: [vchkpw] Re: vpopmail 5.3.27 -- problem with bin and lib permissions

2003-09-22 Thread Tom Collins
On Thursday, September 18, 2003, at 03:11 AM, X-Istence wrote: And the winner is: drwxr-x--- 2 root wheel 512 Sep 17 22:37 bin We've been working on the Makefile.am to avoid trashing permissions on bin and lib when installing to /usr/local/bin and /usr/local/lib instead of /home/vpopm