From a6c79f3a2a56d312c34fc5a47261f9393c2b3340 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Fri, 18 May 2012 11:57:03 +0200 Subject: [PATCH] Fix hardcoded paths in gnt-cluster.rst man page Also reworks a bit the sentence and fixes a typo. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- man/gnt-cluster.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/gnt-cluster.rst b/man/gnt-cluster.rst index d54368200..fb28646eb 100644 --- a/man/gnt-cluster.rst +++ b/man/gnt-cluster.rst @@ -241,11 +241,11 @@ master IP. The netmask must be specified as an integer, and will be interpreted as a CIDR netmask. The default value is 32 for an IPv4 address and 128 for an IPv6 address. -The ``--use-external-mip-script`` options allows to specify -whether to use an user-supplied master IP address setup script, whose -location is ``/etc/ganeti/scripts/master-ip-setup``. If the option value -is set to False, the default script, whose location is -``/usr/local/lib/ganeti/tools/master-ip-setup``, will be executed. +The ``--use-external-mip-script`` option allows to specify whether to +use an user-supplied master IP address setup script, whose location is +``@SYSCONFDIR@/ganeti/scripts/master-ip-setup``. If the option value is +set to False, the default script (located at +``@PKGLIBDIR@/tools/master-ip-setup``) will be executed. The ``-m (--mac-prefix)`` option will let you specify a three byte prefix under which the virtual MAC addresses of your instances will be -- GitLab