Show
Ignore:
Timestamp:
03/06/05 17:52:43 (19 years ago)
Author:
jerome
Message:

Removed all references to $Log$

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkhint

    r2146 r2147  
    2222# 
    2323# $Id$ 
    24 # 
    25 # $Log$ 
    26 # Revision 1.23  2005/02/22 17:18:18  jalet 
    27 # Simplified pkhint's output to take care of the software() accounter 
    28 # optimization and of the internal PJL accounter. 
    29 # 
    30 # Revision 1.22  2005/01/17 08:44:23  jalet 
    31 # Modified copyright years 
    32 # 
    33 # Revision 1.21  2004/10/13 08:26:06  jalet 
    34 # Doesn't suggest hardware(snmp) anymore if the command used was not snmpget. 
    35 # This caused problem when snmpwalk was successful but not snmpget for example 
    36 # 
    37 # Revision 1.20  2004/10/13 08:09:19  jalet 
    38 # More complete PATH. 
    39 # pkhint doesn't use absolute path to search for helper commands anymore. 
    40 # 
    41 # Revision 1.19  2004/10/11 22:53:05  jalet 
    42 # Postponed string interpolation to help message's output method 
    43 # 
    44 # Revision 1.18  2004/10/11 12:49:06  jalet 
    45 # Renders help translatable 
    46 # 
    47 # Revision 1.17  2004/09/23 19:29:36  jalet 
    48 # If SNMP accounting is possible, pkhint now suggests to use the internal 
    49 # SNMP handling instead of the external one. No real test is done for now, 
    50 # though. 
    51 # 
    52 # Revision 1.16  2004/07/27 21:50:29  jalet 
    53 # Small fix for %(port)s thanks to rpinheiro 
    54 # 
    55 # Revision 1.15  2004/07/20 22:19:45  jalet 
    56 # Sanitized a bit + use of gettext 
    57 # 
    58 # Revision 1.14  2004/07/01 19:56:40  jalet 
    59 # Better dispatching of error messages 
    60 # 
    61 # Revision 1.13  2004/06/29 07:55:18  jalet 
    62 # Doesn't output the warning message when --help or --version is asked 
    63 # 
    64 # Revision 1.12  2004/06/29 07:53:11  jalet 
    65 # Improved pkhint 
    66 # 
    67 # Revision 1.11  2004/06/18 13:34:48  jalet 
    68 # Now all tracebacks include PyKota's version number 
    69 # 
    70 # Revision 1.10  2004/06/07 18:43:40  jalet 
    71 # Fixed over-verbose exits when displaying help or version number 
    72 # 
    73 # Revision 1.9  2004/06/03 21:50:34  jalet 
    74 # Improved error logging. 
    75 # crashrecipient directive added. 
    76 # Now exports the job's size in bytes too. 
    77 # 
    78 # Revision 1.8  2004/05/18 14:48:47  jalet 
    79 # Big code changes to completely remove the need for "requester" directives, 
    80 # jsut use "hardware(... your previous requester directive's content ...)" 
    81 # 
    82 # Revision 1.7  2004/05/13 13:59:27  jalet 
    83 # Code simplifications 
    84 # 
    85 # Revision 1.6  2004/03/30 12:59:47  jalet 
    86 # Fixed path problem 
    87 # 
    88 # Revision 1.5  2004/02/09 13:07:06  jalet 
    89 # Should now be able to handle network + pjl printers 
    90 # 
    91 # Revision 1.4  2004/02/09 12:35:19  jalet 
    92 # De-uglyfication. 
    93 # Now works with older CUPS (1.14) which don't detect the cupspykota backend but accept it anyway. 
    94 # 
    95 # Revision 1.3  2004/02/07 13:56:03  jalet 
    96 # Help 
    97 # 
    98 # Revision 1.2  2004/02/07 13:47:55  jalet 
    99 # More warnings 
    100 # 
    101 # Revision 1.1  2004/02/07 13:45:51  jalet 
    102 # Preliminary work on the pkhint command 
    103 # 
    10424# 
    10525#