summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-08-16 11:34:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-08-16 11:34:11 +0000
commite588620119d43a4147093c0a738207011f8cb29e (patch)
tree0e9f9390ecaa07413a2929cbe9670b2a59d9325b /japanese
parentMake this setgid games and remove a world-writable file. (diff)
Don't install stuff writable to group wheel.
Notes
Notes: svn path=/head/; revision=31684
Diffstat (limited to 'japanese')
-rw-r--r--japanese/iv/files/patch-co11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-co b/japanese/iv/files/patch-co
new file mode 100644
index 000000000000..113433158ab4
--- /dev/null
+++ b/japanese/iv/files/patch-co
@@ -0,0 +1,11 @@
+--- src/bin/scripts/mkdirhier.sh.orig Wed Aug 16 03:15:19 2000
++++ src/bin/scripts/mkdirhier.sh Wed Aug 16 03:15:56 2000
+@@ -52,7 +52,7 @@
+ done
+
+ mkdir $paths || status=$?
+- chmod g+w $paths
++ chmod g-w $paths
+
+ break
+ }