Bug 61031

Summary: Starting process accounting typo
Product: [Retired] Red Hat Linux Reporter: Pekka Savola <pekkas>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: low Docs Contact:
Priority: low    
Version: 7.3CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-03-12 15:04:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.