From owner-cvs-all Tue Oct 30 12:15:40 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 7D0D337B403; Tue, 30 Oct 2001 12:15:33 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9UKFX782466; Tue, 30 Oct 2001 12:15:33 -0800 (PST) (envelope-from tobez) Message-Id: <200110302015.f9UKFX782466@freefall.freebsd.org> From: Anton Berezin Date: Tue, 30 Oct 2001 12:15:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/sysctl sysctl.8 sysctl.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 tobez 2001/10/30 12:15:33 PST Modified files: sbin/sysctl sysctl.8 sysctl.c Log: Implement -e option. It modifies the output produced by sysctl(8) in such a way that the name and the value of the variable(s) are separated with `=' instead of the usual `: '. This is useful for producing output that can be fed back to the sysctl utility (pasted to sysctl.conf, for example). Reviewed by: rwatson Approved by: markm MFC after: 2 weeks Revision Changes Path 1.39 +13 -3 src/sbin/sysctl/sysctl.8 1.38 +20 -12 src/sbin/sysctl/sysctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message