From owner-freebsd-current@FreeBSD.ORG Fri Feb 7 14:36:41 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D9AD440 for ; Fri, 7 Feb 2014 14:36:41 +0000 (UTC) Received: from eu1sys200aog104.obsmtp.com (eu1sys200aog104.obsmtp.com [207.126.144.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C8991343 for ; Fri, 7 Feb 2014 14:36:40 +0000 (UTC) Received: from mail-wi0-f174.google.com ([209.85.212.174]) (using TLSv1) by eu1sys200aob104.postini.com ([207.126.147.11]) with SMTP ID DSNKUvTvYl/Nn6vu4UBsQVN/9gX1Mfu6kEhy@postini.com; Fri, 07 Feb 2014 14:36:40 UTC Received: by mail-wi0-f174.google.com with SMTP id f8so897594wiw.7 for ; Fri, 07 Feb 2014 06:36:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to; bh=0OqjRpJ2mdSxvtkMF+1CGR5CSvXbx5kinA6d7rlUPNk=; b=AyacCO0g0yNOww1x6c8HpSamLlivJvLmNZXbKcwlaMvcNCwCU4tiKmwCNU3RyMdPRS dyT38udy05kB2one47UcqY3oGSVqCcG5cHexdvPPZyzpj7CRAirpny55K+IQYCyoRqYF X9sj8+RMUv0CBI8izbpW7T61RAs8P6R4cDscN8Lm8+Q/Y/A9aIqqnaMocLNJiPhz477h /o1pg/yE5Ewi8lNMsKweIGNAbsLc/jHWKqMedDoC0idP7k22Qf/sdLnITYoYAKX8PHWX wPjUeLZGfblS4SelocoC8TmvdfA92i2slyzK8tAyHfJUwkGI0+cAQ43N704q1BZC0grQ UKmw== X-Received: by 10.180.182.199 with SMTP id eg7mr3875214wic.13.1391780037666; Fri, 07 Feb 2014 05:33:57 -0800 (PST) X-Gm-Message-State: ALoCoQmgJiL9X9QKpc3g0YGnMhG19pZHi0l0ncKIrMq9hRgbHW3gMuS0CQJ5jIZ5kSBoKzBqyTGs6nNVUt5Cs3rfkEqsuGYAgzMrO3lfwN/u0BMX9A3t34AhsPvWaTF98Tgo6QfArp+f7KGUDaJqazd5yd3o1Zxu+PVVMEY1Fbl1Qy/zAZ4kxdY= X-Received: by 10.180.182.199 with SMTP id eg7mr3875203wic.13.1391780037583; Fri, 07 Feb 2014 05:33:57 -0800 (PST) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id j9sm10759489wjz.13.2014.02.07.05.33.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Feb 2014 05:33:56 -0800 (PST) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id s17DXsku069720 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 7 Feb 2014 13:33:54 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id s17DXs2D069719 for freebsd-current@freebsd.org; Fri, 7 Feb 2014 13:33:54 GMT (envelope-from mexas) Date: Fri, 07 Feb 2014 05:33:56 -0800 (PST) From: Anton Shterenlikht Message-Id: <201402071333.s17DXs2D069719@mech-cluster241.men.bris.ac.uk> To: freebsd-current@freebsd.org Subject: option PROCDESC is gone? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 14:36:41 -0000 /usr/src/UPDATING: 20130905: The PROCDESC kernel option is now part of the GENERIC kernel configuration and is required for the rwhod(8) to work. If you are using custom kernel configuration, you should include 'options PROCDESC'. There is no later entry advising not to use it, yet it seems to have gone from all generic kernels. Please advise Thanks Anton