Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260155 - [QA] net-misc/mDNSResponder mdnsd.init.d has bashism
Summary: [QA] net-misc/mDNSResponder mdnsd.init.d has bashism
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks:
 
Reported: 2009-02-24 17:22 UTC by Timothy Redaelli (RETIRED)
Modified: 2011-10-23 18:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Redaelli (RETIRED) gentoo-dev 2009-02-24 17:22:16 UTC
drizzt@ITVIMN0I35793 mDNSResponder % checkbashisms.pl -x -f files/mdnsd.init.d
possible bashism in files/mdnsd.init.d line 28 (should be >word 2>&1):
        kill -HUP `cat /var/run/mdnsd.pid` >&/dev/null
possible bashism in files/mdnsd.init.d line 34 (should be >word 2>&1):
        kill -USR1 `cat /var/run/mdnsd.pid` >&/dev/null
drizzt@ITVIMN0I35793 mDNSResponder %
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-05-28 15:08:22 UTC
Fix it you you want it.
The package has our herd in, but it is more maintainer-needed.
Nobody from us want to touch it.

It is really ugly package.

Cheers
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-10-23 18:15:45 UTC
+  23 Oct 2011; Lars Wendler <polynomial-c@gentoo.org> files/dnsextd.init.d,
+  files/mDNSResponderPosix.init.d, files/mdnsd.init.d:
+  non-maintainer commit: Removed bashisms from init scripts reported by Timothy
+  Redaelli in bug #260155. Replaced deprecated opts variable in init scripts.
+