Bug 5471 - <<(fhpd) quit>> and <<(fhpd) ^D>> are different
Summary: <<(fhpd) quit>> and <<(fhpd) ^D>> are different
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Rick Moseley
URL:
Keywords:
Depends on:
Blocks: 2246
  Show dependency treegraph
 
Reported: 2007-12-11 22:59 UTC by Andrew Cagney
Modified: 2007-12-17 16:21 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 Andrew Cagney 2007-12-11 22:59:42 UTC
While the former cleans up processeses, the latter does not.

--

The cli sees ^D as CLI.execCommand(String cmd == null).

The "quit" logic should be consolidated into the CLI class as a method so that
both the EOF and the "quit" code can call it.