diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-18 19:41:57 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-18 19:41:57 +0000 |
commit | 5fdd1f4bd7ffcad4d55e9a4831a2d5ef35315c91 (patch) | |
tree | 07dff97944a576f98a74cc53a197630cab34b664 /package | |
parent | 3b87ad238c80087e6238638caf7cb6e799bf6591 (diff) | |
download | upstream-5fdd1f4bd7ffcad4d55e9a4831a2d5ef35315c91.tar.gz upstream-5fdd1f4bd7ffcad4d55e9a4831a2d5ef35315c91.tar.bz2 upstream-5fdd1f4bd7ffcad4d55e9a4831a2d5ef35315c91.zip |
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: 30982
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/files/etc/services | 1 |
1 files changed, 1 insertions, 0 deletions
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 |