Bug 4641

Summary: '/sbin/service' unusuable
Product: [Retired] Red Hat Linux Reporter: svante
Component: initscriptsAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-08-21 18:12:36 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 svante 1999-08-21 12:20:16 UTC
The command 'service' is unusuable, it says 'unrecognized service' whatever is entered.

This modification works fine for me:

7c7
<       "/etc/rc.d/init.d/$1" "basename \"$0\""
---
>       "/etc/rc.d/init.d/$1" $2

Comment 1 svante 1999-08-21 12:21:59 UTC
Ooops: I forgot the version of initscripts: 4.1.16-1

Comment 2 Bill Nottingham 1999-08-21 18:12:59 UTC
Thanks, will be in next rawhide release.