From fb11678ae2b71101a641a4050797a98229430d03 Mon Sep 17 00:00:00 2001 From: Ted Percival Date: Fri, 28 Sep 2007 15:48:48 +0000 Subject: Print the right default script file in `avahi-autoipd --help` when pkgsysconfdir != /etc/avahi git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1545 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-autoipd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avahi-autoipd/main.c b/avahi-autoipd/main.c index 8cab9f5..9e0b9e8 100644 --- a/avahi-autoipd/main.c +++ b/avahi-autoipd/main.c @@ -1432,7 +1432,7 @@ static void help(FILE *f, const char *a0) { " -S --start=ADDRESS Start with this address from the IPv4LL range\n" " 169.254.0.0/16\n" " -t --script=script Action script to run (defaults to\n" - " /etc/avahi/avahi-autoipd.action)\n" + " "AVAHI_IPCONF_SCRIPT")\n" " -w --wait Wait until an address has been acquired before\n" " daemonizing\n" " --force-bind Assign an IPv4LL address even if a routable address\n" -- cgit