summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/openssh')
-rw-r--r--net-misc/openssh/files/openssh-3.9_p1-chroot.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openssh/files/openssh-3.9_p1-chroot.patch b/net-misc/openssh/files/openssh-3.9_p1-chroot.patch
index ecb418c35f3c..c903673de7c7 100644
--- a/net-misc/openssh/files/openssh-3.9_p1-chroot.patch
+++ b/net-misc/openssh/files/openssh-3.9_p1-chroot.patch
@@ -60,7 +60,7 @@ diff -uNr openssh-3.7.1p2/session.c openssh-3.7.1p2-chroot/session.c
+ new_root += 2;
+
+ if(chroot(user_dir) != 0)
-+ fatal("Couldn't chroot to user directory % s", user_dir);
++ fatal("Couldn't chroot to user directory %s", user_dir);
+ pw->pw_dir = new_root;
+ break;
+ }