--- Unode-1.0.1/gateway.c.orig 2010-11-26 06:35:50.000000000 -0800 +++ Unode-1.0.1/gateway.c 2012-06-10 16:10:54.009999839 -0700 @@ -135,7 +135,7 @@ paclen = rs_config_get_paclen(NULL); eol = ROSE_EOL; /* Uncomment the below if you wish to have the node show a 'Trying' state */ -/* node_msg("%s Trying %s... Type to abort", User.dl_name); */ + node_msg("%s Trying %s... Type to abort", User.dl_name); break; #endif #ifdef HAVE_NETROM @@ -239,13 +239,13 @@ paclen = ax25_config_get_paclen(addr[0]); eol = AX25_EOL; /* Uncomment the below if you wish the node to show a 'Trying' state */ -/* if (family==AF_FLEXNET) node_msg("Trying %s via FlexNet... Type to abort", User.dl_name); */ + if (family==AF_FLEXNET) node_msg("Trying %s via FlexNet... Type to abort", User.dl_name); if ((family==AF_FLEXNET) || (family == AF_AX25)) { if (!strcmp(User.dl_port,User.ul_name)) { if (check_perms(PERM_ANSI, 0L) != -1) { axio_printf(NodeIo, "\e[05;31m"); } - axio_printf(NodeIo,"\aLoop detected on "); + axio_printf(NodeIo,"\nLoop detected on "); } if (check_perms(PERM_ANSI, 0L) != -1) { axio_printf(NodeIo, "\e[0;m"); @@ -258,7 +258,7 @@ } axio_printf(NodeIo,"link setup (%s)...", User.dl_port); } -/* else node_msg("Trying %s on %s... Type to abort", User.dl_name, User.dl_port); */ + else node_msg("Trying %s on %s... Type to abort", User.dl_name, User.dl_port); break; #endif case AF_INET: @@ -1068,4 +1068,5 @@ int do_winlink(int argc, char **argv) { + axio_printf(NodeIo,"Command not implemented yet"); }