From 124d9b0e5acb525e90bc19ae9e2e2474ca70b714 Mon Sep 17 00:00:00 2001 From: cgd Date: Mon, 3 May 1993 04:30:10 +0000 Subject: [PATCH] notate the fact that it creates /var/run/accountant.pid --- usr.sbin/accountant/accountant.8 | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/usr.sbin/accountant/accountant.8 b/usr.sbin/accountant/accountant.8 index 7cc6a6ec4247..4a6f9dced1f5 100644 --- a/usr.sbin/accountant/accountant.8 +++ b/usr.sbin/accountant/accountant.8 @@ -24,7 +24,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: accountant.8,v 1.4 1993/05/03 04:08:16 cgd Exp $ +.\" $Id: accountant.8,v 1.5 1993/05/03 04:30:10 cgd Exp $ .\" .Dd May 2, 1993 .Dt ACCOUNTANT 8 @@ -55,6 +55,13 @@ Recording of accounting information is automatically suspended if there is less than a given amount of free space left on the disk. Recording is automatically resumed when enough space becomes available. .Pp +.Nm Accountant +creates the file +.Pa /var/run/accountant.pid , +and stores its process id +there. This can be used to kill or reconfigure +.Nm accountant . +.Pp Options: .Pp .Bl -tag -width Fl @@ -122,9 +129,13 @@ By default, is 15 seconds. .El .Sh FILES -.Bl -tag -width /var/account/acct -compact +.Bl -tag -width /var/run/accountant.pid -compact .It Pa /var/account/acct Default accounting log file. +.It Pa /var/run/accountant.pid +The process id of the +.Nm accountant +process. .It Pa /dev/acct Default accounting device. .El