Add munin to /etc/services
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 18 Mar 2012 19:41:57 +0000 (19:41 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 18 Mar 2012 19:41:57 +0000 (19:41 +0000)
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30982 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/etc/services

index 10161eb..a12853e 100644 (file)
@@ -124,6 +124,7 @@ iax         4569/tcp
 iax            4569/udp
 mtn            4691/tcp
 mtn            4691/udp
 iax            4569/udp
 mtn            4691/tcp
 mtn            4691/udp
+munin          4949/tcp
 sip            5060/tcp
 sip            5060/udp
 sip-tls                5061/tcp
 sip            5060/tcp
 sip            5060/udp
 sip-tls                5061/tcp
This page took 0.031002 seconds and 4 git commands to generate.