diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 00:55:28 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 00:55:28 (GMT) |
commit | 016d33230eb4fffd7e1f5644ce4901cb4d01f4e3 (patch) | |
tree | 1a6f29dcfd937bccffb66467127613b660d55365 /plugins/check_ide-smart.c | |
parent | 3f05eb7fcb71942c90fa7d5796c3d18ed62443cf (diff) | |
download | monitoring-plugins-016d33230eb4fffd7e1f5644ce4901cb4d01f4e3.tar.gz |
bump copyright year
initialize result to STATE_UNKNOW in place of STATE_OK
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@982 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ide-smart.c')
-rw-r--r-- | plugins/check_ide-smart.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/check_ide-smart.c b/plugins/check_ide-smart.c index bcace8a..09231aa 100644 --- a/plugins/check_ide-smart.c +++ b/plugins/check_ide-smart.c | |||
@@ -36,9 +36,15 @@ | |||
36 | * | 36 | * |
37 | * $Id$ | 37 | * $Id$ |
38 | */ | 38 | */ |
39 | |||
40 | const char *progname = "check_ide_smart"; | ||
41 | const char *revision = "$Revision$"; | ||
42 | const char *copyright = "2000-2004"; | ||
43 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | ||
39 | 44 | ||
40 | #include "common.h" | 45 | #include "common.h" |
41 | #include "utils.h" | 46 | #include "utils.h" |
47 | |||
42 | #include <sys/stat.h> | 48 | #include <sys/stat.h> |
43 | #include <sys/ioctl.h> | 49 | #include <sys/ioctl.h> |
44 | #include <fcntl.h> | 50 | #include <fcntl.h> |