patches for easier mirroring, to eliminate a special copy, to make www.freebsd.org/security a full copy of security.freebsd.org and be eventually be the same. For now files are just sitting there. The symlinks are missing. Discussed on: www (repository location) Discussed with: simon (so)
11 lines
362 B
Diff
11 lines
362 B
Diff
--- usr.sbin/pkg_install/lib/pen.c 17 May 2001 12:33:39 -0000
|
|
+++ usr.sbin/pkg_install/lib/pen.c 7 Dec 2001 20:58:46 -0000
|
|
@@ -106,7 +106,7 @@
|
|
cleanup(0);
|
|
errx(2, __FUNCTION__ ": can't mktemp '%s'", pen);
|
|
}
|
|
- if (chmod(pen, 0755) == FAIL) {
|
|
+ if (chmod(pen, 0700) == FAIL) {
|
|
cleanup(0);
|
|
errx(2, __FUNCTION__ ": can't mkdir '%s'", pen);
|
|
}
|