home *** CD-ROM | disk | FTP | other *** search
/ ftp.shrubbery.net / 2015-02-07.ftp.shrubbery.net.tar / ftp.shrubbery.net / pub / tac_plus / tacacs+-F4.0.4.27a.tar.gz / tacacs+-F4.0.4.27a.tar / tacacs+-F4.0.4.27a / pathsl.h < prev    next >
C/C++ Source or Header  |  2013-08-04  |  419b  |  17 lines

  1. #ifndef PATHSL_H
  2. #define PATHSL_H
  3.  
  4. /* daemon pid file location */
  5. #define TACPLUS_PIDFILE        "/var/run/tac_plus.pid"
  6.  
  7. /* default accounting file location */
  8. #define TACPLUS_ACCTFILE    "/var/log/tac_plus.acct"
  9.  
  10. /* default log file location */
  11. #define TACPLUS_LOGFILE        "/var/log/tac_plus.log"
  12.  
  13. /* This is a shared file used to maintain a record of who is logged in */
  14. #define TACPLUS_WHOLOGFILE    "/var/log/tacwho.log"
  15.  
  16. #endif
  17.