Show
Ignore:
Timestamp:
05/07/08 23:12:57 (16 years ago)
Author:
jerome
Message:

Now uses Debian or Ubuntu's package for pkpgcounter.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pksetup

    r3297 r3370  
    102102adminmail : %(adminemail)s 
    103103 
    104 # Use usernames as-is or convert them to lowercase ? 
    105 utolower : No 
     104# Use usernames as-is or convert them to lowercase or uppercase ? 
     105usernamecase : native 
     106 
     107# Winbind separator character, uncomment if needed 
     108# winbind_separator : / 
     109 
     110# Should we forbid unknown users from printing ? 
     111reject_unknown : No 
    106112 
    107113# Should we hide some fields in the history (title, filename) ? 
     
    193199                 "python-imaging", 
    194200                 "python-pysnmp4", 
    195                  "python-pam" ] 
    196          
    197     otherpackages = [ { "name" : "pkpgcounter", 
    198                         "version" : "3.50", 
    199                         "url" : "http://www.pykota.com/software/%(name)s/download/tarballs/%(name)s-%(version)s.tar.gz", 
    200                         "commands" : [ "tar -zxf %(name)s-%(version)s.tar.gz", 
    201                                        "cd %(name)s-%(version)s", 
    202                                        "python setup.py install", 
    203                                      ], 
    204                       }, 
     201                 "python-pam", 
     202                 "pkpgcounter" ] 
     203         
     204    otherpackages = [ 
    205205                      { "name" : "pkipplib", 
    206206                        "version" : "0.07",