mirror of https://github.com/hak5/openwrt.git
Add munin to /etc/services
The muninlite postinst fails to add munin to /etc/services. This patch removes this broken postinst and add an entry for munin in /etc/services. This should have been done when the rest of the /etc/services postinsts were being removed (changesets 26142-26149). Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> SVN-Revision: 30982lede-17.01
parent
3b87ad238c
commit
5fdd1f4bd7
|
@ -124,6 +124,7 @@ iax 4569/tcp
|
||||||
iax 4569/udp
|
iax 4569/udp
|
||||||
mtn 4691/tcp
|
mtn 4691/tcp
|
||||||
mtn 4691/udp
|
mtn 4691/udp
|
||||||
|
munin 4949/tcp
|
||||||
sip 5060/tcp
|
sip 5060/tcp
|
||||||
sip 5060/udp
|
sip 5060/udp
|
||||||
sip-tls 5061/tcp
|
sip-tls 5061/tcp
|
||||||
|
|
Loading…
Reference in New Issue