svn commit: r400351 - head/Templates

Koop Mast kwm at rainbow-runner.nl
Tue Oct 27 23:26:28 UTC 2015


On 27/10/2015 22:44, Bryan Drewery wrote:
>   : ${ac_cv_path_EGREP=/usr/bin/egrep}
>   : ${ac_cv_path_FGREP=/usr/bin/fgrep}
>   : ${ac_cv_path_GREP=/usr/bin/grep}
>   : ${ac_cv_path_GZIP=/usr/bin/gzip}
> +: ${ac_cv_path_KILL=/bin/kill}
> +: ${ac_cv_path_LOGIN_PROGRAM_FALLBACK=/usr/bin/login}
>   : ${ac_cv_path_MKTEMP_COMMAND=/usr/bin/mktemp}
> +: ${ac_cv_path_PATH_GROUPADD_PROG=groupadd}
> +: ${ac_cv_path_PATH_PASSWD_PROG=/usr/bin/passwd}
> +: ${ac_cv_path_PATH_USERADD_PROG=useradd}
>   : ${ac_cv_path_SED=/usr/bin/sed}
>   : ${ac_cv_path_install=/usr/bin/install}
> +: ${ac_cv_path_lt_DD=/bin/dd}
>   : ${ac_cv_path_mkdir=/bin/mkdir}
>   : ${ac_cv_prog_AWK=/usr/bin/awk}
>   : ${ac_cv_prog_SED=/usr/bin/sed}
Is there a specific reason why groupadd and useradd don't have full path 
set like every other utility has?

-Koop


More information about the svn-ports-head mailing list