X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=openssh-chroot.patch;fp=openssh-chroot.patch;h=60cb12cfa08d4dc9e98ee740dc5753a2b93cf27e;hb=de36f22ea20eda5563060f83e61b7dc8e775a6e4;hp=48ab8c81660d6da90eee63c4a534f46b40dc5d69;hpb=5a8563697ed7b7341ac898d6573ff497c127ccb0;p=packages%2Fopenssh.git diff --git a/openssh-chroot.patch b/openssh-chroot.patch index 48ab8c8..60cb12c 100644 --- a/openssh-chroot.patch +++ b/openssh-chroot.patch @@ -92,7 +92,7 @@ + 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; + }