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