rawhide report: 20050406 changes

Mircea MITU mmitu at bitdefender.com
Thu Apr 7 06:42:22 UTC 2005


On Wed, 2005-04-06 at 20:58 +0200, Lars wrote:
> with the new xfs i get,
> 
> 
> ~]# service xfs restart
> 
> Restarting xfs:
> Shutting down xfs:                                         [  OK  ]
> Starting xfs: find: warning: you have specified the -maxdepth option
> after a non-option argument -type, but options are not positional
> (-maxdepth affects tests specified before it as well as those
> specified after it).  Please specify options before other arguments.

The same issue here:

+ cd /usr/X11R6/lib/X11/fonts/Type1
++ find . -type f -maxdepth 1 -cnewer fonts.dir -not -name
'fonts.cache*'
find: warning: you have specified the -maxdepth option after a
non-option argument -type, but options are not positional (-maxdepth
affects tests specified before it as well as those specified after it).
Please specify options before other arguments.

xorg-x11-xfs-6.8.2-19
findutils-4.2.20-1

Quick fix: change line 39 from

 if [ ! -e fonts.dir -o -n "$(find . -type f -maxdepth 1 -cnewer
fonts.dir -not -name 'fonts.cache*')" ]; then

to

if [ ! -e fonts.dir -o -n "$(find . -maxdepth 1 -type f  -cnewer
fonts.dir -not -name 'fonts.cache*')" ]; then




-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://linux.bitdefender.com/





More information about the fedora-devel-list mailing list