Bug 253819

Summary: Certwatch doesn't understand option -a because of wrong option parsing
Product: [Fedora] Fedora Reporter: Tuomo Soini <tis>
Component: crypto-utilsAssignee: Joe Orton <jorton>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-06 17:09:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to fix certwatch option parsing none

Description Tuomo Soini 2007-08-22 06:26:11 UTC
Description of problem:

certwatch doesn't parse it's arguements correctly

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

crypto-utils-2.3-2

How reproducible:

always

Steps to Reproduce:
1. man certwatch and check for arguments
2. certwatch -a username cert.pem
3. certwatch: invalid option -- a
  
Actual results:
certwatch refuse to accept option -a

Expected results:

certwatch should parse arguments correctly

Comment 1 Tuomo Soini 2007-08-22 06:26:11 UTC
Created attachment 162030 [details]
Patch to fix certwatch option parsing

Comment 2 Joe Orton 2007-08-22 08:38:31 UTC
Thanks for the patch!  This is built for F8:

http://koji.fedoraproject.org/koji/taskinfo?taskID=117377

Comment 3 Tuomo Soini 2007-08-23 09:45:46 UTC
With my patch options "-p 60" seems to cause segfault. Still something to fix...

Comment 4 Joe Orton 2007-08-23 09:48:43 UTC
Shows I only ever test the --long-style options :)  I've fixed that too.