Wed May 23 2001 Tim Waugh <twaugh@redhat.com> 0.5-7
- Remove execute bit from data files.
Mon May 21 2001 Tim Waugh <twaugh@redhat.com> 0.5-6
- install-catalog needs to make sure that it creates world-readable files
(bug #41552).
13 lines
452 B
Diff
13 lines
452 B
Diff
--- sgml-common-0.5/bin/install-catalog.umask Mon May 21 11:48:37 2001
|
|
+++ sgml-common-0.5/bin/install-catalog Mon May 21 12:00:34 2001
|
|
@@ -13,6 +13,9 @@
|
|
\040 -h, --help: \t\t\t\t Print this help message and exit\n\
|
|
\040 -v, --version: \t\t\t Print the version number and exit\n"
|
|
|
|
+# We need the files we create to be world readable
|
|
+umask 022
|
|
+
|
|
# Set version message
|
|
SGML_VERSION_MESSAGE="sgml-common version 0.2 (install-catalog version 1.0)"
|
|
|