]> git.pld-linux.org Git - packages/Firebird.git/blame - Firebird-chmod.patch
- updated to 1.5.3.4870, removed obsolete env-overflows patch
[packages/Firebird.git] / Firebird-chmod.patch
CommitLineData
3e30a275
JB
1--- firebird-1.5.0.4290/builds/posix/Makefile.in.refDatabases.orig 2003-04-10 09:50:03.000000000 +0200
2+++ firebird-1.5.0.4290/builds/posix/Makefile.in.refDatabases 2004-05-24 23:46:47.933836000 +0200
3@@ -107,7 +107,7 @@
4 $(FIREBIRD)/security.fdb: $(SRC_ROOT)/misc/security.gbak
5 $(BIN)/gbak_static -R $< $@
6 $(TOUCH) $@
7- $(CHMOD) 666 $@
8+ $(CHMOD) 644 $@
ff19b114 9
3e30a275
JB
10 metadata.fdb: $(SRC_ROOT)/misc/metadata.gbak
11 $(BIN)/gbak_static -MODE read_only -R $< $@
12--- firebird-1.5.0.4290/builds/posix/make.defaults.orig 2003-11-11 02:01:51.000000000 +0100
13+++ firebird-1.5.0.4290/builds/posix/make.defaults 2004-05-24 23:47:17.602325704 +0200
14@@ -92,9 +92,9 @@
ff19b114
JB
15 SH= sh -c
16 RM= rm -f
17 CHMOD= chmod
18-CHMOD_6= chmod 666
19-CHMOD_7= chmod 777
20-CHMOD_S7= chmod 06777
21+CHMOD_6= chmod 644
22+CHMOD_7= chmod 755
23+CHMOD_S7= chmod 06755
24 MV= mv -f
25 TOUCH= touch
26 CP= cp
This page took 0.086608 seconds and 4 git commands to generate.