svn commit: r400351 - head/Templates

Bryan Drewery bdrewery at FreeBSD.org
Tue Oct 27 23:27:45 UTC 2015


On 10/27/15 3:40 PM, Koop Mast wrote:
> 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?
> 

I noticed that too but ignored it as it was generated like that from
openssh-portable. I will look into it more.


-- 
Regards,
Bryan Drewery


More information about the svn-ports-all mailing list