From owner-freebsd-questions@freebsd.org Sun May 29 15:41:21 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D523EB53F01 for ; Sun, 29 May 2016 15:41:21 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x242.google.com (mail-io0-x242.google.com [IPv6:2607:f8b0:4001:c06::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F8841A6F for ; Sun, 29 May 2016 15:41:21 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io0-x242.google.com with SMTP id k19so564064ioi.2 for ; Sun, 29 May 2016 08:41:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-transfer-encoding; bh=vpWiLVMLqhoc3o3EfDbwtqF6kaXZxOzWUFL+JwMwY6c=; b=CSzwdmLS2rsF21gnpVNgoSuyaXDN5xdrE6jc0x0YBZ5o1gOepDQB+Qd8aceK+sbv80 Iuk7rpxgdh6OK5lRFeNHFXSMjtFBOIli441wzSWClikhcDoTz68Dw31oXl2ZDriGyUw3 zl3NyQCzh+vxvShOp8120n4++xTm/mOSeD9YJYf13YOCBLa8U2CJwq/4tlnfLN1XpDzg WPbxqSR11TO69c589d0fwVU3gAsvlQjIS0WiMvbLYWrCLDrbbJUuOmYb+mWMF+VBFcN8 GokMeQD6hZxctPaG/S5UjIKFVANgIPIcmD/XgEetvZu+NSP7SnJQjjF/ykOLKEA2amPv Ahaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-transfer-encoding; bh=vpWiLVMLqhoc3o3EfDbwtqF6kaXZxOzWUFL+JwMwY6c=; b=F2g8ClzX8Wt4lLTuEkz1rSRzgITzhmX3PHPVWsggwgBhqlWJPn9qTEeiy7CVdVBu9G 6Pi8xd2sJBxdxtdt4WgKp0JULx0GVz2Ey6ngg1u1Zb4xy1KInIjfVocjA6D2UzGkpkaz qNQp3UL/ujEERmnE4aFTcszOB/21405eqTtmz9MYV6kamtagditnoReLO0xFebMo8dBg WwR8j44Hxwbg9nrhPnVhg4KRAuhaZ2WUTpNQpXJDg9P22YRKsGS/JvGYbm/5FH3Njf6W 3j/Y+2fPTB/R58rYWEo6m23TWJQvykvH77Yo8r4qJu2qzOCrkfxQcwlBF8cQaxAemWcC sMHw== X-Gm-Message-State: ALyK8tKtsbvxK+Pv61el8r7e4SAf/Hd+csM8VXfI9pc/bOiD36mCMkIl2d03y4BRz75rAg== X-Received: by 10.107.173.20 with SMTP id w20mr22413546ioe.110.1464536481055; Sun, 29 May 2016 08:41:21 -0700 (PDT) Received: from [10.0.10.3] (cpe-184-56-210-236.neo.res.rr.com. [184.56.210.236]) by smtp.googlemail.com with ESMTPSA id e131sm5767564ita.15.2016.05.29.08.41.20 for (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 May 2016 08:41:20 -0700 (PDT) Message-ID: <574B0DA0.2060308@gmail.com> Date: Sun, 29 May 2016 11:41:20 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: .conf editer References: <574B0370.5050503@gmail.com> <20160529151743.GA75162@becker.bs.l> In-Reply-To: <20160529151743.GA75162@becker.bs.l> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2016 15:41:21 -0000 Bertram Scharpf wrote: > On Sunday, 29. May 2016, 10:57:52 -0400, Ernie Luzar wrote: >> Looking for a system utility that can be called from a csh script to >> find the existing text in rc.conf and replace it with new text without >> manual intervention. > > man sed > I finally found it. Its called sysrc Thanks