From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 4 15:54:39 2011 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5338106564A for ; Tue, 4 Jan 2011 15:54:39 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 698068FC13 for ; Tue, 4 Jan 2011 15:54:38 +0000 (UTC) Received: by qyk36 with SMTP id 36so13959476qyk.13 for ; Tue, 04 Jan 2011 07:54:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:user-agent:mime-version:content-type; bh=R2rrFCG5pg1S2wUxUY1XhKKPRT4KCW4/6hpvscNB1S8=; b=ALdrpuOj2HqEMkBb8Qhmo7ST7hXoGUNLjLT9h9M4OhsJ5YNXUmQj5RaOZZYNXy2XfJ BUI6aFM24aS9Tb5bm7xPBOlD7La9J4MuAc/pJffblLd1Af+koPJrpz/UoeDVjiJyMuJL mApTCrO5CjkgmRgpl5PpoemeCceJpDz+icV+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=XA3KajXcbBXdDN7GvSm0jtWjaQn5xMXtVu7ZCYSrUTYsr4U1eQE92rBwRYOrksHwhS es4mPe5Mp3P8JWWTZZy5Ya2153UBf4bdEhItn9uLcjqTtRnF4DPS2KZMW8skqfl+WaEv 9SNJvlK4KcWX5RLB1p44LO14H7Zzk/4dI608U= Received: by 10.224.2.133 with SMTP id 5mr10823759qaj.68.1294154943815; Tue, 04 Jan 2011 07:29:03 -0800 (PST) Received: from localhost (anonymizer3.torservers.net [174.36.199.201]) by mx.google.com with ESMTPS id l12sm12843093qcu.43.2011.01.04.07.28.58 (version=SSLv3 cipher=RC4-MD5); Tue, 04 Jan 2011 07:29:03 -0800 (PST) From: Anonymous To: freebsd-bugs@freebsd.org Date: Tue, 04 Jan 2011 18:28:32 +0300 Message-ID: <86mxngwuvz.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Subject: wrong PR category X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2011 15:54:39 -0000 I've accidentally used misc/ category for 153666 without looking around. Turns out most rc.d PRs use conf/ category. It makes sense as whole rc.d framework is just an advanced way to configure system. While here, where PRs about bootcode/loader belong to? I've filed 153173 under kern/ but the affected code is not really in kernel despite living under sys/ directory and it's not arch-specific either.