Modify a Server-side Binary

Describes steps necessary to add custom processing to a server-side BillMax binary.

Do this when specialized business rules or specialized processing need to be implemented on the BillMax server.

  1. Login or su to the BillMax system user, typically billmax.
  2. Edit the appropriate C file located in either /usr/local/billmax/src/bin/binaryname or /usr/local/billmax/src/cgi-bin/binaryname.
  3. execute gmake.
  4. Test if necessary
  5. execute gmake install to put into production