-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 PaTricK wrote: > Eu tentei instala akele shapecfg mas ele dah conflito com o iproute. > > O CBQ está aparecendo o seguinte erro: > > [EMAIL PROTECTED] cbq]# /etc/init.d/cbq compile > find: warning: you have specified the -maxdepth option after a > non-option argument (, but options are not positional (-maxdepth affects > tests specified before it as well as those specified after it). Please > specify options before other arguments. >
Isto não é um erro, é um Warning, tanto é que suas regras estarão rodando. Eu já mandei um email para o owner do projeto, avisando sobre a nova versão do find, a 4.2. Note que dentro do script cbq na função cbq_init e um pouco mais abaixo existe o seguinte comando: find $1 \( -type f -or -type l \) -name 'cbq-*' -not -name '*~' -maxdepth 1 -printf "%f\n"| sort Basta trocá-lo por: find $1 -maxdepth 1 \( -type f -or -type l \) -name 'cbq-*' - - -not -name '*~' -printf "%f\n"| sort Um abraço. - -- /"\ \ / Flavio Torres X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL / \ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) iD8DBQFGexYYNRQApncg294RAuaLAKCVv/GZptpeskZmMzZYRxo4+sx9/wCfTBCd /MrIbWRcsBar4V1QbaWiq4c= =uty1 -----END PGP SIGNATURE----- --------------------------------------------------------------------------- Esta lista é patrocinada pela Conectiva S.A. Visite http://www.conectiva.com.br Arquivo: http://bazar2.conectiva.com.br/mailman/listinfo/linux-br Regras de utilização da lista: http://linux-br.conectiva.com.br FAQ: http://www.zago.eti.br/menu.html
