Changeset 195f497
- Timestamp:
- Jul 10, 2014, 3:17:06 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 59913e1
- Parents:
- f6ca8eb
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
rf6ca8eb r195f497 99 99 <screen os="v"><userinput>mv -v /usr/bin/passwd /bin</userinput></screen> 100 100 101 <para os="w">The <command>login</command> program will write to 102 <filename>/var/log/lastlog</filename>, if it exists, to record the date and 103 time of the latest successful login for each user. This log file is not 104 created automatically if it does not already exist, so we will 105 create it now and give it appropriate ownership and permissions:</para> 106 107 <screen os="x"><userinput>touch /var/log/lastlog 108 chgrp -v utmp /var/log/lastlog 109 chmod -v 664 /var/log/lastlog</userinput></screen> 110 101 111 </sect2> 102 112 -
BOOK/final-system/multilib/shadow.xml
rf6ca8eb r195f497 92 92 xpointer="xpointer(//*[@os='v'])"/> 93 93 94 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 95 href="../common/shadow.xml" 96 xpointer="xpointer(//*[@os='w'])"/> 97 98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 99 href="../common/shadow.xml" 100 xpointer="xpointer(//*[@os='x'])"/> 101 94 102 </sect2> 95 103 -
BOOK/introduction/common/changelog.xml
rf6ca8eb r195f497 38 38 39 39 <listitem> 40 <para>10 July 2014</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Add back instruction to create /var/log/lastlog, 44 so that it can actually be used.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>02 July 2014</para> 41 51 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.