]> granicus.if.org Git - sudo/commitdiff
tell people to use tabs, not spaces, in syslog.conf
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Jan 1998 17:22:52 +0000 (17:22 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Jan 1998 17:22:52 +0000 (17:22 +0000)
TROUBLESHOOTING

index 28ad2cd591c2a61bead83262aed05fa61f2addcb..6ecf13f72f9d6eaf420edfae68e436fadcacc857 100644 (file)
@@ -19,6 +19,9 @@ A) Make sure you have an entry in your syslog.conf file to save
     depending whether you want to forward the messages to another
     host or keep them locally.  Don't forget to send a SIGHUP to
     your syslogd so that it re-reads its conf file.
+    Note:  the facility ("local2.debug") must be separated from the 
+          destination ("/var/adm/sudo.log" or "@loghost") by
+          tabs, *not* spaces.  This is a common error.
 
 Q) When sudo asks me for my password it never accepts what I enter even
    though I know I entered my password correctly.