~ubuntu-branches/ubuntu/oneiric/nagios-plugins/oneiric

« back to all changes in this revision

Viewing changes to contrib/check_temp_fsc

  • Committer: Bazaar Package Importer
  • Author(s): Jan Wagner
  • Date: 2010-01-23 01:07:49 UTC
  • mto: (12.1.3 sid) (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20100123010749-pbdjhe76lbueoawi
Tags: upstream-1.4.14
ImportĀ upstreamĀ versionĀ 1.4.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
        }
139
139
 
140
140
sub print_help () {
141
 
        print_revision($PROGNAME,'$Revision: 2091 $\n ');
 
141
        print_revision($PROGNAME,'$Revision: 1113 $\n ');
142
142
        print "Copyright (c) 2003 Rainer Duffner\n ";
143
143
        print_usage();
144
144
        print "\n";
149
149
        }
150
150
 
151
151
sub version () {
152
 
        print_revision($PROGNAME,'$Revision: 2091 $ ');
 
152
        print_revision($PROGNAME,'$Revision: 1113 $ ');
153
153
        exit $ERRORS{'OK'};
154
154
}
155
155