Show
Ignore:
Timestamp:
06/03/03 14:16:22 (21 years ago)
Author:
jalet
Message:

Missing parenthesis

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/pykota.schema

    r1008 r1010  
    5656        DESC 'PyKota Auxiliary User Account' 
    5757        MUST ( uid ) 
    58         MAY  ( pykotaLimitBy $ pykotaBalance $ pykotaLifeTimePaid ) 
     58        MAY  ( pykotaLimitBy $ pykotaBalance $ pykotaLifeTimePaid ) ) 
    5959         
    6060## New Pykota Group object type 
     
    6262        DESC 'PyKota Auxiliary Group' 
    6363        MUST ( cn ) 
    64         MAY  ( pykotaLimitBy ) 
     64        MAY  ( pykotaLimitBy ) ) 
    6565         
    6666## New Pykota Printer object type 
     
    6868        DESC 'PyKota Auxiliary Printer' 
    6969        MUST ( cn ) 
    70         MAY  ( pykotaPricePerPage $ pykotaPricePerJob ) 
     70        MAY  ( pykotaPricePerPage $ pykotaPricePerJob ) )