Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 633664

Summary: net-dns/ddclient: files/ddclient.initd-r3: invalid mode '+0044'
Product: Gentoo Linux Reporter: tberger2
Component: Current packagesAssignee: Aaron W. Swenson <titanofold>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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+.