Date: Sat, 5 Dec 2009 01:09:11 GMT From: Rene Ladan <rene@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 171396 for review Message-ID: <200912050109.nB519Bwx024710@repoman.freebsd.org>
index | next in thread | raw e-mail
http://p4web.freebsd.org/chv.cgi?CH=171396 Change 171396 by rene@rene_self on 2009/12/05 01:09:08 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml#13 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#57 integrate .. //depot/projects/docproj_nl/www/share/sgml/news.xml#59 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml#13 (text+ko) ==== @@ -1,7 +1,7 @@ <!-- The FreeBSD Documentation Project - $FreeBSD: doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml,v 1.136 2009/11/26 22:02:01 manolis Exp $ + $FreeBSD: doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml,v 1.137 2009/12/04 16:46:47 roam Exp $ --> <chapter id="introduction"> @@ -475,6 +475,12 @@ America</ulink></para> </listitem> + <indexterm><primary>Experts Exchange</primary></indexterm> + <listitem> + <para><ulink url="http://www.experts-exchange.com/">Experts + Exchange</ulink></para> + </listitem> + </itemizedlist> <para>and many more.</para> ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#57 (text+ko) ==== @@ -1,7 +1,7 @@ <!-- The FreeBSD Documentation Project - $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.1036 2009/12/02 16:56:04 kib Exp $ + $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.1037 2009/12/03 13:54:47 pav Exp $ --> <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ @@ -8517,6 +8517,33 @@ <makevar>USE_RC_SUBR</makevar> variable.</para> </sect2> </sect1> + + <sect1 id="users-and-groups"> + <title>Adding users and groups</title> + + <para>Some ports require a certain user to be on the installed + system. Choose a free UID from 50 to 999 and register it either in + <filename>ports/UIDs</filename> (for users) or in + <filename>ports/GIDs</filename> (for groups). Make sure you do not + use a UID already used by the system or other ports.</para> + + <para>Please include a patch against these two files when you + require a new user or group to be created for your + port.</para> + + <para>Then you can use <makevar>USERS</makevar> and <makevar>GROUPS</makevar> + variables in your <filename>Makefile</filename>, and the user + will be automatically created when installing the port.</para> + + <programlisting>USERS= pulse +GROUPS= pulse pulse-access pulse-rt</programlisting> + + <para>The current list of reserved UIDs and GIDs can be found + in <filename>ports/UIDs</filename> and + <filename>ports/GIDs</filename>.</para> + + </sect1> + </chapter> <chapter id="plist"> @@ -13569,30 +13596,6 @@ </sect1> - <sect1 id="dads-uid-and-gids"> - <title>UIDs and GIDs</title> - - <para>The current list of reserved UIDs and GIDs can be found - in <filename>ports/UIDs</filename> and - <filename>ports/GIDs</filename>.</para> - - <para>If your port requires a certain user to be on the installed - system, let the <filename>pkg-install</filename> script call - <command>pw</command> to create it automatically. Look at - <filename role="package">sysutils/symon</filename> for an example. - Your port must use a fixed user/group ID number. You must - choose a free UID from 50 to 999 and register it either in - <filename>ports/UIDs</filename> (for users) or in - <filename>ports/GIDs</filename> (for groups).</para> - - <para>Make sure you do not use a UID already used by the system or - other ports.</para> - - <para>Please include a patch against these two files when you - require a new user or group to be created for your - port.</para> - </sect1> - <sect1 id="dads-rational"> <title>Do things rationally</title> ==== //depot/projects/docproj_nl/www/share/sgml/news.xml#59 (text+ko) ==== @@ -25,7 +25,7 @@ <news> <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0"> <cvs:keyword name="freebsd"> - $FreeBSD: www/share/sgml/news.xml,v 1.280 2009/11/27 14:04:49 rwatson Exp $ + $FreeBSD: www/share/sgml/news.xml,v 1.281 2009/12/03 18:25:12 danger Exp $ </cvs:keyword> </cvs:keywords> @@ -33,6 +33,31 @@ <name>2009</name> <month> + <name>12</name> + + <day> + <name>3</name> + + <event> + <title>Official support for NVIDIA graphics cards on amd64 + architecture</title> + + <p>The NVIDIA Corporation releases an initial BETA version of + NVIDIA 195.22 &os; graphics drivers for both i386 and amd64 + architectures. The drivers support recent versions of the + &os; operating system, i.e. 7.2-STABLE and 8.0-RELEASE and + provide support for features like SLI, improved + compatibility and performance, especially on systems with + 4GB or more of RAM. This marks the first driver release for + amd64, as it was previously available only for i386 + architecture. Please see the original <a + href="http://www.nvnews.net/vbulletin/showthread.php?t=142120">announcement</a> + for more information.</p> + </event> + </day> + </month> + + <month> <name>11</name> <day>help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912050109.nB519Bwx024710>
