[oe] [meta-oe 2/3] atftp: correctly handle init script

Eric Bénard eric at eukrea.com
Fri Dec 2 14:37:07 UTC 2011


Hi,

>> -INITSCRIPT_NAME = "atftpd" -INITSCRIPT_PARAMS = "defaults 80"
>> +INITSCRIPT_PACKAGES = "${PN}d" +INITSCRIPT_NAME_${PN}d = "atftpd"
>> +INITSCRIPT_PARAMS_${PN}d = "defaults 80"
>>
>> -USERADD_PACKAGES = "atftpd" -USERADD_PARAM_atftpd = "--system
>> --no-create-home --shell /bin/false \ +USERADD_PACKAGES = "${PN}d"
>> +USERADD_PARAM_${PN}d = "--system --no-create-home --shell /bin/false \
>> --user-group nobody"
>
> Was the USERADD change intentional?
>
yes, in fact there is no functional change, only a cosmetic one,
the only goal is to have the atftpd parchaque consistent (${PN}d instead of 
atftpd)

Eric




More information about the Openembedded-devel mailing list