tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: FILES_SUBST not working?



On Wed, Jun 18, 2008 at 11:06:31AM -0400, Greg Troxel wrote:
> Index: net/nagios-base/files/nagios.sh
> ===================================================================
> RCS file: /cvsroot/pkgsrc/net/nagios-base/files/nagios.sh,v
> retrieving revision 1.5
> diff -u -p -r1.5 nagios.sh
> --- net/nagios-base/files/nagios.sh   9 Jun 2008 12:36:15 -0000       1.5
> +++ net/nagios-base/files/nagios.sh   18 Jun 2008 15:03:56 -0000
> @@ -23,7 +23,7 @@ extra_commands="test reload"
>  nagios_precmd()
>  {
>      mkdir -p ${piddir}
> -    chown nagios ${piddir}
> +    chown ${NAGIOS_USER} ${piddir}

You mean @NAGIOS_USER@ here?

Joerg


Home | Main Index | Thread Index | Old Index