Compare commits

..

No commits in common. "cb7e84e6fe4e1b2e1c441ef78daaae5dfc505943" and "d11a1ee2ea800f6830f8a7d6973374dd69adf513" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -65,7 +65,7 @@ make image \
collectd-mod-nginx collectd-mod-ping \
collectd-mod-processes collectd-mod-protocols \
collectd-mod-sensors collectd-mod-smart \
collectd-mod-sqm collectd-mod-tcpconns \
collectd-mod-tcpconns \
collectd-mod-thermal collectd-mod-uptime \
collectd-mod-users collectd-mod-vmem \
collectd-mod-wireless \

View File

@ -76,8 +76,7 @@ define Package/$(PKG_NAME)/postinst
if [ -n "$${IPKG_INSTROOT}" ]; then
exit 0
fi
# Add asterisk user to audio and dialout groups
sed -i -E 's/((audio|dialout):x:[0-9+]:)/\1asterisk/' /etc/group
usermod -a -G audio,dialout asterisk
endef