]> git.puffer.fish Git - matthieu/frr.git/commitdiff
isisd, ospf6d: use bug-report information from autoconf
authorChristian Franke <chris@opensourcerouting.org>
Wed, 20 Mar 2013 10:50:07 +0000 (10:50 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 31 Jul 2013 15:58:05 +0000 (17:58 +0200)
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
isisd/isis_main.c
ospf6d/ospf6_main.c

index dcbc3de9650f4d42f2e30791825d8a96b92845f3..96816ebb20c9cc2977df61336b7e3252799d745d 100644 (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);
index 1bdf52fb4face500fff74a6583080518e388217a..17d7654e94f55b10294c336cd425fb354e9acf54 100644 (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);