--- deliantra/server/utils/cfutil.in 2007/04/18 09:26:46 1.28 +++ deliantra/server/utils/cfutil.in 2007/04/18 09:38:58 1.29 @@ -70,7 +70,7 @@ sub inst_maps($) { my (undef, $path) = @_; - print "installing '$path' to '$DATADIR/maps'\n"; + print "\nInstalling '$path' to '$DATADIR/maps'\n\n"; if (!-f "$path/regions") { warn "'$path' does not look like a maps directory ('regions' file is missing).\n"; @@ -374,7 +374,8 @@ sub inst_arch($) { my (undef, $path) = @_; - print "Installing '$path' to '$DATADIR'\n", + print "\n", + "Installing '$path' to '$DATADIR'\n", "\n", "This can take a long time if you run this\n", "for the first time or do not use --cache.\n",