Home
last modified time | relevance | path

Searched defs:conf_entry (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c171 struct conf_entry { struct
173 char *log; /* Name of the log */
174 char *pid_cmd_file; /* PID or command file */
175 char *r_reason; /* The reason this file is being rotated */
176 int firstcreate; /* Creating log for the first time (-C). */
177 int rotate; /* Non-zero if this file should be rotated */
178 int fsize; /* size found for the log file */
179 uid_t uid; /* Owner of log */
180 gid_t gid; /* Group of log */
204 const struct conf_entry *zw_conf; /* for chown/perm/flag info */ argument