patches/sgml-common-01-umask.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 9361 dce06c7c3c13
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9361
dce06c7c3c13 2007-02-26 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     1
--- sgml-common-0.6.3/bin/install-catalog.in.umask	2001-01-12 10:35:39.000000000 -0500
dce06c7c3c13 2007-02-26 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     2
+++ sgml-common-0.6.3/bin/install-catalog.in	2007-02-15 22:21:36.325644000 -0500
dce06c7c3c13 2007-02-26 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     3
@@ -13,6 +13,9 @@
dce06c7c3c13 2007-02-26 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     4
 \040 -h, --help: \t\t\t\t Print this help message and exit\n\
dce06c7c3c13 2007-02-26 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     5
 \040 -v, --version: \t\t\t Print the version number and exit\n"
dce06c7c3c13 2007-02-26 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     6
 
dce06c7c3c13 2007-02-26 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     7
+# We need the files we create to be world readable
dce06c7c3c13 2007-02-26 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     8
+umask 022
dce06c7c3c13 2007-02-26 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     9
+
dce06c7c3c13 2007-02-26 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
    10
 # Set version message
dce06c7c3c13 2007-02-26 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
    11
 SGML_VERSION_MESSAGE="sgml-common version @VERSION@ (install-catalog version 1.0)"
dce06c7c3c13 2007-02-26 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
    12