Bug 1662279

Summary: bregex, bwild: -l option documented but not working
Product: [Fedora] Fedora Reporter: Wolfgang Denk <wd>
Component: baculaAssignee: Simone Caronni <negativo17>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 29CC: andreas, jridky, negativo17, phracek, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: bacula-9.4.2-1.fc28 bacula-9.4.2-1.fc30 bacula-9.4.2-1.fc29 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-19 05:47:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Wolfgang Denk 2018-12-27 09:59:05 UTC
Description of problem:

Both the man pages and the help messages f the bacula tools "bregex" nd "bwild" document a "-l" option, but this is not working.

Version-Release number of selected component (if applicable):

bacula-director-9.2.1-1.fc29.x86_64

How reproducible:

always

Steps to Reproduce:
1. Try to use the "-l" option:

Actual results:

# bregex -l -f /tmp/foo
bregex: invalid option -- 'l'

Usage: bregex [-d debug_level] -f <data-file>
       -f          specify file of data to be matched
       -l          suppress line numbers
       -n          print lines that do not match
       -d <nn>     set debug level to <nn>
       -dt         print timestamp in debug output
       -?          print this message.

# bwild -l -f /tmp/foo
bwild: invalid option -- 'l'

Usage: bwild [-d debug_level] -f <data-file>
       -f          specify file of data to be matched
       -i          use case insenitive match
       -l          suppress line numbers
       -n          print lines that do not match
       -?          print this message.


Expected results:

No error

Additional info:

Comment 1 Fedora Update System 2019-04-29 08:08:41 UTC
bacula-9.4.2-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2019-b4e7243937

Comment 2 Fedora Update System 2019-04-29 08:08:45 UTC
bacula-9.4.2-1.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-c2ccf00b92

Comment 3 Fedora Update System 2019-04-29 08:08:49 UTC
bacula-9.4.2-1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-03688b4f37

Comment 4 Fedora Update System 2019-04-30 02:48:59 UTC
bacula-9.4.2-1.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-c2ccf00b92

Comment 5 Fedora Update System 2019-04-30 03:40:08 UTC
bacula-9.4.2-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-03688b4f37

Comment 6 Fedora Update System 2019-04-30 15:01:15 UTC
bacula-9.4.2-1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-b4e7243937

Comment 7 Fedora Update System 2019-05-19 05:47:59 UTC
bacula-9.4.2-1.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2019-05-19 06:13:34 UTC
bacula-9.4.2-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2019-05-19 10:27:01 UTC
bacula-9.4.2-1.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.

Comment 10 Wolfgang Denk 2019-05-20 08:28:16 UTC
Tested with bacula-director-9.4.2-1.fc30.x86_64

Works for me.  Thanks a lot!