Bug 5295 - Add -noexe to fhpd so that core's can be loaded properly
Summary: Add -noexe to fhpd so that core's can be loaded properly
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-08 11:45 UTC by Phil Muldoon
Modified: 2007-11-19 09:29 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Muldoon 2007-11-08 11:45:14 UTC
Right now there is no good way to do this. The optimum solution would be to use
$subject here so commands could have their options passed onto them from the
fhpd command line.
Comment 1 Phil Muldoon 2007-11-19 09:29:16 UTC
The simplest solution here is just to pass -noexe via the existing CommandLine
class.  As this a bug blocking a specific testcase, changed title to reflect

Comment 2 Phil Muldoon 2007-11-19 09:29:42 UTC
- Log -----------------------------------------------------------------
commit 91ea7094b8352cb974509d5790a80c96a0de648e
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Fri Nov 16 11:42:40 2007 +0000

    Add -noexe option to fhpd command line
    
    2007-11-16  Phil Muldoon  <pmuldoon@redhat.com>
    
    	* fhpd.java(main): Add option -noexe. Append
    	-noexe on no executable and option specified.