diff options
Diffstat (limited to 'databases/firebird2-server/files/patch-src::install::arch-specific::freebsd::install.sh.in')
-rw-r--r-- | databases/firebird2-server/files/patch-src::install::arch-specific::freebsd::install.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/firebird2-server/files/patch-src::install::arch-specific::freebsd::install.sh.in b/databases/firebird2-server/files/patch-src::install::arch-specific::freebsd::install.sh.in index d0c86385ae63..ca31f9cd22d6 100644 --- a/databases/firebird2-server/files/patch-src::install::arch-specific::freebsd::install.sh.in +++ b/databases/firebird2-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 |