Bug 5347 - Allow -noexe to be passed to fhpd from the command line
Summary: Allow -noexe to be passed to fhpd from the command line
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: 1595
  Show dependency treegraph
 
Reported: 2007-11-16 11:44 UTC by Phil Muldoon
Modified: 2007-11-16 11:45 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-16 11:44:43 UTC
-noexe is a valid CoreCommand parameter. As core files can be bootstrapped
directly from fhpd, this option should be able to specified from the commandline

E.g fhpd core.1234 -noexe
Comment 1 Phil Muldoon 2007-11-16 11:45:41 UTC
The branch, master has been updated
       via  91ea7094b8352cb974509d5790a80c96a0de648e (commit)
      from  d4080f5cc94e2364b34b9e30c9cba19070d30c98 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- 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.

-----------------------------------------------------------------------