Changeset f5a4dd3
- Timestamp:
- Mar 4, 2016, 1:02:09 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- 03394ec
- Parents:
- 204c846
- git-author:
- Chris Staub <chris@…> (03/04/16 00:55:55)
- git-committer:
- Chris Staub <chris@…> (03/04/16 01:02:09)
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/pwdgroup.xml
r204c846 rf5a4dd3 190 190 proper permissions:</para> 191 191 192 <screen os="g"><userinput>touch ${CLFS}/var/log/{btmp, lastlog,wtmp}193 chgrp -v &gid-utmp; ${CLFS}/var/log/ lastlog194 chmod -v 664 ${CLFS}/var/log/ lastlog192 <screen os="g"><userinput>touch ${CLFS}/var/log/{btmp,faillog,lastlog,wtmp} 193 chgrp -v &gid-utmp; ${CLFS}/var/log/{faillog,lastlog} 194 chmod -v 664 ${CLFS}/var/log/{faillog,lastlog} 195 195 chmod -v 600 ${CLFS}/var/log/btmp</userinput></screen> 196 196 -
BOOK/chroot/common/pwdgroup.xml
r204c846 rf5a4dd3 98 98 xpointer="xpointer(//*[@os='f'])"/> 99 99 100 <screen os="g"><userinput>touch /var/log/{btmp, lastlog,wtmp}101 chgrp -v utmp /var/log/ lastlog102 chmod -v 664 /var/log/ lastlog100 <screen os="g"><userinput>touch /var/log/{btmp,faillog,lastlog,wtmp} 101 chgrp -v utmp /var/log/{faillog,lastlog} 102 chmod -v 664 /var/log/{faillog,lastlog} 103 103 chmod -v 600 /var/log/btmp</userinput></screen> 104 104 -
BOOK/introduction/common/changelog.xml
r204c846 rf5a4dd3 38 38 39 39 <listitem> 40 <para>04 March 2016</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Added creation of 44 <filename>/var/log/faillog</filename> to Shadow instructions.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>19 February 2016</para> 41 51 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.