Changeset 49ee2def
- Timestamp:
- 06/17/2014 09:03:59 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, krejzi/svn, lazarus, nosym, perl-modules, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/test-20220226
- Children:
- 2e0084d
- Parents:
- 232c0e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/security/shadow.xml
r232c0e2 r49ee2def 128 128 sed -i 's/1000/999/' etc/useradd && 129 129 130 ./configure --sysconfdir=/etc &&130 ./configure --sysconfdir=/etc --with-group-name-max-length=32 && 131 131 make</userinput></screen> 132 132 … … 174 174 <command>sed -i 's/1000/999/' etc/useradd</command>: Make a minor change 175 175 to make the default useradd consistent with the LFS groups file. 176 </para> 177 178 <para> 179 <option>--with-group-name-max-length=32</option>: The maximum user name is 180 32 characters. Make the maximum group name the same. 176 181 </para> 177 182
Note:
See TracChangeset
for help on using the changeset viewer.