lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 8ae5eb8 1/2: Fix defect introduced 20200514T1


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 8ae5eb8 1/2: Fix defect introduced 20200514T1532Z: incorrect documentation
Date: Wed, 20 Oct 2021 09:51:54 -0400 (EDT)

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

    Fix defect introduced 20200514T1532Z: incorrect documentation
    
    According to commit 55bde44586 of 20200514T1532Z, multi-user-ness is
    impaired if the fourth and fifth columns differ in (e.g.) 00775; but
    that's okay whereas 00755 isn't. It is the third and fourth columns
    that should be the same.
---
 gwc/install_posix.sh | 2 +-
 install_msw.sh       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gwc/install_posix.sh b/gwc/install_posix.sh
index 15aff4b..21b562b 100755
--- a/gwc/install_posix.sh
+++ b/gwc/install_posix.sh
@@ -166,7 +166,7 @@ find /opt/lmi -perm -200 -not -perm -020 -print0 | xargs 
--no-run-if-empty -0 ls
 #   00777 symbolic link
 #   02775 directory
 # User and group permissions differ (multi-user-ness is impaired)
-# if the digits in the fourth and fifth columns differ. The second
+# if the digits in the third and fourth columns differ. The second
 # column should contain '2' for all directories.
 find /opt/lmi/ -print0 | xargs -0 stat -c "%05a %F" | sort -u
 # Ad hoc repairs--see:
diff --git a/install_msw.sh b/install_msw.sh
index 3d31a28..fb5428c 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -334,7 +334,7 @@ find /opt/lmi -perm -200 -not -perm -020 -print0 | xargs 
--no-run-if-empty -0 ls
 #   00777 symbolic link
 #   02775 directory
 # User and group permissions differ (multi-user-ness is impaired)
-# if the digits in the fourth and fifth columns differ. The second
+# if the digits in the third and fourth columns differ. The second
 # column should contain '2' for all directories.
 find /opt/lmi/ -print0 | xargs -0 stat -c "%05a %F" | sort -u
 # Ad hoc repairs--see:



reply via email to

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