Re: rawhide report: 20050406 changes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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/



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux