psacct/acct-6.3.2-config.patch
cvsdist 5202ede7ac auto-import changelog data from psacct-6.3.2-4.src.rpm
Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Mon Jun 05 2000 Nalin Dahyabhai <nalin@redhat.com>
- FHS fixes
Sat May 06 2000 Bill Nottingham <notting@redhat.com>
- fix for new patch
Thu Feb 03 2000 Nalin Dahyabhai <nalin@redhat.com>
- update to 6.3.2
Mon Apr 05 1999 Preston Brown <pbrown@redhat.com>
- wrap post script with reference count.
Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
- install-info sucks. Still.
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 8)
Thu Mar 18 1999 Bill Nottingham <notting@redhat.com>
- #define HAVE_LINUX_ACCT_H too, so it works. :)
Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
- accton needs to be accessible to /etc/rc.d/init.d/halt
Fri May 08 1998 Erik Troan <ewt@redhat.com>
- install-info sucks
Mon Apr 27 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
- updated from 6.2 to 6.3
Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
- built against glibc
2004-09-09 10:45:42 +00:00

30 lines
962 B
Diff

--- configure.in.sopwith Tue Mar 10 13:09:45 1998
+++ configure.in Thu Feb 3 13:50:40 2000
@@ -167,7 +167,7 @@
#ifndef ACCT_FILE
# if defined(__FreeBSD__) || defined(__linux__)
-# define ACCT_FILE "/var/account/pacct"
+# define ACCT_FILE "/var/log/pacct"
# else
# if defined(__NetBSD__)
# define ACCT_FILE "/var/account/acct"
@@ -187,7 +187,7 @@
#ifndef SAVACCT_FILE
# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__linux__)
-# define SAVACCT_FILE "/var/account/savacct"
+# define SAVACCT_FILE "/var/log/savacct"
# else
# if defined(sun) || defined(AMIX)
# define SAVACCT_FILE "/var/adm/savacct"
@@ -203,7 +203,7 @@
#ifndef USRACCT_FILE
# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__linux__)
-# define USRACCT_FILE "/var/account/usracct"
+# define USRACCT_FILE "/var/log/usracct"
# else
# if defined(sun) || defined(AMIX)
# define USRACCT_FILE "/var/adm/usracct"