Changeset 3f110b5 in clfs-sysroot
- Timestamp:
- Jul 9, 2009, 6:36:09 PM (15 years ago)
- Branches:
- master
- Children:
- cba3e93
- Parents:
- f0270f3
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/creatingfiles.xml
rf0270f3 r3f110b5 90 90 <listitem> 91 91 <para>Often used for network news servers.</para> 92 </listitem>93 </varlistentry>94 <varlistentry>95 <term><literal>uucp:x:&uid-uucp;:&gid-uucp;:uucp:/var/spool/uucp:/bin/false</literal></term>96 <listitem>97 <para>Often used for Unix-to-Unix Copy of files from one server to the next</para>98 92 </listitem> 99 93 </varlistentry> … … 138 132 usb:x:&gid-usb;: 139 133 cdrom:x:&gid-cdrom;: 140 uucp:x:&gid-uucp;:</literal>141 134 EOF</userinput></screen> 142 135 -
BOOK/introduction/common/changelog.xml
rf0270f3 r3f110b5 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>July 9, 2009</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - UUCP group no longer needed by udev.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 38 47 39 48 <listitem> -
BOOK/users_groups.ent
rf0270f3 r3f110b5 10 10 <!ENTITY uid-mail "30"> 11 11 <!ENTITY uid-news "31"> 12 <!ENTITY uid-uucp "32">13 12 <!ENTITY uid-operator "50"> 14 13 <!ENTITY uid-postmaster "51"> … … 38 37 <!ENTITY gid-mail "30"> 39 38 <!ENTITY gid-news "31"> 40 <!ENTITY gid-uucp "32">41 39 <!ENTITY gid-users "1000"> 42 40 <!ENTITY gid-nogroup "65533">
Note:
See TracChangeset
for help on using the changeset viewer.