From owner-freebsd-questions Mon Jul 10 0:22:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tp.dnt.md (tp.t1.isocws.isoc.org [133.27.160.4]) by hub.freebsd.org (Postfix) with ESMTP id DE9F137B76C for ; Mon, 10 Jul 2000 00:22:55 -0700 (PDT) (envelope-from vr@dnt.md) Received: from localhost (vr@localhost) by tp.dnt.md (8.9.3/8.9.3) with ESMTP id QAA00949 for ; Mon, 10 Jul 2000 16:23:30 +0900 (JST) (envelope-from vr@dnt.md) X-Authentication-Warning: tp.dnt.md: vr owned process doing -bs Date: Mon, 10 Jul 2000 16:23:24 +0900 (JST) From: Slava Revutchi To: freebsd-questions@freebsd.org Subject: sysinstall scripting Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm trying to clone machines in a lab. I've scripted sysinstall and it works ok but I can't make it edit a file like /root/.rhosts automaticaly so that I can rsync stuff to all PCs afterwards. I was thinking about creating a package to be installed by the script which would just copy a couple of files around but pkg_create procedure seems too complicated for the task. Can anyone suggest a easier solition or at least a guide/tutorial on how to create packages. thank you, slava To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message