On 10:12:46 Nov 28, L?VAI D?niel wrote: > Hi! > > I'm using OpenBSD's ftpd(8), and specified the -l option on the command > line when starting it, which according to the man page, makes ftpd(8) > to log to syslog with facility LOG_FTP. > Well, I've set up syslog.conf to capture that facility to a file: > LOG_FTP.* /var/log/ftpd
Did you give a TAB character between the two tokens? syslog hates whitespaces. Only tabs between entries on a line. -Girish