From owner-freebsd-hackers Thu Aug 10 11:43:37 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id LAA16726 for hackers-outgoing; Thu, 10 Aug 1995 11:43:37 -0700 Received: from halley.stars.sed.monmouth.army.mil ([158.9.11.166]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id LAA16705 for ; Thu, 10 Aug 1995 11:42:39 -0700 Message-Id: <199508101842.LAA16705@freefall.FreeBSD.org> Received: from nautilus.stars.sed.monmouth.army.mil.stars.sed.monmouth.army.mi (nautilus.stars.sed.monmouth.army.mil) by halley.stars.sed.monmouth.army.mil with SMTP (1.37.109.16/16.2) id AA176970007; Thu, 10 Aug 1995 14:40:08 -0400 From: william pechter ILEX Subject: Sendmail To: FreeBSD-hackers@freebsd.org (FreeBSD-hackers) Date: Thu, 10 Aug 1995 14:39:47 -0400 (EDT) Reply-To: pechter@sesd.ilex.com X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 811 Sender: hackers-owner@freebsd.org Precedence: bulk I just picked the following off usenet... this is an excerpt on a problem a user was having -- but I think he's got a point on the symlink vs. hardlink for mailq and newaliases. Bill > From: Eric Allman > Newsgroups: comp.mail.sendmail > Subject: Re: 8.7 installation > Date: 6 Aug 1995 15:03:28 +0100 [section on troubleshooting 8.7 removed ...] > The other thing that is normally linked to sendmail is newaliases. > (For some reason that I have never understood, the BSD install scripts > prefer to use hard links instead of soft links; when I install them > I always make newaliases and mailq be soft links to the sendmail > binary so that if you replace that one the support programs are > automatically up to date -- you might want to consider that in the > future.) > > eric