From de36f22ea20eda5563060f83e61b7dc8e775a6e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 17 Aug 2004 17:30:20 +0000 Subject: [PATCH 1/1] - fix format sign Changed files: openssh-chroot.patch -> 1.4 --- openssh-chroot.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; + } -- 2.44.0