From owner-p4-projects@FreeBSD.ORG Sat Oct 4 10:05:53 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 378921065693; Sat, 4 Oct 2008 10:05:53 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7476106568C for ; Sat, 4 Oct 2008 10:05:52 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C4B238FC13 for ; Sat, 4 Oct 2008 10:05:52 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94A5qGn095280 for ; Sat, 4 Oct 2008 10:05:52 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94A5qdR095278 for perforce@freebsd.org; Sat, 4 Oct 2008 10:05:52 GMT (envelope-from rene@FreeBSD.org) Date: Sat, 4 Oct 2008 10:05:52 GMT Message-Id: <200810041005.m94A5qdR095278@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Cc: Subject: PERFORCE change 150942 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 10:05:53 -0000 http://perforce.freebsd.org/chv.cgi?CH=150942 Change 150942 by rene@rene_self on 2008/10/04 10:05:01 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#8 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/gjournal-desktop/article.sgml#3 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/faq/book.sgml#9 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/book.sgml#2 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/disks/chapter.sgml#3 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml#2 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml#6 integrate .. //depot/projects/docproj_nl/share/sgml/man-refs.ent#6 integrate .. //depot/projects/docproj_nl/www/share/sgml/advisories.xml#4 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#8 (text+ko) ==== @@ -1,4 +1,4 @@ - + 2004 2005 2006 + 2007 + 2008 DocEng - $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.29 2006/05/28 17:08:45 blackend Exp $ + $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.31 2008/10/02 12:14:31 pgj Exp $ - $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.29 2006/05/28 17:08:45 blackend Exp $ + $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.31 2008/10/02 12:14:31 pgj Exp $ &bookinfo.legalnotice; @@ -155,10 +157,9 @@ Manual page references. - Use - su - 1 - to change user names. + Use + &man.su.1; + to change user names. ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/disks/chapter.sgml#3 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -860,17 +860,18 @@ owned by that user as /mnt/username (replace username by the login name of - the actual user): + the actual user and usergroup by the + user's primary group): &prompt.root; mkdir /mnt/username -&prompt.root; chown user:user /mnt/user +&prompt.root; chown username:usergroup /mnt/username Suppose a USB thumbdrive is plugged in, and a device /dev/da0s1 appears. Since these devices usually come preformatted with a FAT file system, one can mount them like this: - &prompt.user; mount -t msdosfs -m 644 -M 755 /dev/da0s1 /mnt/username + &prompt.user; mount -t msdosfs -o -m=644,-M=755 /dev/da0s1 /mnt/username If you unplug the device (the disk must be unmounted before), you should see, in the system message buffer, ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml#2 (text+ko) ==== @@ -1,6 +1,6 @@ @@ -388,7 +388,7 @@ Note that the snapshot option will only capture a real file system, not a home directory or a file. The @ character is a delimiter used between - the file system name or the volume name. when a user's + the file system name or the volume name. When a user's home directory gets trashed, restore it with: &prompt.root; zfs rollback storage/home@08-30-08 @@ -564,7 +564,7 @@ period of time. There are many more options for the Z file system, - reading the &man.zfs.1; and &man.zpool.1; manual + see the &man.zfs.8; and &man.zpool.8; manual pages. ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml#6 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -2648,8 +2648,8 @@ flags to dhclient, also include the following (editing as necessary): - dhcp_program="/sbin/dhclient" -dhcp_flags="" + dhclient_program="/sbin/dhclient" +dhclient_flags="" ==== //depot/projects/docproj_nl/share/sgml/man-refs.ent#6 (text+ko) ==== @@ -20,7 +20,7 @@ lexicographical order by the entity (i.e., the dots used in place of special characters should not be expanded when comparing). - $FreeBSD: doc/share/sgml/man-refs.ent,v 1.468 2008/09/28 13:14:38 trhodes Exp $ + $FreeBSD: doc/share/sgml/man-refs.ent,v 1.469 2008/09/28 19:09:35 danger Exp $ --> @@ -3441,6 +3441,7 @@ + ==== //depot/projects/docproj_nl/www/share/sgml/advisories.xml#4 (text+ko) ==== @@ -2,7 +2,7 @@ - $FreeBSD: www/share/sgml/advisories.xml,v 1.221 2008/09/03 20:16:30 simon Exp $ + $FreeBSD: www/share/sgml/advisories.xml,v 1.222 2008/10/02 00:41:02 cperciva Exp $ @@ -10,6 +10,18 @@ 2008 + 10 + + + 2 + + + FreeBSD-SA-08:10.nd6 + + + + + 9