diff options
| author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-22 06:22:38 +0000 |
|---|---|---|
| committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-22 06:22:38 +0000 |
| commit | 22bd672d19c378f1e6124ee18e64e5a88cf53739 (patch) | |
| tree | 127016323f2f3059819f75adb5568a00a0431fc2 /plugins/check_dns.c | |
| parent | d35f99c8a9f546a0f02f09ad3f722f66322e813d (diff) | |
| download | monitoring-plugins-22bd672d19c378f1e6124ee18e64e5a88cf53739.tar.gz | |
- bindtextdomain for gettext, a few other smale cleanups here and there
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@690 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_dns.c')
| -rw-r--r-- | plugins/check_dns.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c index 58c0a1bf..328fc5f4 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c | |||
| @@ -82,6 +82,10 @@ main (int argc, char **argv) | |||
| 82 | struct timeval tv; | 82 | struct timeval tv; |
| 83 | int multi_address; | 83 | int multi_address; |
| 84 | 84 | ||
| 85 | setlocale (LC_ALL, ""); | ||
| 86 | bindtextdomain (PACKAGE, LOCALEDIR); | ||
| 87 | textdomain (PACKAGE); | ||
| 88 | |||
| 85 | /* Set signal handling and alarm */ | 89 | /* Set signal handling and alarm */ |
| 86 | if (signal (SIGALRM, popen_timeout_alarm_handler) == SIG_ERR) { | 90 | if (signal (SIGALRM, popen_timeout_alarm_handler) == SIG_ERR) { |
| 87 | printf (_("Cannot catch SIGALRM")); | 91 | printf (_("Cannot catch SIGALRM")); |
| @@ -398,6 +402,7 @@ print_help (void) | |||
| 398 | { | 402 | { |
| 399 | print_revision (progname, revision); | 403 | print_revision (progname, revision); |
| 400 | 404 | ||
| 405 | printf (_("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n")); | ||
| 401 | printf (_(COPYRIGHT), copyright, email); | 406 | printf (_(COPYRIGHT), copyright, email); |
| 402 | 407 | ||
| 403 | print_usage (); | 408 | print_usage (); |
