The following patch just adds the default 'acct' accounting file to the list 'acctproc.c' searches:
--- acctproc.c.save 2007-04-26 13:42:22.000000000 -0400 +++ acctproc.c 2007-04-26 13:42:57.000000000 -0400 @@ -127,6 +127,7 @@ char *name; struct stat stat; } pacctadm[] = { + { "/var/log/account/pacct", {0, }, }, { "/var/log/pacct", {0, }, }, { "/var/account/pacct", {0, }, } }; After application the '/tmp/atop.d/atop.acct' file is not created and all the accounting records are preserved in '/var/log/account/pacct'. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]