Changeset 1595

Show
Ignore:
Timestamp:
07/07/04 15:21:27 (20 years ago)
Author:
jalet
Message:

Introduction of the pykosd command

Location:
pykota/trunk
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/MANIFEST.in

    r1590 r1595  
    1 include README FAQ COPYING LICENSE TODO NEWS CREDITS SECURITY MANIFEST.in clean.sh bin/cupspykota bin/edpykota bin/warnpykota bin/repykota bin/pykotme bin/pkprinters bin/pkhint bin/pkpgcounter bin/snmpprinterstatus bin/waitprinter.sh bin/papwaitprinter.sh bin/mailandpopup.sh bin/README 
     1include README FAQ COPYING LICENSE TODO NEWS CREDITS SECURITY MANIFEST.in clean.sh bin/cupspykota bin/edpykota bin/warnpykota bin/repykota bin/pykotme bin/pykosd bin/pkprinters bin/pkhint bin/pkpgcounter bin/snmpprinterstatus bin/waitprinter.sh bin/papwaitprinter.sh bin/mailandpopup.sh bin/README 
    22recursive-include po README *.po *.mo *.pot 
    33recursive-include man README *.sh *.1 
  • pykota/trunk/NEWS

    r1593 r1595  
    2424    - 1.19alpha30 : 
    2525     
     26        - Introduction of preliminary version of the pykosd command 
     27         
    2628        - Usernames, Groupnames and Printernames can now contain 
    2729          ANY character, expected '/' and '@'. 
  • pykota/trunk/setup.py

    r1592 r1595  
    2424# 
    2525# $Log$ 
     26# Revision 1.46  2004/07/07 13:21:26  jalet 
     27# Introduction of the pykosd command 
     28# 
    2629# Revision 1.45  2004/07/06 09:37:01  jalet 
    2730# Integrated most of the Debian packaging work made by Sergio Gonz�z Gonz�z 
     
    459462      url = "http://www.librelogiciel.com/software/", 
    460463      packages = [ "pykota", "pykota.storages", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 
    461       scripts = [ "bin/pkpgcounter", "bin/snmpprinterstatus", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
     464      scripts = [ "bin/pkpgcounter", "bin/snmpprinterstatus", "bin/pykosd", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ], 
    462465      data_files = data_files) 
    463466