File fix-pacct-file-location.patch of Package acct.20615
Index: acct-6.6.1/configure.ac
===================================================================
--- acct-6.6.1.orig/configure.ac
+++ acct-6.6.1/configure.ac
@@ -259,7 +259,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[
#ifndef ACCT_FILE
# if defined(__FreeBSD__) || defined(__linux__) \
|| defined(__FreeBSD_kernel__) || defined(__GLIBC__)
-# define ACCT_FILE "/var/log/account/pacct"
+# define ACCT_FILE "/var/account/pacct"
# else
# if defined(__NetBSD__)
# define ACCT_FILE "/var/log/account/acct"