Bug 137427

Summary: typo in /etc/init.d/functions
Product: [Fedora] Fedora Reporter: Harald Hoyer <harald>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: rvokal, veillard
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: 2006-02-21 19:06:40 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 Harald Hoyer 2004-10-28 13:27:20 UTC
/etc/init.d/functions:
...
action() {
  if [ "${RHGB_STARTED}" != "" -a -w /etc/rhgb/temp/rhgb-console ]; then
      if [ "$rc" = "0" ]; then
        echo_success > /etc/rhgb/temp/rhgb-console
      else
        echo_failed > /etc/rhgb/tmp/rhgb-console
                                ^
                            should be temp!!!


$ rpm -qf /etc/init.d/functions
initscripts-7.93-1

btw, /var would be a better place for this..

Comment 1 Bill Nottingham 2004-10-28 14:22:32 UTC
Yeah, but I'm not patching rhgb for that right now. I suppose it's
because /var could still be separate FS at that point.

*** This bug has been marked as a duplicate of 137391 ***

Comment 2 Red Hat Bugzilla 2006-02-21 19:06:40 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.