#------------------------------------------------------------------------------- # CBD rewrites 'p4 sync' and friends ('p4 update' and 'p4 flush'), and their # API-equivalents. #------------------------------------------------------------------------------- command: ^(flush|get|sync|update)$ { action = filter; execute = "/p4/common/bin/cbd/scripts/wssync.sh"; } # Show Broker Input (Debugging Utility). command: ^(sbi)$ { action = filter; execute = "/p4/common/bin/cbd/scripts/sbi.pl"; }