diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | initscripts.spec | 3 | ||||
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
3 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-02-12 Mike A. Harris <mharris@redhat.com> + + * rc.sysinit: + changed /var/log/pacct to /var/account/pacct for FHS 2.2 compliance + 2002-01-30 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 6.51-1 diff --git a/initscripts.spec b/initscripts.spec index d32ed986..76181d5d 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -240,6 +240,9 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Tue Feb 12 2002 Mike A. Harris <mharris@redhat.com> +- rc.sysinit: changed /var/log/pacct to /var/account/pacct for FHS 2.2 compliance + * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> - run /bin/setfont, not /usr/bin/setfont (kbd) - lots-o-random bugfixes/tweaks (see ChangeLog) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index e37a1cfb..80921540 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -599,7 +599,7 @@ fi # Turn on process accounting if [ -x /sbin/accton ] ; then - action $"Turning on process accounting" /sbin/accton /var/log/pacct + action $"Turning on process accounting" /sbin/accton /var/account/pacct fi # Configure machine if necessary. |