diff -Nur -x '*.orig' -x '*.rej' rssh-2.3.2/util.c mezzanine_patched_rssh-2.3.2/util.c --- rssh-2.3.2/util.c 2006-01-04 04:37:39.000000000 +1100 +++ mezzanine_patched_rssh-2.3.2/util.c 2006-03-29 16:02:33.202452458 +1000 @@ -103,10 +103,6 @@ strncat(cmd, "rsync", size); } - /* print error message to user and log attempt */ - fprintf(stderr, "\nThis account is restricted by rssh.\n" - "%s\n\nIf you believe this is in error, please contact " - "your system administrator.\n\n", cmd); if ( argc < 3 ) log_msg("user %s attempted to log in with a shell", username);