tacacs-F4.0.4.28/pathsl.h (7 lines of code) (raw):
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
#ifndef PATHSL_H
#define PATHSL_H
/* daemon pid file location */
#define TACPLUS_PIDFILE "/var/run/tac_plus.pid"
/* default accounting file location */
#define TACPLUS_ACCTFILE "/var/log/tac_plus.acct"
/* default log file location */
#define TACPLUS_LOGFILE "/var/log/tac_plus.log"
/* This is a shared file used to maintain a record of who is logged in */
#define TACPLUS_WHOLOGFILE "/var/log/tacwho.log"
#endif