isisd, ospf6d: use bug-report information from autoconf

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
Christian Franke 2013-03-20 10:50:07 +00:00 committed by David Lamparter
parent a52070899a
commit 4ff3bcad8e
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);