emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112438: * make-dist: Keep necessary


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112438: * make-dist: Keep necessary restrictions on file access.
Date: Wed, 01 May 2013 12:28:41 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112438
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2013-05-01 12:28:41 -0700
message:
  * make-dist: Keep necessary restrictions on file access.
modified:
  ChangeLog
  make-dist
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-04-29 04:48:30 +0000
+++ b/ChangeLog 2013-05-01 19:28:41 +0000
@@ -1,3 +1,7 @@
+2013-05-01  Paul Eggert  <address@hidden>
+
+       * make-dist: Keep necessary restrictions on file access.
+
 2013-04-29  Paul Eggert  <address@hidden>
 
        Merge from gnulib, incorporating:

=== modified file 'make-dist'
--- a/make-dist 2013-04-22 05:08:36 +0000
+++ b/make-dist 2013-05-01 19:28:41 +0000
@@ -42,8 +42,8 @@
 LANG=
 export LANGUAGE LC_ALL LC_MESSAGES LANG
 
-## Don't restrict access to any files.
-umask 0
+## Remove unnecessary restrictions on file access.
+umask 022
 
 update=yes
 check=yes


reply via email to

[Prev in Thread] Current Thread [Next in Thread]