diff -Nur chrsh.org/files/Makefile chrsh/files/Makefile
--- chrsh.org/files/Makefile Wed Apr  3 18:34:33 2002
+++ chrsh/files/Makefile Tue Sep 10 19:43:08 2002
@@ -4,4 +4,4 @@
  ${CC} -o chrsh chrsh.c
 
 install:
-	install -s -m 555 -o root -g wheel chrsh ${DESTDIR}/usr/local/bin
+	install -s -m 04555 -o root -g wheel chrsh ${DESTDIR}/usr/local/bin
diff -Nur chrsh.org/patches/patch-chrsh_c chrsh/patches/patch-chrsh_c
--- chrsh.org/patches/patch-chrsh_c Thu Jan  1 01:00:00 1970
+++ chrsh/patches/patch-chrsh_c Tue Sep 10 20:05:03 2002
@@ -0,0 +1,24 @@
+$OpenBSD$
+Allow chrsh to run from /usr/local/bin, and use 0755 as permissions on
+chrooted home directory, so Apache can get to user files.
+
+--- chrsh.c.orig Tue Sep 10 19:35:54 2002
++++ chrsh.c Tue Sep 10 19:36:35 2002
+@@ -75,7 +75,7 @@
+ /* The name of THIS shell */
+ #define CHRSHNAME	"chrsh"
+ /* FULL path to and name of this shell */
+-#define CHRSHPATH	"/bin/chrsh"
++#define CHRSHPATH	"/usr/local/bin/chrsh"
+ 
+ /* The chroot jail main directory must be owned and permissioned thus */
+ #define JAILDIRUID 0
+@@ -83,7 +83,7 @@
+ #define JAILDIRMODE	0555
+ 
+ /* The jailed user's chrooted home directory must be this mode */
+-#define HOMEDIRMODE	0750
++#define HOMEDIRMODE	0755
+ 
+ /*
+  * Log chrsh activity here:
