Bug 802719 - /etc/init.d/oddjobd refers to non-existing $localfs $remotefs targets
Summary: /etc/init.d/oddjobd refers to non-existing $localfs $remotefs targets
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: oddjob
Version: 16
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-13 10:45 UTC by Alexander Murashkin
Modified: 2013-01-30 00:56 UTC (History)
1 user (show)

Fixed In Version: oddjob-0.31.3-1.fc18
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-01-30 00:48:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Alexander Murashkin 2012-03-13 10:45:56 UTC
Description of problem:

/etc/init.d/oddjobd refers to non-existing $localfs $remotefs targets. Target $localfs shall be replaced with $local-fs 

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

oddjob-0.31.1-1.fc16.x86_64
  
Actual results:

grep Required /etc/init.d/oddjobd
# Required-Start: $localfs $remotefs messagebus
# Required-Stop: $localfs $remotefs messagebus

Expected results:

Not sure. Probably

grep Required /etc/init.d/oddjobd
# Required-Start: $local-fs messagebus
# Required-Stop:  $local-fs messagebus

Additional info:

# cat /etc/init.d/oddjobd
#!/bin/bash
#
# oddjobd       This shell script takes care of starting and stopping
#               oddjobd.
#
# chkconfig: - 98 02
# description: oddjobd provides support for unprivileged applications which \
#              require one of a set of specified privileged operations to be \
#              performed on their behalf.
#
### BEGIN INIT INFO
# Provides: oddjobd
# Required-Start: $localfs $remotefs messagebus
# Required-Stop: $localfs $remotefs messagebus
# Short-Description: start and stop oddjob services
# Description: The oddjob service provides support for unprivileged
#     applications which require one of a set of specified privileged
#     operations to be performed on their behalf.
### END INIT INFO

Comment 1 Nalin Dahyabhai 2012-03-13 15:32:38 UTC
http://fedoraproject.org/wiki/Packaging:SysVInitScript#Facility_Names says it should be "$local_fs", which makes more sense if it's used as a shell variable name somewhere.  Is "$local-fs" a typo, or does the wiki need to be fixed?

Comment 2 Fedora End Of Life 2013-01-16 16:05:33 UTC
This message is a reminder that Fedora 16 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 16. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '16'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 16's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 16 is end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" and open it against that version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Fedora Update System 2013-01-17 22:16:08 UTC
oddjob-0.31.3-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/oddjob-0.31.3-1.fc18

Comment 4 Fedora Update System 2013-01-17 22:28:34 UTC
oddjob-0.31.3-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/oddjob-0.31.3-1.fc17

Comment 5 Fedora Update System 2013-01-20 03:04:42 UTC
Package oddjob-0.31.3-2.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing oddjob-0.31.3-2.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-1031/oddjob-0.31.3-2.fc18
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2013-01-30 00:48:39 UTC
oddjob-0.31.3-2.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2013-01-30 00:56:24 UTC
oddjob-0.31.3-2.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.


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