Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 1999 10:06:57 +0200
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        Chris Knight <fbsd-stb@ghostwheel.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Is rc.i386 now defunct?
Message-ID:  <19990127100657.B21514@ucb.crimea.ua>
In-Reply-To: <4.1.19990126225912.009b41d0@pop2.ghostwheel.com>; from Chris Knight on Tue, Jan 26, 1999 at 11:00:23PM -0800
References:  <4.1.19990126225912.009b41d0@pop2.ghostwheel.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 26, 1999 at 11:00:23PM -0800, Chris Knight wrote:
> I'm syncing my /etc directory with src/etc and notice that rc.i386 is no
> longer in the source tree.  Is it safe for me to remove it from /etc?
> 
> Thanks!

I suppose, you're simply comparing your /etc with /usr/src/etc?
If you do, you do it wrong way.

The right way is:

cd /usr/src/etc && make distrib-dirs distribution DESTDIR=/tmp/somewhere

and then compare your /etc with /tmp/somewhere/etc.
/tmp/somewhere should exist before running make.

As for `rc.i386' scrtipt - it is in /usr/src/etc/etc.i386 directory,
and installed into ${DESTDIR}/etc by `distribution' target.

-- 
Ruslan Ermilov		Sysadmin and DBA of the
ru@ucb.crimea.ua	United Commercial Bank
+380.652.247.647	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



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