]> git.pld-linux.org Git - packages/Firebird.git/blob - Firebird-chmod.patch
- obsolete
[packages/Firebird.git] / Firebird-chmod.patch
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 @@ -69,7 +69,7 @@
4         -$(RM) $@
5         $(BIN)/create_db $@
6         $(TOUCH) $@
7 -       $(CHMOD) 444 $@
8 +       $(CHMOD) 644 $@
9  
10  # Ok so Jim had/has a sailing theme, and the sample database that a lot
11  # of .epp files require to compile is yachts.lnk. MOD 05-Aug-2002
12 @@ -93,7 +93,7 @@
13         $(RM) -f msg.fdb
14         echo create database \'msg.fdb\'\; | $(ISQL_STATIC)
15         for sn in $(MSG_FILES); do (echo $$sn; $(ISQL_STATIC) -i $$sn msg.fdb) || exit; done
16 -#      $(CHMOD) 444 msg.fdb
17 +#      $(CHMOD) 644 msg.fdb
18         $(TOUCH) $@
19  
20  help.fdb:      $(FIREBIRD)/help/help.fdb
21 @@ -103,7 +103,7 @@
22  $(FIREBIRD)/help/help.fdb:     $(BLD_ROOT)/misc/help.gbak
23         $(BIN)/gbak_static -MODE read_only -R $< $@
24         $(TOUCH) $@
25 -       $(CHMOD) 444 $@
26 +       $(CHMOD) 644 $@
27  
28  $(FIREBIRD)/security2.fdb:     security2.fdb
29         $(RM) -f $@
30 @@ -118,7 +118,7 @@
31  metadata.fdb:  $(BLD_ROOT)/misc/metadata.gbak
32         $(BIN)/gbak_static -MODE read_only -R $< $@
33         $(TOUCH) $@
34 -       $(CHMOD) 444 $@
35 +       $(CHMOD) 644 $@
36  
37  # An alternative metadata creation method, this one is actually preferred
38  # since it ensures the data is valid.
39 @@ -126,7 +126,7 @@
40  metadata.fdb.x:        $(SRC_ROOT)/misc/metadata.sql
41         $(BIN)/isql -i $<
42         $(TOUCH) $@
43 -       $(CHMOD) 444 $@
44 +       $(CHMOD) 644 $@
45  
46  
47  FORCE:
48 --- firebird-1.5.0.4290/builds/posix/make.defaults.orig 2003-11-11 02:01:51.000000000 +0100
49 +++ firebird-1.5.0.4290/builds/posix/make.defaults      2004-05-24 23:47:17.602325704 +0200
50 @@ -92,9 +92,9 @@
51  SH=                    sh -c
52  RM=                    rm -f
53  CHMOD=                 chmod
54 -CHMOD_6=               chmod 666
55 -CHMOD_7=               chmod 777
56 -CHMOD_S7=              chmod 06777
57 +CHMOD_6=               chmod 644
58 +CHMOD_7=               chmod 755
59 +CHMOD_S7=              chmod 06755
60  MV=                    mv -f
61  TOUCH=                 touch
62  CP=                    cp
This page took 0.05881 seconds and 3 git commands to generate.