Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA23771; Wed, 20 Dec 95 13:27:33 EST
Received: from halloran-eldar.lcs.mit.edu by MIT.EDU with SMTP
	id AA06884; Wed, 20 Dec 95 13:27:34 EST
Received: from freefall.FreeBSD.ORG by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM)
	id AA21715; Wed, 20 Dec 1995 13:27:34 -0500
Received: from localhost (daemon@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA25180
          Wed, 20 Dec 1995 07:47:14 -0800 (PST)
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id HAA25119
          for questions-outgoing; Wed, 20 Dec 1995 07:46:41 -0800 (PST)
Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10])
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA25112
          for <freebsd-questions@FreeBSD.ORG>; Wed, 20 Dec 1995 07:46:36 -0800 (PST)
Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id IAA29396; Wed, 20 Dec 1995 08:49:03 -0700
Date: Wed, 20 Dec 1995 08:49:03 -0700
From: Nate Williams <nate@rocky.sri.MT.net>
Message-Id: <199512201549.IAA29396@rocky.sri.MT.net>
To: Stephen Hovey <shovey@buffnet.net>
Cc: freebsd-questions@freebsd.org
Subject: Re: replaceing usr/bin/login
In-Reply-To: <Pine.BSD.3.91.951220100937.25004A-100000@buffnet7.buffnet.net>
References: <Pine.BSD.3.91.951220100937.25004A-100000@buffnet7.buffnet.net>
Sender: owner-questions@freebsd.org
Precedence: bulk

> 
> I recompiled /usr/bin/login (my rlogin is still messaed even between 
> bsd's and Im tracking why)
> 
> I cannot for love or money put the new binary in.

Did you try 'make install'?

> I cant mv it, rm it, cat > into it or anything as roo - it says 
> :Operation not permitted - on no matter what I try.

That's because the immutable flag has been set.  'make install' removes
the immutable flag before it blows it away.


Nate
