Desc: Configure options
File: configure.txt
Date: 5 March 2000
Auth: Russell Kroll <rkroll@exploits.org>

There are a few options that can be given to configure to tweak compiles:

 --with-statepath=PATH

 Change the location of the state files created by the model programs.
 Default is /var/state/ups.

 --with-udpport=PORT

 Change the UDP and TCP ports used by the network code.  Default is 3305.

 --with-uid=UID

 Change the user ID used for programs that start as root.  Default is
 whatever 'id' returns for nobody on your system.

 --with-gid=GID

 Change the group ID used for programs that start as root.  Default is
 whatever 'id' returns for nobody on your system.

 --with-logfacility=FACILITY

 Change the facility used when writing to the log file.  Read the man
 page for openlog to get some idea of what's available on your system.
 Default is LOG_DAEMON.
