*BSD News Article 53458


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.sprintlink.net!news.Edu.TW!news.cc.nctu.edu.tw!serv.HiNet.net!news.uoregon.edu!news.orst.edu!news.uidaho.edu!usenet
From: Faried Nawaz <fn@uidaho.edu>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Accounting and Quotas on FBSD 2.0.5
Date: 24 Oct 1995 15:38:51 -0700
Organization: shot from guns!
Lines: 16
Sender: nawaz921@crater.cs.uidaho.edu
Distribution: world
Message-ID: <imwx9ujymc.fsf@crater.cs.uidaho.edu>
References: <46hbnu$2gs@hermes.acs.unt.edu>
Reply-To: fn@uidaho.edu
NNTP-Posting-Host: crater.cs.uidaho.edu
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
In-reply-to: wilsonm@spartan.hsc.unt.edu's message of 24 Oct 1995 00:24:30 GMT
X-Newsreader: (ding) Gnus v0.99.13

In article <46hbnu$2gs@hermes.acs.unt.edu> wilsonm@spartan.hsc.unt.edu (Mike Wilson) writes:

$ 
$ 	I need to compile these two options: ACCOUNTING and QUOTAS into the 
$ Fbsd kernel. Is is possible to do this with 2.0.5? It's prolly some kernel 
$ config file option... anyone got a clue?

cd /sys/i386/conf
cp GENERIC some-name-you-like
edit some-name-you-like and use the GENERIC and LINT files as reference
config some-name-you-like
cd ../../compile/some-name-you-like
make depend all && make install
reboot

That's section 6 of the FreeBSD.FAQ in /usr/share/FAQ/Text/.