SOURCES: Firebird-chmod.patch - updated
arekm
arekm at pld-linux.org
Sun Feb 24 10:42:47 CET 2008
Author: arekm Date: Sun Feb 24 09:42:47 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated
---- Files affected:
SOURCES:
Firebird-chmod.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/Firebird-chmod.patch
diff -u SOURCES/Firebird-chmod.patch:1.2 SOURCES/Firebird-chmod.patch:1.3
--- SOURCES/Firebird-chmod.patch:1.2 Sun May 30 02:49:51 2004
+++ SOURCES/Firebird-chmod.patch Sun Feb 24 10:42:41 2008
@@ -1,14 +1,50 @@
--- firebird-1.5.0.4290/builds/posix/Makefile.in.refDatabases.orig 2003-04-10 09:50:03.000000000 +0200
+++ firebird-1.5.0.4290/builds/posix/Makefile.in.refDatabases 2004-05-24 23:46:47.933836000 +0200
-@@ -107,7 +107,7 @@
- $(FIREBIRD)/security.fdb: $(SRC_ROOT)/misc/security.gbak
- $(BIN)/gbak_static -R $< $@
+@@ -69,7 +69,7 @@
+ -$(RM) $@
+ $(BIN)/create_db $@
$(TOUCH) $@
-- $(CHMOD) 666 $@
+- $(CHMOD) 444 $@
+ $(CHMOD) 644 $@
- metadata.fdb: $(SRC_ROOT)/misc/metadata.gbak
+ # Ok so Jim had/has a sailing theme, and the sample database that a lot
+ # of .epp files require to compile is yachts.lnk. MOD 05-Aug-2002
+@@ -93,7 +93,7 @@
+ $(RM) -f msg.fdb
+ echo create database \'msg.fdb\'\; | $(ISQL_STATIC)
+ for sn in $(MSG_FILES); do (echo $$sn; $(ISQL_STATIC) -i $$sn msg.fdb) || exit; done
+-# $(CHMOD) 444 msg.fdb
++# $(CHMOD) 644 msg.fdb
+ $(TOUCH) $@
+
+ help.fdb: $(FIREBIRD)/help/help.fdb
+@@ -103,7 +103,7 @@
+ $(FIREBIRD)/help/help.fdb: $(BLD_ROOT)/misc/help.gbak
$(BIN)/gbak_static -MODE read_only -R $< $@
+ $(TOUCH) $@
+- $(CHMOD) 444 $@
++ $(CHMOD) 644 $@
+
+ $(FIREBIRD)/security2.fdb: security2.fdb
+ $(RM) -f $@
+@@ -118,7 +118,7 @@
+ metadata.fdb: $(BLD_ROOT)/misc/metadata.gbak
+ $(BIN)/gbak_static -MODE read_only -R $< $@
+ $(TOUCH) $@
+- $(CHMOD) 444 $@
++ $(CHMOD) 644 $@
+
+ # An alternative metadata creation method, this one is actually preferred
+ # since it ensures the data is valid.
+@@ -126,7 +126,7 @@
+ metadata.fdb.x: $(SRC_ROOT)/misc/metadata.sql
+ $(BIN)/isql -i $<
+ $(TOUCH) $@
+- $(CHMOD) 444 $@
++ $(CHMOD) 644 $@
+
+
+ FORCE:
--- firebird-1.5.0.4290/builds/posix/make.defaults.orig 2003-11-11 02:01:51.000000000 +0100
+++ firebird-1.5.0.4290/builds/posix/make.defaults 2004-05-24 23:47:17.602325704 +0200
@@ -92,9 +92,9 @@
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/Firebird-chmod.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list