]> granicus.if.org Git - sudo/commitdiff
Add more info
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 8 Sep 1999 08:01:10 +0000 (08:01 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 8 Sep 1999 08:01:10 +0000 (08:01 +0000)
sample.syslog.conf

index af84dbf73831d7af5fca472ac1673f1d3fb1f06a..2effbab72aad76e385191006a4eb2ed87da5e4e8 100644 (file)
@@ -1,12 +1,21 @@
 # This is a sample syslog.conf fragment for use with Sudo.
-# NOTE: the whitespace in the following line is made up of <TAB>
-#       characters, *not* spaces.  You cannot just cut and paste!
 #
 # Sudo logs to local2 by default, but this is changable via the
 # --with-logfac configure option.  To see what syslog facility
 # a sudo binary uses, run `sudo -V' as *root*.  You may have
 # to check /usr/include/syslog.h to map the facility number to
 # a name.
+#
+# NOTES:
+#      The whitespace in the following line is made up of <TAB>
+#       characters, *not* spaces.  You cannot just cut and paste!
+#
+#      If you edit syslog.conf you need to send syslogd a HUP signal.
+#      Ie: kill -HUP process_id
+#
+#      Syslogd will not create new log files for you, you must first
+#      create the file before syslogd will log to it.  Eg.
+#      'touch /var/log/sudo'
 
 # This logs successful and failed sudo attempts to the file /var/log/sudo
 local2.debug                                   /var/log/sudo