diff options
-rw-r--r-- | meta-networking/recipes-connectivity/freeradius/freeradius_3.2.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.2.7.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.2.7.bb index 181d9e5d18..ef98d7285d 100644 --- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.2.7.bb +++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.2.7.bb | |||
@@ -210,12 +210,12 @@ pkg_postinst:${PN} () { | |||
210 | # for radiusd.service with multilib | 210 | # for radiusd.service with multilib |
211 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 211 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
212 | install -d ${sysconfdir}/sysconfig | 212 | install -d ${sysconfdir}/sysconfig |
213 | echo "MLPREFIX=${MLPREFIX}" > ${sysconfdir}/sysconfig/radiusd | 213 | echo "MLPREFIX=" > ${sysconfdir}/sysconfig/radiusd |
214 | fi | 214 | fi |
215 | else | 215 | else |
216 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 216 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
217 | install -d $D${sysconfdir}/sysconfig | 217 | install -d $D${sysconfdir}/sysconfig |
218 | echo "MLPREFIX=${MLPREFIX}" > $D${sysconfdir}/sysconfig/radiusd | 218 | echo "MLPREFIX=" > $D${sysconfdir}/sysconfig/radiusd |
219 | fi | 219 | fi |
220 | fi | 220 | fi |
221 | } | 221 | } |