Changeset 265c7da for postlfs/security


Ignore:
Timestamp:
05/26/2014 06:36:59 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ab479cda
Parents:
e654e72
Message:

Fix gnumeeric md5sum.
Do some minor reformatting in shadow.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13176 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/shadow.xml

    re654e72 r265c7da  
    287287
    288288<screen role="root"><userinput>install -v -m644 /etc/login.defs /etc/login.defs.orig &amp;&amp;
    289 for FUNCTION in FAIL_DELAY FAILLOG_ENAB \
    290                 LASTLOG_ENAB \
    291                 MAIL_CHECK_ENAB \
    292                 OBSCURE_CHECKS_ENAB \
    293                 PORTTIME_CHECKS_ENAB \
    294                 QUOTAS_ENAB \
    295                 CONSOLE MOTD_FILE \
    296                 FTMP_FILE NOLOGINS_FILE \
    297                 ENV_HZ PASS_MIN_LEN \
    298                 SU_WHEEL_ONLY \
    299                 CRACKLIB_DICTPATH \
    300                 PASS_CHANGE_TRIES \
    301                 PASS_ALWAYS_WARN \
     289for FUNCTION in FAIL_DELAY               \
     290                FAILLOG_ENAB             \
     291                LASTLOG_ENAB             \
     292                MAIL_CHECK_ENAB          \
     293                OBSCURE_CHECKS_ENAB      \
     294                PORTTIME_CHECKS_ENAB     \
     295                QUOTAS_ENAB              \
     296                CONSOLE MOTD_FILE        \
     297                FTMP_FILE NOLOGINS_FILE  \
     298                ENV_HZ PASS_MIN_LEN      \
     299                SU_WHEEL_ONLY            \
     300                CRACKLIB_DICTPATH        \
     301                PASS_CHANGE_TRIES        \
     302                PASS_ALWAYS_WARN         \
    302303                CHFN_AUTH ENCRYPT_METHOD \
    303304                ENVIRON_FILE
     
    519520
    520521      <sect4>
    521         <title>'chfn', 'chgpasswd', 'chgpasswd', 'chsh', 'groupadd', 'groupdel',
     522        <title>Other common programs</title>
     523        <!--<title>'chfn', 'chgpasswd', 'chgpasswd', 'chsh', 'groupadd', 'groupdel',
    522524        'groupmems', 'groupmod', 'newusers', 'useradd', 'userdel' and
    523         'usermod'</title>
     525        'usermod'</title>-->
    524526
    525527<screen role="root"><userinput>for PROGRAM in chfn chgpasswd chpasswd chsh groupadd groupdel \
Note: See TracChangeset for help on using the changeset viewer.