Chris Staub wrote these words on 08/17/07 15:20 CST:
> If I just remove the comma right after "polld" the whole thing works fine.
>
> Sorry for not double-checking this earlier...but hopefully this time I
> actually did find a real problem...or did I just miss something again
> and waste even more of your time?
There is definitely something wrong. Notice what happens if I issue
the command substituting 'ls' for the 'gunzip' and not putting the
'.gz' at the end, and then piping 'wc':
[EMAIL PROTECTED]: ~ > ls -l
/usr/share/man/man{1/{cancel,cups{-config,test{dsc,ppd}},lp{,options,passwd,q,rm,r,stat}}.1,5/{{classes,client,cups-snmp,cupsd,printers,subscriptions,mailto}.conf,mime.{convs,types}}.5,7/{backend,filter}.7,8/{accept,cups{d,addsmb,enable,-{deviced,driverd,lpd,polld,}},lp{admin,info,move,c}}.8}
| wc -l
ls: cannot access /usr/share/man/man8/cups-.8: No such file or directory
34
Now issuing the same command removing the comma after the 'polld' as you
suggest:
[EMAIL PROTECTED]: ~ > ls -l
/usr/share/man/man{1/{cancel,cups{-config,test{dsc,ppd}},lp{,options,passwd,q,rm,r,stat}}.1,5/{{classes,client,cups-snmp,cupsd,printers,subscriptions,mailto}.conf,mime.{convs,types}}.5,7/{backend,filter}.7,8/{accept,cups{d,addsmb,enable,-{deviced,driverd,lpd,polld}},lp{admin,info,move,c}}.8}
| wc -l
34
Since the same is returned except for the error, I'd have to think that
the comma is misplaced and should be removed. Or am I confused with this
as well?
--
Randy
rmlscsi: [bogomips 1003.27] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3]
[GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686]
15:36:00 up 1 day, 3:49, 1 user, load average: 0.04, 0.16, 0.34
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page