Bug 58273

Summary: Some init scripts use /bin/bash - unneccessary?
Product: [Retired] Red Hat Linux Reporter: Harri Haataja <harri.haataja>
Component: SysVinitAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: low    
Version: 7.2CC: rvokal
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-14 05:27:30 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 Harri Haataja 2002-01-12 16:15:50 UTC
Description of Problem:
Some init scripts use #!/bin/bash while many others similiar work with /bin/sh.
This makes a less abstract dependency to bash. I'm not sure if there's bashisms
there somewhere but it would be nice to have a simpler net of dependencies and
more cinsistency.

Version-Release number of selected component (if applicable):


How Reproducible:


Steps to Reproduce:
1. 
2. 
3. 

Actual Results:


Expected Results:


Additional Information:

Comment 1 Bill Nottingham 2002-01-14 05:27:24 UTC
This is because the $"..." localization method requires bash.