[arch-commits] Commit in filesystem/trunk (PKGBUILD group gshadow passwd shadow)

Sébastien Luttringer seblu at archlinux.org
Tue Sep 12 21:25:00 UTC 2017


    Date: Tuesday, September 12, 2017 @ 21:24:59
  Author: seblu
Revision: 305392

Remove comments in passwd,group,shadow,gshadow

pwck/grpck don't support comments in these files.
Thanks to grawity for reporting it.

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/group
  filesystem/trunk/gshadow
  filesystem/trunk/passwd
  filesystem/trunk/shadow

----------+
 PKGBUILD |   12 ++++++------
 group    |    2 --
 gshadow  |    2 --
 passwd   |    2 --
 shadow   |    2 --
 5 files changed, 6 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-12 21:16:47 UTC (rev 305391)
+++ PKGBUILD	2017-09-12 21:24:59 UTC (rev 305392)
@@ -22,8 +22,8 @@
 md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9'
          '2b0344e9639f35f3c0d5637a23556089'
          'e33f6dfdd61978fcb3ddf1431286e05a'
-         '210aa72839c2d05c81c29c4b7f9d4c1e'
-         'de6c96bb49ebdf1b4c073faf8c73dd72'
+         '803da7c3c9df9b47a78b52fe9ddf02b1'
+         '822b75f0faca19a9c4cee334c63ab1b3'
          '7d119a9cce152aa182fb3392ddeecea7'
          'a1315ea3e2b64d197b6efaf9c14ff778'
          '7813c481156f6b280a3ba91fc6236368'
@@ -32,11 +32,11 @@
          'd41d8cd98f00b204e9800998ecf8427e'
          '44851ecc062ba34a4c024b6f3246c48f'
          '0a0fbb8e64faabb40023bd180d7190a1'
-         '760c1bfce90117f866406ead94360458'
+         'cffabcce564fa9e47981da780059a621'
          '13feaea89d404729ad2f7cf0bcc41d85'
          '0ee015fad07732676d9488ae498eed41'
          'f04bcb2803afc4dcb95670fe87343b4d'
-         'db631dab91552a497d4f6c7b0f73ee0e'
+         '7cc0d3e777ccb03f91e979c3aab296a0'
          'a78cd8d7f8240a8448edee82f503c34e'
          '6ec767b80e0df5c4450078363a31bca0'
          '0267a3a463f35eec8a31f40a720dfd86')
@@ -93,10 +93,10 @@
 
   # add lib symlinks
   ln -s usr/lib lib
-  [[ $CARCH = 'x86_64' ]] && (
+  [[ $CARCH = 'x86_64' ]] && {
     ln -s usr/lib lib64
     ln -s lib usr/lib64
-  )
+  }
 
   # add bin symlinks
   ln -s usr/bin bin

Modified: group
===================================================================
--- group	2017-09-12 21:16:47 UTC (rev 305391)
+++ group	2017-09-12 21:24:59 UTC (rev 305392)
@@ -1,4 +1,2 @@
-# User group file.
-# See group(5) for details.
 root:x:0:root
 nobody:x:99:

Modified: gshadow
===================================================================
--- gshadow	2017-09-12 21:16:47 UTC (rev 305391)
+++ gshadow	2017-09-12 21:24:59 UTC (rev 305392)
@@ -1,4 +1,2 @@
-# Shadowed group file.
-# See gshadow(5) for details.
 root:::root
 nobody:::

Modified: passwd
===================================================================
--- passwd	2017-09-12 21:16:47 UTC (rev 305391)
+++ passwd	2017-09-12 21:24:59 UTC (rev 305392)
@@ -1,4 +1,2 @@
-# The password file.
-# See passwd(5) for details.
 root:x:0:0::/root:/bin/bash
 nobody:x:99:99::/:/usr/bin/nologin

Modified: shadow
===================================================================
--- shadow	2017-09-12 21:16:47 UTC (rev 305391)
+++ shadow	2017-09-12 21:24:59 UTC (rev 305392)
@@ -1,4 +1,2 @@
-# Shadowed password file.
-# See shadow(5) for details.
 root::14871::::::
 nobody:x:14871::::::



More information about the arch-commits mailing list