From 5fdd1f4bd7ffcad4d55e9a4831a2d5ef35315c91 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 18 Mar 2012 19:41:57 +0000 Subject: [PATCH] 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 SVN-Revision: 30982 --- package/base-files/files/etc/services | 1 + 1 file changed, 1 insertion(+) diff --git a/package/base-files/files/etc/services b/package/base-files/files/etc/services index 10161ebdf9..a12853efa0 100644 --- a/package/base-files/files/etc/services +++ b/package/base-files/files/etc/services @@ -124,6 +124,7 @@ iax 4569/tcp iax 4569/udp mtn 4691/tcp mtn 4691/udp +munin 4949/tcp sip 5060/tcp sip 5060/udp sip-tls 5061/tcp -- 2.30.2