diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-03-19 21:13:34 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-03-19 21:13:34 +0000 |
commit | d1538c00041c086bc445337dc9c1b76a698808ab (patch) | |
tree | 1be79aa1baa3dcd3f95bdfb6e94aba1ac65187d5 /chapter01 | |
parent | 7ea4443021dda2276fddaf6cb390ceee7e71a917 (diff) |
Change the default home directory for new users to /home and prevent useradd from creating mail spool files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 654808438..b82446a31 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,13 @@ <para>2007-03-19</para> <itemizedlist> <listitem> + <para>[matthew] - Change the default home directory for new users and + do not create mail spool files for them. Add a + <systemitem class="groupname">mail</systemitem> group so that if + Shadow is configured to create mail spool files for new users, it can + do so without issuing a warning.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Shadow-4.0.18.1. Fixes <ulink url="&lfs-ticket-root;1850">#1850</ulink></para> </listitem> |