From owner-cvs-usrbin Fri Dec 13 04:03:10 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA11724 for cvs-usrbin-outgoing; Fri, 13 Dec 1996 04:03:10 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA11717; Fri, 13 Dec 1996 04:03:04 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id EAA25821; Fri, 13 Dec 1996 04:03:06 -0800 (PST) To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/file Makefile In-reply-to: Your message of "Fri, 13 Dec 1996 03:49:17 PST." <199612131149.DAA11250@freefall.freebsd.org> Date: Fri, 13 Dec 1996 04:03:05 -0800 Message-ID: <25809.850478585@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Restored installation of /etc/magic. It's now a symlink instead of a > file (like /etc/termcap). /usr/src/etc/Makefile depends on there The legacy folks will applaud this (I was actually just contemplating this myself). > being an etc-magic install rule here, and who-knows-what depends on > `magic' being in /etc. But this is no longer true. :) Jordan