cvs commit: ports/sysutils/mcron Makefile

David O'Brien obrien at FreeBSD.ORG
Wed Mar 17 09:14:40 PST 2004


On Wed, Mar 17, 2004 at 05:13:57PM +0300, Andrey Chernov wrote:
> >   BROKEN on 5.x: Does not install following ache's getopt changes
... 
> --- makefile.in.bak	Fri Dec 12 00:53:35 2003
> +++ makefile.in	Wed Mar 17 17:10:28 2004
> @@ -693,9 +693,9 @@
>  
>  install-exec-hook:
>  	rm -f $(fpp)cron$(EXEEXT) > /dev/null 2>&1
> -	$(INSTALL) --mode='u=rwx' mcron$(EXEEXT) $(fpp)cron$(EXEEXT)
> +	$(INSTALL) -m 'u=rwx' mcron$(EXEEXT) $(fpp)cron$(EXEEXT)
>  	rm -f $(fpp)crontab$(EXEEXT) > /dev/null 2>&1
> -	$(INSTALL) --mode='u=rwxs,og=rx' mcron$(EXEEXT) $(fpp)crontab$(EXEEXT)
> +	$(INSTALL) -m 'u=rwxs,og=rx' mcron$(EXEEXT) $(fpp)crontab$(EXEEXT)

Why is this needed?  Is the libc version of getopt_long missing
functionality we had before in GNU getopt_long?


More information about the cvs-all mailing list