Bug 441529 - fhpd - 'alias' command doesn't work at all
Summary: fhpd - 'alias' command doesn't work at all
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: frysk
Version: 5.2
Hardware: All
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Eric Bachalo
QA Contact: Len DiMaggio
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-08 16:09 UTC by Petr Muller
Modified: 2016-09-20 02:04 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-15 09:39:02 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Sourceware 5812 0 None None None Never

Description Petr Muller 2008-04-08 16:09:50 UTC
Description of problem:
In fhpd, 'alias' command doesn't work. If I add some alias, I get 'Error: 
Unknown command' when using it. If I view the command with alias command, it is 
shown.

Version-Release number of selected component (if applicable):
frysk-0.0.1.2008.03.19.rh1-1.el5

How reproducible:
always

Steps to Reproduce:
1. fhpd
2. alias myhelp help
3. myhelp
  
Actual results:
Error: Unknown command: mb

Expected results:
help message

Additional info:
# fhpd
(fhpd) alias myhelp help
(fhpd) myhelp
Error: Unknown command: myhelp
(fhpd) alias myhelp
myhelp = help

Comment 1 Mark Wielaard 2008-04-11 11:05:25 UTC
Confirmed, this is upstream bug 5812 "alias command bugs". The alias command
isn't actually implemented. There is a generic AliasCommands.java (providing the
top leval commands Alias, UnAlias) but nothing actually uses it.


Note You need to log in before you can comment on or make changes to this bug.