Bug 137427 - typo in /etc/init.d/functions
Summary: typo in /etc/init.d/functions
Keywords:
Status: CLOSED DUPLICATE of bug 137391
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-28 13:27 UTC by Harald Hoyer
Modified: 2014-03-17 02:49 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-21 19:06:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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