Changeset 3370
- Timestamp:
- 05/07/08 23:12:57 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pksetup
r3297 r3370 102 102 adminmail : %(adminemail)s 103 103 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 ? 105 usernamecase : native 106 107 # Winbind separator character, uncomment if needed 108 # winbind_separator : / 109 110 # Should we forbid unknown users from printing ? 111 reject_unknown : No 106 112 107 113 # Should we hide some fields in the history (title, filename) ? … … 193 199 "python-imaging", 194 200 "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 = [ 205 205 { "name" : "pkipplib", 206 206 "version" : "0.07",