* Add missing dependencies * Fix permissions PR: 234586 Submitted by: Sam Chen <sc.gear@one.caeon.com> Approved by: maintainer timeout (portmaster@bsdforge.com, >2 weeks)
11 lines
548 B
Bash
11 lines
548 B
Bash
--- tools/fix_file_permissions.sh.orig 2019-01-03 16:11:17 UTC
|
|
+++ tools/fix_file_permissions.sh
|
|
@@ -6,7 +6,7 @@
|
|
# servers, the "world" permissions should be removed, and the corresponding changes made to
|
|
# the configuration variables listed below.
|
|
|
|
-OPT=-c # -c: Show changes. On FreeBSD, needs to be -vv
|
|
+OPT=-vv # -c: Show changes. On FreeBSD, needs to be -vv
|
|
|
|
ROOT=444 # Server root read only
|
|
DIR=755 # Directories need "exec" for directory operations. Matches {Store}{dirPermission}
|