Index: modules/syslog/syslog.module =================================================================== RCS file: /cvs/drupal/drupal/modules/syslog/syslog.module,v retrieving revision 1.38 diff -u -F '^f' -r1.38 syslog.module --- modules/syslog/syslog.module 26 Sep 2010 23:31:36 -0000 1.38 +++ modules/syslog/syslog.module 15 Nov 2010 05:17:15 -0000 @@ -25,7 +25,7 @@ function syslog_help($path, $arg) { $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Logging for UNIX, Linux, and Mac OS X') . '
'; - $output .= '
' . t('On UNIX, Linux, and Mac OS X, the file /etc/syslog.conf defines the routing configuration. Messages can be flagged with the codes LOG_LOCAL0 through LOG_LOCAL7. For information on Syslog facilities, severity levels, and how to set up syslog.conf, see the syslog.conf manual page on your command line.') . '
'; + $output .= '
' . t('On UNIX, Linux, and Mac OS X, you will find the configuration in the file /etc/syslog.conf, or in /etc/rsyslog.conf or in the directory /etc/rsyslog.d. These files define the routing configuration. Messages can be flagged with the codes LOG_LOCAL0 through LOG_LOCAL7. For information on Syslog facilities, severity levels, and how to set up syslog.conf or rsyslog.conf, see the syslog.conf or rsyslog.conf manual page on your command line.') . '
'; $output .= '
' . t('Logging for Microsoft Windows') . '
'; $output .= '
' . t('On Microsoft Windows, messages are always sent to the Event Log using the code LOG_USER.') . '
'; $output .= '
';