lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master efc6ea1 1/2: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master efc6ea1 1/2: Improve documentation
Date: Wed, 20 Oct 2021 17:05:33 -0400 (EDT)

branch: master
commit efc6ea1292c77f6e7a42ea55640afd473fcab071
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Improve documentation
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2021-10/msg00008.html
---
 gwc/install_posix.sh | 8 ++++----
 install_msw.sh       | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/gwc/install_posix.sh b/gwc/install_posix.sh
index 475a779..9b7b64b 100755
--- a/gwc/install_posix.sh
+++ b/gwc/install_posix.sh
@@ -155,10 +155,10 @@ done
 # GID should be the same for all files.
 find /opt/lmi/ -not -group "$(id -gn "$(logname)")" -print
 # User and group permissions should be the same throughout $(prefix).
-# For each file that doesn't conform to that rule, list its name (to
-# make any systematic pattern clearer--for example, files generated
-# by autotools seem to ignore their directories' GIDs), and fix the
-# problem:
+# In practice, permissions are sometimes more restrictive for group
+# than for user, because files generated by autotools seem to ignore
+# their directories' GIDs; fix that problem, incidentally dumping the
+# names of offending files:
 find . \
   -type f \
   \( -perm -u+r ! -perm -g+r \
diff --git a/install_msw.sh b/install_msw.sh
index 5c2b3b1..43e8298 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -323,10 +323,10 @@ done
 # GID should be the same for all files.
 find /opt/lmi/ -not -group "$(id -gn "$(logname)")" -print
 # User and group permissions should be the same throughout $(prefix).
-# For each file that doesn't conform to that rule, list its name (to
-# make any systematic pattern clearer--for example, files generated
-# by autotools seem to ignore their directories' GIDs), and fix the
-# problem:
+# In practice, permissions are sometimes more restrictive for group
+# than for user, because files generated by autotools seem to ignore
+# their directories' GIDs; fix that problem, incidentally dumping the
+# names of offending files:
 find . \
   -type f \
   \( -perm -u+r ! -perm -g+r \



reply via email to

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