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 | 13e24e7ed30216dd6cb1b38f276b033afc08e960 (patch) | |
tree | e1c4908f217192279b0a093e0c6205b2554ac8fa /package/base-files | |
parent | f1895391035ee5ea09878233733f25873162c3ac (diff) | |
download | upstream-13e24e7ed30216dd6cb1b38f276b033afc08e960.tar.gz upstream-13e24e7ed30216dd6cb1b38f276b033afc08e960.tar.bz2 upstream-13e24e7ed30216dd6cb1b38f276b033afc08e960.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30982 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-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 |