diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 (GMT) |
commit | 6fbd14fea5c111a23d9074d25499991cbfa58f79 (patch) | |
tree | 0c1f5a77cacc664eadd47216b70e3257337484db /contrib/check_uptime.c | |
parent | 56cf151ae91c5081a99365848a3f060dfe14a68c (diff) | |
download | monitoring-plugins-6fbd14fea5c111a23d9074d25499991cbfa58f79.tar.gz |
Removing CVS/SVN tags and replacing with git-based versioning
For contrib/, full tags have been imported from subversion
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'contrib/check_uptime.c')
-rw-r--r-- | contrib/check_uptime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/check_uptime.c b/contrib/check_uptime.c index fe98123..7afeb23 100644 --- a/contrib/check_uptime.c +++ b/contrib/check_uptime.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Based on CHECK_LOAD.C | 9 | * Based on CHECK_LOAD.C |
10 | * Copyright (c) 1999 Felipe Gustavo de Almeida <galmeida@linux.ime.usp.br> | 10 | * Copyright (c) 1999 Felipe Gustavo de Almeida <galmeida@linux.ime.usp.br> |
11 | * | 11 | * |
12 | * Last Modified: $Date$ | 12 | * Last Modified: $Date: 2002-02-28 21:42:56 -0500 (Thu, 28 Feb 2002) $ |
13 | * | 13 | * |
14 | * Command line: CHECK_UPTIME <host_address> | 14 | * Command line: CHECK_UPTIME <host_address> |
15 | * | 15 | * |
@@ -44,7 +44,7 @@ int main(int argc, char **argv) | |||
44 | if(argc != 2){ | 44 | if(argc != 2){ |
45 | printf("Incorrect number of arguments supplied\n"); | 45 | printf("Incorrect number of arguments supplied\n"); |
46 | printf("\n"); | 46 | printf("\n"); |
47 | print_revision(argv[0],"$Revision$"); | 47 | print_revision(argv[0],"$Revision: 6 $"); |
48 | printf("Copyright (c) 2000 Teresa Ramanan (tlr@redowl.org)\n"); | 48 | printf("Copyright (c) 2000 Teresa Ramanan (tlr@redowl.org)\n"); |
49 | printf("\n"); | 49 | printf("\n"); |
50 | printf("Usage: %s <host_address>\n",argv[0]); | 50 | printf("Usage: %s <host_address>\n",argv[0]); |