Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248888 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in.orig (-1 / +1 lines)
Lines 167-173 Link Here
167
AC_MSG_RESULT([Using kerberos krbX.conf file: (${KERBEROS_CONF})])
167
AC_MSG_RESULT([Using kerberos krbX.conf file: (${KERBEROS_CONF})])
168
168
169
dnl Path to the security log.
169
dnl Path to the security log.
170
default_secure_log="/var/log/secure"
170
default_secure_log="/var/log/messages"
171
test "x$SECURE_LOG" = x && SECURE_LOG=$default_secure_log
171
test "x$SECURE_LOG" = x && SECURE_LOG=$default_secure_log
172
AC_DEFINE_UNQUOTED(SECURE_LOG,"`eval echo "${SECURE_LOG}"`",[path to the security log])
172
AC_DEFINE_UNQUOTED(SECURE_LOG,"`eval echo "${SECURE_LOG}"`",[path to the security log])
173
AC_MSG_RESULT([Using security log: (${SECURE_LOG})])
173
AC_MSG_RESULT([Using security log: (${SECURE_LOG})])

Return to bug 248888