@%@UCRWARNING=# @%@

# Set to "true" if warnquota should be run in cron.daily
run_warnquota=

# Add options to rpc.rquotad here
@!@
if configRegistry.get('nfs/ports') == 'static':
    print('RPCRQUOTADOPTS="--port 32769"')
else:
    print('RPCRQUOTADOPTS=')
@!@
