From owner-cvs-all Thu Sep 6 5:48:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ED7E37B405; Thu, 6 Sep 2001 05:48:45 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86CmjA78017; Thu, 6 Sep 2001 05:48:45 -0700 (PDT) (envelope-from ru) Message-Id: <200109061248.f86CmjA78017@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 6 Sep 2001 05:48:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/logger logger.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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