diff options
Diffstat (limited to 'meta-networking/recipes-daemons/radvd/radvd.inc')
-rw-r--r-- | meta-networking/recipes-daemons/radvd/radvd.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc b/meta-networking/recipes-daemons/radvd/radvd.inc index 59a07d78d..802dbe34e 100644 --- a/meta-networking/recipes-daemons/radvd/radvd.inc +++ b/meta-networking/recipes-daemons/radvd/radvd.inc | |||
@@ -18,7 +18,8 @@ SRC_URI = "http://v6web.litech.org/radvd/dist/radvd-${PV}.tar.gz \ | |||
18 | file://radvd.init \ | 18 | file://radvd.init \ |
19 | file://radvd.service \ | 19 | file://radvd.service \ |
20 | file://volatiles.03_radvd \ | 20 | file://volatiles.03_radvd \ |
21 | file://radvd.default" | 21 | file://radvd.default \ |
22 | file://radvd.conf" | ||
22 | 23 | ||
23 | inherit autotools useradd pkgconfig systemd | 24 | inherit autotools useradd pkgconfig systemd |
24 | 25 | ||
@@ -52,6 +53,8 @@ do_install_append () { | |||
52 | for i in radvd.conf.example README; do \ | 53 | for i in radvd.conf.example README; do \ |
53 | install -m 0644 ${S}/$i ${D}${docdir}/radvd; \ | 54 | install -m 0644 ${S}/$i ${D}${docdir}/radvd; \ |
54 | done | 55 | done |
56 | |||
57 | install -m 0644 ${WORKDIR}/radvd.conf ${D}${sysconfdir}/radvd.conf | ||
55 | } | 58 | } |
56 | 59 | ||
57 | USERADD_PACKAGES = "${PN}" | 60 | USERADD_PACKAGES = "${PN}" |