Date: Thu, 6 Sep 2001 05:48:44 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/logger logger.c Message-ID: <200109061248.f86CmjA78017@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2001/09/06 05:48:44 PDT Modified files: usr.bin/logger logger.c Log: The default for -p was ``kern.notice'' in the -h case. Make it ``user.notice'', as per manpage. (The syslog(3) function defaults to LOG_USER facility if none is specified, but we don't use syslog() in the -h case.) PR: docs/30374 Noticed by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Revision Changes Path 1.8 +2 -2 src/usr.bin/logger/logger.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109061248.f86CmjA78017>