Subject: Re: CVS commit: pkgsrc/mail/up-imapproxy
To: None <tech-pkg@netbsd.org>
From: Lubomir Sedlacik <salo@Xtrmntr.org>
List: tech-pkg
Date: 05/09/2006 14:11:55
--5gxpn/Q6ypwruk0T
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

hi,

On Tue, May 09, 2006 at 10:16:05AM +0200, Jukka Salmi wrote:
> diff -ru up-imapproxy-1.2.4.orig/Makefile.in up-imapproxy-1.2.4/Makefile.=
in
> --- up-imapproxy-1.2.4.orig/Makefile.in	2005-06-15 14:15:33.000000000 +02=
00
> +++ up-imapproxy-1.2.4/Makefile.in	2005-06-15 23:28:53.000000000 +0200
> @@ -79,8 +79,8 @@
> =20
>  install: $(XYD_BIN) $(TAT_BIN)
>  	mkdir -p $(EBIN)
> -	$(INSTALL) -o bin -g bin -m 0755 $(XYD_BIN) $(EBIN)
> -	$(INSTALL) -o bin -g bin -m 0755 $(TAT_BIN) $(EBIN)
> +	$(INSTALL) -o root -g wheel -m 0555 $(XYD_BIN) $(EBIN)
> +	$(INSTALL) -o root -g wheel -m 0555 $(TAT_BIN) $(EBIN)
> =20
>  install-init:
>  	$(INSTALL) -o root -g sys -m 0755 ./scripts/imapproxy.init $(ETC)/init.=
d/imapproxy
> @@ -88,7 +88,7 @@
>  	ln -s ../init.d/imapproxy /etc/rc0.d/K10imapproxy
> =20
>  install-conf:
> -	$(INSTALL) -o root -g bin -m 0755 ./scripts/imapproxy.conf $(ETC)
> +	$(INSTALL) -o root -g wheel -m 0644 ./scripts/imapproxy.conf $(ETC)

if you are patching these, you can as well just make it DTRT.

 $(INSTALL) -o root -g wheel -m 0555

should be

 $(BSD_INSTALL_PROGRAM)

and=20

 $(INSTALL) -o root -g wheel -m 0644

should be

 $(BSD_INSTALL_SCRIPT)


regards,

--=20
-- Lubomir Sedlacik <salo@{NetBSD,Xtrmntr,silcnet}.org>   --

--5gxpn/Q6ypwruk0T
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (NetBSD)

iD8DBQFEYIcLiwjDDlS8cmMRAqXaAJ92dkrjxUyASrwJ5dzspclud0QTmwCfYmGj
dhJ9zWYCzwm9Uesg+PUkG2w=
=PVeW
-----END PGP SIGNATURE-----

--5gxpn/Q6ypwruk0T--