Changeset 891

Show
Ignore:
Timestamp:
04/08/03 23:13:44 (21 years ago)
Author:
jalet
Message:

Prepare --groups option to work.

Location:
pykota/trunk/bin
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r890 r891  
    2323# 
    2424# $Log$ 
     25# Revision 1.31  2003/04/08 21:13:44  jalet 
     26# Prepare --groups option to work. 
     27# 
    2528# Revision 1.30  2003/04/08 21:10:18  jalet 
    2629# Checks --groups option presence instead of --users because --users is the default. 
     
    327330    try : 
    328331        defaults = { \ 
    329                      "users"  : 1, \ 
     332                     "users"  : 0, \ 
    330333                     "groups" : 0, \ 
    331334                     "printer" : "*", \ 
  • pykota/trunk/bin/repykota

    r890 r891  
    2323# 
    2424# $Log$ 
     25# Revision 1.19  2003/04/08 21:13:44  jalet 
     26# Prepare --groups option to work. 
     27# 
    2528# Revision 1.18  2003/04/08 21:10:18  jalet 
    2629# Checks --groups option presence instead of --users because --users is the default. 
     
    195198    try : 
    196199        defaults = { \ 
    197                      "users"  : 1, \ 
     200                     "users"  : 0, \ 
    198201                     "groups" : 0, \ 
    199202                     "printer" : "*", \ 
  • pykota/trunk/bin/warnpykota

    r890 r891  
    2323# 
    2424# $Log$ 
     25# Revision 1.13  2003/04/08 21:13:44  jalet 
     26# Prepare --groups option to work. 
     27# 
    2528# Revision 1.12  2003/04/08 21:10:18  jalet 
    2629# Checks --groups option presence instead of --users because --users is the default. 
     
    142145    try : 
    143146        defaults = { \ 
    144                      "users"  : 1, \ 
     147                     "users"  : 0, \ 
    145148                     "groups" : 0, \ 
    146149                     "printer" : "*", \