Home
last modified time | relevance | path

Searched refs:PATH_CONFFILE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/dist/pf/usr.sbin/authpf/
H A Dauthpf.c89 config = fopen(PATH_CONFFILE, "r"); in main()
91 syslog(LOG_ERR, "can not open %s (%m)", PATH_CONFFILE); in main()
285 syslog(LOG_ERR, "invalid config file %s", PATH_CONFFILE); in main()
364 PATH_CONFFILE); in read_config()
403 syslog(LOG_ERR, "parse error, line %d of %s", i, PATH_CONFFILE); in read_config()
H A Dpathnames.h29 #define PATH_CONFFILE "/etc/authpf/authpf.conf" macro