From owner-cvs-all Mon Mar 12 22:42:16 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 500F337B718; Mon, 12 Mar 2001 22:42:13 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2D6gDA08631; Mon, 12 Mar 2001 22:42:13 -0800 (PST) (envelope-from jkh) Message-Id: <200103130642.f2D6gDA08631@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 12 Mar 2001 22:42:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2001/03/12 22:42:13 PST Modified files: usr.sbin/sysinstall config.c Log: Be a better rc.conf citizen and create an initial file which: 1. Has a time-stamp to show when it was created 2. Sorts and uniq's the output to only contain single instances of a given setting. This doesn't mean you still can't have settings which override one another, that's still possible since it's too much trouble to do the redundancy checking here. Requested by: lots of people Revision Changes Path 1.174 +10 -1 src/usr.sbin/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message