diff options
author | clement <clement@FreeBSD.org> | 2004-01-16 18:37:14 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-16 18:37:14 +0000 |
commit | bed7fe2121002dc2842ce09043e58f213226f492 (patch) | |
tree | ded7ce7055987b0f49a8fe2c11a8acadbb25a1a9 /databases/firebird20-server | |
parent | 66aaca2a88b53ec40d359eeb157a33c62e6e6993 (diff) | |
download | FreeBSD-ports-bed7fe2121002dc2842ce09043e58f213226f492.zip FreeBSD-ports-bed7fe2121002dc2842ce09043e58f213226f492.tar.gz |
Relax file permissions
PR: 61417
Submitted by: Chris Knight <chris@e-easy.com.au> (maintainer)
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'databases/firebird20-server')
-rw-r--r-- | databases/firebird20-server/files/patch-src::install::arch-specific::freebsd::install.sh.in | 4 | ||||
-rw-r--r-- | databases/firebird20-server/pkg-install | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/firebird20-server/files/patch-src::install::arch-specific::freebsd::install.sh.in b/databases/firebird20-server/files/patch-src::install::arch-specific::freebsd::install.sh.in index d0c8638..ca31f9c 100644 --- a/databases/firebird20-server/files/patch-src::install::arch-specific::freebsd::install.sh.in +++ b/databases/firebird20-server/files/patch-src::install::arch-specific::freebsd::install.sh.in @@ -84,8 +84,8 @@ -chmod ug=rw,o= security.fdb + +# install the samples if they don't exist -+[ -f aliases.conf ] || install -o $fbUID -g $fbGID -m 440 aliases.conf.sample aliases.conf -+[ -f firebird.conf ] || install -o $fbUID -g $fbGID -m 440 firebird.conf.sample firebird.conf ++[ -f aliases.conf ] || install -o $fbUID -g $fbGID -m 444 aliases.conf.sample aliases.conf ++[ -f firebird.conf ] || install -o $fbUID -g $fbGID -m 444 firebird.conf.sample firebird.conf +[ -f security.fdb ] || install -o $fbUID -g $fbGID -m 660 security.fdb.sample security.fdb # remove any existing gds service diff --git a/databases/firebird20-server/pkg-install b/databases/firebird20-server/pkg-install index 6bcb9ad..099f93a 100644 --- a/databases/firebird20-server/pkg-install +++ b/databases/firebird20-server/pkg-install @@ -137,7 +137,7 @@ chmod ug=rw,o= examples/*.fdb chmod ug=rw,o= help/*.fdb chmod ug=rw,o= security.fdb -chmod 440 aliases.conf firebird.conf +chmod 444 aliases.conf firebird.conf chmod 660 security.fdb # remove any existing gds service |