diff options
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-daemons/radvd/radvd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc b/meta-networking/recipes-daemons/radvd/radvd.inc index 219d88f499..5da31b3f0e 100644 --- a/meta-networking/recipes-daemons/radvd/radvd.inc +++ b/meta-networking/recipes-daemons/radvd/radvd.inc | |||
| @@ -59,7 +59,7 @@ do_install:append () { | |||
| 59 | 59 | ||
| 60 | USERADD_PACKAGES = "${PN}" | 60 | USERADD_PACKAGES = "${PN}" |
| 61 | GROUPADD_PARAM:${PN} = "--system nogroup" | 61 | GROUPADD_PARAM:${PN} = "--system nogroup" |
| 62 | USERADD_PARAM:${PN} = "--system --home ${localstatedir}/run/radvd/ -M -g nogroup radvd" | 62 | USERADD_PARAM:${PN} = "--system --home ${localstatedir}/run/radvd/ -M -g nogroup --shell /sbin/nologin radvd" |
| 63 | 63 | ||
| 64 | pkg_postinst:${PN} () { | 64 | pkg_postinst:${PN} () { |
| 65 | if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then | 65 | if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then |
