Bug 841272

Summary: script name of service command is wrong
Product: [Fedora] Fedora EPEL Reporter: HAT <hat>
Component: netatalkAssignee: Christopher Meng <i>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: el6CC: lnykryn, zonexpertconsulting
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: 2019-10-13 20:50:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description HAT 2012-07-18 14:30:18 UTC
Description of problem:

In netatalk.spec,

>%preun
>if [ "$1" = "0" ] ; then
>  # check for existence due to renaming initscritp
>  if [ -x  %{_initrddir}/netatalk ] ; then
>    /sbin/service atalk stop > /dev/null 2>&1
>    /sbin/chkconfig --del netatalk
>  fi
>fi
>
>%postun
>if [ "$1" -ge "1" ]; then
>  /sbin/service atalk condrestart > /dev/null 2>&1 || :
>fi
>/sbin/ldconfig

A script name is "netatalk", not "atalk".
There is no option "condrestart".

Version-Release number of selected component (if applicable):
netatalk-2.2.0-2.el6

Comment 1 HAT 2013-03-26 13:43:47 UTC
netatalk 3.0.3 supports condrestart option.

Comment 3 Andrew Bauer 2019-10-13 20:50:45 UTC
Closing. Netatalk has been retired from el6.