Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2003 12:50:24 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        Peter Wemm <peter@wemm.org>
Subject:   Re: cvs commit: src/share/mk bsd.lib.mk
Message-ID:  <20030905195024.GC12364@dragon.nuxi.com>
In-Reply-To: <20030905074203.GA87190@sunbay.com>
References:  <20030904162656.GA396@dragon.nuxi.com> <20030905042244.DA1AD2A8D5@canning.wemm.org> <20030905074203.GA87190@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 05, 2003 at 10:42:03AM +0300, Ruslan Ermilov wrote:
> Yeah, I've updated my patch similarly due to this same consideration,
> now it looks like this:
> 
> install -C -o root -g wheel -m 444   libc.a /usr/lib
> install -s -o root -g wheel -m 444   -fschg  libc.so.5 /lib
> ln -fs /lib/libc.so.5  /usr/lib/libc.so.5
> ln -fs /lib/libc.so.5  /usr/lib/libc.so

Lets make this "mv /usr/lib/libc.so.5 /usr/lib/compat" or "rm
/usr/lib/libc.so.5" or something.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030905195024.GC12364>