]> git.proxmox.com Git - mirror_iproute2.git/commit - examples/cbq.init-v0.7.3
cbq: fix find syntax in example
authorPavel Šimerda <psimerda@redhat.com>
Mon, 13 Apr 2015 14:00:58 +0000 (16:00 +0200)
committerStephen Hemminger <shemming@brocade.com>
Mon, 20 Apr 2015 16:57:14 +0000 (09:57 -0700)
commita51842dcd77200159e091da8b2e38e428652532d
tree5795926c741e29c908c68839d1bc2876f4fae668
parent11a3e5c4b31530840d6ea4339ce4078d5922b5d6
cbq: fix find syntax in example

Without modification, using the example resulted in the following error:

[root@localhost sbin]# cbq restart
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.

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.

**CBQ: failed to compile CBQ configuration!

See also:

 * https://bugzilla.redhat.com/show_bug.cgi?id=539232

Reported-by: Mads Kiilerich <mads@kiilerich.com>
Signed-off-by: Pavel Šimerda <psimerda@redhat.com>
examples/cbq.init-v0.7.3