From owner-freebsd-questions@FreeBSD.ORG Tue Apr 29 09:03:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB4D3106567A for ; Tue, 29 Apr 2008 09:03:21 +0000 (UTC) (envelope-from omerfsen@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.freebsd.org (Postfix) with ESMTP id 629FF8FC28 for ; Tue, 29 Apr 2008 09:03:21 +0000 (UTC) (envelope-from omerfsen@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so4681099wxd.7 for ; Tue, 29 Apr 2008 02:03:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=GodMrwVBu9Ld3DUdCnX2Pf6W2Xgg4sTp9/gMafTxYxA=; b=IrrMJKaF9MvCMgXgvMc7QtBavKlzpuqvGarQ/xx/9uDxcSAjYvde/4/Y96b11pzWFtJ52r/7CuN+vCEdlJoslUWpGwQvC2l14IUYhv3frzAEbnJM+TJ7pI/Uyb9ZsjmuqP7wiFSwrqfJZkSwhIRlx7Qzwdjv5o67TILjS+0MngU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=wGEIygQWeRuLbnfrIQUtoadutSJIPacnJEa7vqTCsFG8DZf+Q31guaKjoCo/mhNTI4/o/RJs9xcwR3HzGYSrEtv7HvgjcfgLB4fw5X+Q+uGCsCppVhtO8apgpIIahtAQOgZQSQey5cXjEdcj6ZyGBVlKc7NiBC2i2uSiOo/eAWQ= Received: by 10.142.215.5 with SMTP id n5mr335171wfg.177.1209459799873; Tue, 29 Apr 2008 02:03:19 -0700 (PDT) Received: by 10.143.192.2 with HTTP; Tue, 29 Apr 2008 02:03:19 -0700 (PDT) Message-ID: <75a268720804290203h490a300ap728354046e9eafd1@mail.gmail.com> Date: Tue, 29 Apr 2008 12:03:19 +0300 From: "Omer Faruk Sen" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: install.cfg and command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 09:03:21 -0000 Hi, At http://lists.freebsd.org/pipermail/freebsd-questions/2004-March/040502.htmlit states that I can run commands while installing server like: command="echo keyrate="fast" >> /etc/rc.conf" system But when I use that I get error I can't issue that command. Is there a speacial way to execute commands like that in install.cfg ( echo " " >> file_on_disk_not_in_memory_filesystem )