Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2001 23:50:04 -0700 (PDT)
From:      Tony Maher <tonym@angis.org.au>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/27836: New port: Trafcount is loadable module for freebsd lets  admin see how much amount of data was transfered by each user
Message-ID:  <200106030650.f536o4M21479@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/27836; it has been noted by GNATS.

From: Tony Maher <tonym@angis.org.au>
To: freebsd-gnats-submit@FreeBSD.org, amir@boom.org.il
Cc:  
Subject: Re: ports/27836: New port: Trafcount is loadable module for freebsd lets 
 admin see how much amount of data was transfered by each user
Date: Sun, 03 Jun 2001 16:43:50 +1000

 Hello,
 
 very nice!!!
 
 One nit though, it does not install properly if /usr/local/modules does
 not pre-exist.  It installs the module as a file "/usr/local/modules"
 
 changing trafcount-0.2.1/module
 KMODDIR = /usr/local/modules
 to
 KMODDIR = /usr/local/modules/
 doesn't help (except it gives an immediate and obvious error message).
 
 Since the install target comes from  /usr/src/sys/conf/kmod.mk
 a pre-install target in main port Makefile to check and make the
 directory would be a simple solution e.g.
 
 pre-install:
 	install -d ${PREFIX}/modules
 Though I am sure there is some better way ;-)
 
 tonym

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




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