From: Christian Franke Date: Wed, 20 Mar 2013 10:50:07 +0000 (+0000) Subject: isisd, ospf6d: use bug-report information from autoconf X-Git-Tag: frr-2.0-rc1~1654 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=4ff3bcad8e81b643f3247317a3949d7867b36f75;p=matthieu%2Ffrr.git isisd, ospf6d: use bug-report information from autoconf Signed-off-by: Christian Franke Signed-off-by: David Lamparter --- diff --git a/isisd/isis_main.c b/isisd/isis_main.c index dcbc3de965..96816ebb20 100644 --- a/isisd/isis_main.c +++ b/isisd/isis_main.c @@ -144,7 +144,7 @@ Daemon which manages IS-IS routing\n\n\ -C, --dryrun Check configuration for validity and exit\n\ -h, --help Display this help and exit\n\ \n\ -Report bugs to http://bugzilla.quagga.net\n", progname); +Report bugs to %s\n", progname, ZEBRA_BUG_ADDRESS); } exit (status); diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index 1bdf52fb4f..17d7654e94 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -125,7 +125,7 @@ Daemon which manages OSPF version 3.\n\n\ -C, --dryrun Check configuration for validity and exit\n\ -h, --help Display this help and exit\n\ \n\ -Report bugs to zebra@zebra.org\n", progname); +Report bugs to %s\n", progname, ZEBRA_BUG_ADDRESS); } exit (status);