mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Add --with-goodpri and --with-badpri configure options to specify the
syslog priority to use.
This commit is contained in:
parent
d47ddf6a9d
commit
ae96a4f1ad
@ -423,6 +423,12 @@
|
||||
/* Define to be the syslog facility to use. */
|
||||
#undef LOGFAC
|
||||
|
||||
/* Define to be the syslog priority to use for successful attemps. */
|
||||
#undef PRI_SUCCESS
|
||||
|
||||
/* Define to be the syslog priority to use for unsuccessful attemps/errors. */
|
||||
#undef PRI_FAILURE
|
||||
|
||||
/* Define to be the max chars per log line (for line wrapping). */
|
||||
#undef MAXLOGFILELEN
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user