Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2001 12:15:33 -0800 (PST)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/sysctl sysctl.8 sysctl.c
Message-ID:  <200110302015.f9UKFX782466@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110302015.f9UKFX782466>