On Mon, 2011-05-16 at 12:19 +0000, Otavio Salvador wrote:
> +#!/bin/sh
> +DAEMON=/usr/sbin/pcscd
> +NAME=pcscd
> +DESC="PCSC Daemon"
> +PIDFILE=/var/run/pcscd/pcscd.pid

Please make these paths be parameterised (e.g. ${sbindir}
not /usr/sbin), otherwise the script will not work if those vars are
changed from the defaults.

> +     install -d "${D}/etc/init.d"
> +     install -m 755 "${WORKDIR}/pcscd.init" "${D}/etc/init.d/pcscd"

Same here.

p.



_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to