Hello everybody,
in my opinion there is a bug in the installer.sh script when used in an
AIX environment: the line number 60 sets
    alias echo='print'
but, in this way, line number 764
    action=`echo "$1"|sed "s/-//g"`
is executed as
    action=`print "$1"|sed "s/-//g"`
and returns the following error message:
    sh: print: 0403-010 A specified flag is not valid for this command.
whatever "$1" you give.


Yours sincerely

-- 
                Marco Alberoni

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Rkhunter-users mailing list
Rkhunter-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkhunter-users

Reply via email to