Changeset 3185 for pykota/trunk/bin

Show
Ignore:
Timestamp:
05/31/07 00:40:16 (17 years ago)
Author:
jerome
Message:

Fixed a problem when setting default policy : the echo command would remove unescaped double quotes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pksetup

    r3174 r3185  
    163163# for unknown users, allowing them to print with no limit on the 
    164164# current printer. 
    165 policy : external(pkusers --add --skipexisting --limitby noquota --description "Added automatically" \$PYKOTAUSERNAME && edpykota --add --skipexisting --printer \$PYKOTAPRINTERNAME \$PYKOTAUSERNAME) 
     165policy : external(pkusers --add --skipexisting --limitby noquota --description \"Added automatically\" \$PYKOTAUSERNAME && edpykota --add --skipexisting --printer \$PYKOTAPRINTERNAME \$PYKOTAUSERNAME) 
    166166 
    167167"""