Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 633664 - net-dns/ddclient: files/ddclient.initd-r3: invalid mode '+0044'
Summary: net-dns/ddclient: files/ddclient.initd-r3: invalid mode '+0044'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Aaron W. Swenson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-07 06:06 UTC by tberger2
Modified: 2017-10-07 14:40 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 tberger2 2017-10-07 06:06:55 UTC
'find' function in openrc init script should be 

if [ -n "$(find /etc/ddclient -maxdepth 1 -name ddclient.conf -perm /0044)" ] ; then

actually is

if [ -n "$(find /etc/ddclient -maxdepth 1 -name ddclient.conf -perm +0044)" ] ; then


which gives the error above.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2017-10-07 08:35:26 UTC
find(1):

       -perm +mode
              This is no longer supported (and has been deprecated since 2005). Use -perm /mode instead.
Comment 2 Aaron W. Swenson gentoo-dev 2017-10-07 14:40:25 UTC
This has already been fixed since 3.8.2+.