From nobody@FreeBSD.org  Wed Aug 29 09:51:17 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0A24616A421
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Aug 2007 09:51:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id F0D9513C474
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Aug 2007 09:51:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l7T9pGGi017435
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Aug 2007 09:51:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l7T9pGxY017434;
	Wed, 29 Aug 2007 09:51:16 GMT
	(envelope-from nobody)
Message-Id: <200708290951.l7T9pGxY017434@www.freebsd.org>
Date: Wed, 29 Aug 2007 09:51:16 GMT
From: Adam Wonski <adamwonski@interia.pl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: rc.subr - logger using priorities
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         115923
>Category:       conf
>Synopsis:       [request] rc.subr - logger should be using priorities
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          suspended
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 29 10:00:04 GMT 2007
>Closed-Date:    
>Last-Modified:  Sat Jan 26 04:59:58 UTC 2008
>Originator:     Adam Wonski
>Release:        6.2
>Organization:
>Environment:
FreeBSD kubesde.nodomain 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Mon May 14 16:29:56 IST 2007 root@kubesde.nodomain:/releng/obj/usr/src/sys/KUBESDE_6.2_v3 i386
>Description:
functions:
   debug
   info
   warn
   err
use 'logger' for sending messages to syslog - but with no priority
assigned (the default is user.notice)
>How-To-Repeat:

>Fix:
Could it have the priority added? For example:
   debug - logger -p debug ...
   info - logger -p info ...
   warn - logger -p warn ...
   err - logger -p err ...

>Release-Note:
>Audit-Trail:

From: Remko Lodder <remko@elvandar.org>
To: Adam Wonski <adamwonski@interia.pl>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: misc/115923: rc.subr - logger using priorities
Date: Wed, 29 Aug 2007 12:05:01 +0200

 Hello,
 
 First of all thanks for taking the time to report this and using FreeBSD!
 
 I  dont think this is a Problem Report though; this is a feature request
 and then specifically for something you would like. If others like this
 as well, please stand up.
 
 Ofcourse in the meantime you can always customize the scripts to suit your
 own need, one of our powers as opensource product ;)
 
 Cheers,
 Remko
 
 -- 
 Kind regards,
 
      Remko Lodder               ** remko@elvandar.org
      FreeBSD                    ** remko@FreeBSD.org
 
      /* Quis custodiet ipsos custodes */
State-Changed-From-To: open->suspended 
State-Changed-By: linimon 
State-Changed-When: Sat Jan 26 04:59:34 UTC 2008 
State-Changed-Why:  
Mark suspended awaiting a patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115923 
>Unformatted:
