From 66c9e9f0c2ca8a8b204c56dd56b71b18269eb391 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 31 Oct 2015 23:28:56 +0100 Subject: Fix broken links --- stories/projects/minimunin.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stories/projects/minimunin.rst b/stories/projects/minimunin.rst index 5cba744..81afde2 100644 --- a/stories/projects/minimunin.rst +++ b/stories/projects/minimunin.rst @@ -29,7 +29,7 @@ Code .. image:: http://www.freebsd.org/gifs/daemon_hammer-tn25.jpg :align: right -You can always get the latest version of *minimunin*, use ``git clone git://erdgeist.org/minimunin` or the legacy view ``cvs -d :pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co minimunin`` with an empty password to check it out. There is a `minimunin tarball `_. You can scroll through the source at `minimunin gitweb ` or `minimunin cvsweb (deprecated) `_. Typing ``make install`` installs the binary in your ``${PREFIX}/bin`` (or ``/usr/local``, if none is set). +You can always get the latest version of *minimunin*, use ``git clone git://erdgeist.org/minimunin`` or the legacy view ``cvs -d :pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co minimunin`` with an empty password to check it out. There is a `minimunin tarball `_. You can scroll through the source at `minimunin gitweb `_ or `minimunin cvsweb (deprecated) `_. Typing ``make install`` installs the binary in your ``${PREFIX}/bin`` (or ``/usr/local``, if none is set). ---- @@ -42,7 +42,9 @@ After getting *minimunin* either from source or by installing the FreeBSD port/p to your ``/etc/inetd.conf``. Alternatively, if you plan to run plugins that require root permissions (e.g. for changing to a different user via the plugin config), add:: - munin stream tcp nowait root /usr/libexec/tcpd /usr/local/bin/minimunin`` to your ``/etc/inetd.conf + munin stream tcp nowait root /usr/libexec/tcpd /usr/local/bin/minimunin + +to your ``/etc/inetd.conf``. In both cases you need to enable inetd by setting ``inetd_enable="YES"`` in your ``/etc/rc.conf`` and restart inetd with the ``service inetd start`` command. You may also want to restrict access to your munin node via the ``/etc/hosts.allow`` and ``/etc/hosts.deny`` configuration files. -- cgit v1.2.3