Changeset 1120

Show
Ignore:
Timestamp:
04/16/2008 10:08:01 AM (3 months ago)
Author:
rats
Message:

Fixed #1189: Bug in ispcp-setup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1114 r1120  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42008-04-16 Benedikt Heintel 
     5        - SETUP: 
     6                * Fixed #1189: Bug in ispcp-setup 
    37 
    482008-04-14 Jochen Manz 
  • trunk/engine/setup/ispcp-setup-methods.pl

    r1113 r1120  
    4444        return $rs if ($rs != 0); 
    4545 
     46        my $qmsg = "\n\tPlease enter a fully qualified hostname. [$hostname]: "; 
     47        print STDOUT $qmsg; 
    4648        $rdata = readline(\*STDIN); chop($rdata); 
    4749