Bug 61031 - Starting process accounting typo
Summary: Starting process accounting typo
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: initscripts
Version: 7.3
Hardware: i386
OS: Linux
low
low
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-03-12 15:04 UTC by Pekka Savola
Modified: 2014-03-17 02:26 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-03-12 15:04:10 UTC
Embargoed:


Attachments (Terms of Use)

Description Pekka Savola 2002-03-12 15:04:05 UTC
--- /etc/rc.sysinit~	Tue Mar 12 16:59:18 2002
+++ /etc/rc.sysinit	Tue Mar 12 16:59:18 2002
@@ -605,7 +605,7 @@
 
 # Turn on process accounting
 if [ -x /sbin/accton ] ; then
-	action $"Turning on process accounting" /sbin/accton /var/account/pacct
+	action $"Turning on process accounting: " /sbin/accton /var/account/pacct
 fi
 
 # Configure machine if necessary.

Comment 1 Bill Nottingham 2002-03-21 04:05:56 UTC
This is its own initscript now. Please open a bug against psacct if this persists.


Note You need to log in before you can comment on or make changes to this bug.