From owner-svn-doc-all@freebsd.org Sun Dec 13 09:45:25 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE078A42474; Sun, 13 Dec 2015 09:45:25 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83E421AA5; Sun, 13 Dec 2015 09:45:25 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBD9jO4S081413; Sun, 13 Dec 2015 09:45:24 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBD9jOwE081412; Sun, 13 Dec 2015 09:45:24 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201512130945.tBD9jOwE081412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Sun, 13 Dec 2015 09:45:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47846 - head/en_US.ISO8859-1/books/handbook/disks X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 09:45:25 -0000 Author: trasz (src,ports committer) Date: Sun Dec 13 09:45:24 2015 New Revision: 47846 URL: https://svnweb.freebsd.org/changeset/doc/47846 Log: Describe how to use removable media with autofs(5). Reviewed by: emaste@, wblock@ Approved by: gjb@ MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3980 Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Sat Dec 12 14:04:04 2015 (r47845) +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Sun Dec 13 09:45:24 2015 (r47846) @@ -508,6 +508,68 @@ da0 at umass-sim0 bus 0 scbus4 target 0 da0: <STECH Simple Drive 1.04> s/n WD-WXE508CAN263 detached (da0:umass-sim0:0:0:0): Periph destroyed + + + Automounting Removable Media + + + &man.autofs.5; supports automatic mounting of + removable media starting with &os; 10.2-RELEASE. + + + USB devices can be automatically + mounted by uncommenting this line in + /etc/auto_master: + + /media -media -nosuid + + Then add these lines to + /etc/devd.conf: + + notify 100 { + match "system" "GEOM"; + match "subsystem" "DEV"; + action "/usr/sbin/automount -c"; +}; + + + Reload the configuration if &man.autofs.5; + and &man.devd.8; are already running: + + &prompt.root; service automount reload +&prompt.root; service devd restart + + &man.autofs.5; can be set to start at boot by adding this + line to /etc/rc.conf: + + autofs_enable="YES" + + &man.autofs.5; requires &man.devd.8; to be enabled, as it + is by default. + + Start the services immediately with: + + &prompt.root; service automount start +&prompt.root; service automountd start +&prompt.root; service autounmountd start +&prompt.root; service devd start + + Each file system that can be automatically mounted appears + as a directory in /media/. The directory + is named after the file system label. If the label is + missing, the directory is named after the device node. + + The file system is transparently mounted on the first + access, and unmounted after a period of inactivity. + Automounted drives can also be unmounted manually: + + &prompt.root; automount -fu + + This mechanism is typically used for memory cards and + USB memory sticks. It can be used with + any block device, including optical drives or + iSCSI LUNs. + From owner-svn-doc-all@freebsd.org Sun Dec 13 12:13:36 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3806A14BB6; Sun, 13 Dec 2015 12:13:35 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0F0E12CE; Sun, 13 Dec 2015 12:13:35 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDCDZUH024892; Sun, 13 Dec 2015 12:13:35 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDCDZvu024891; Sun, 13 Dec 2015 12:13:35 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201512131213.tBDCDZvu024891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sun, 13 Dec 2015 12:13:35 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47847 - head/en_US.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 12:13:36 -0000 Author: bhd Date: Sun Dec 13 12:13:34 2015 New Revision: 47847 URL: https://svnweb.freebsd.org/changeset/doc/47847 Log: Properly allign content in and tags. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D4541 Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sun Dec 13 09:45:24 2015 (r47846) +++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sun Dec 13 12:13:34 2015 (r47847) @@ -1651,7 +1651,7 @@ DisplayManager.requestPort: 0Section "Extensions" Option "Composite" "Enable" - EndSection +EndSection Locate the Screen section which should look similar to the one below: @@ -1666,7 +1666,7 @@ DisplayManager.requestPort: 0Monitor will do): DefaultDepth 24 - Option "AddARGBGLXVisuals" "True" +Option "AddARGBGLXVisuals" "True" Locate the Subsection that refers to the screen resolution that you wish to use. For example, if you @@ -1677,7 +1677,7 @@ DisplayManager.requestPort: 0SubSection "Display" Viewport 0 0 Modes "1280x1024" - EndSubSection +EndSubSection A color depth of 24 bits is needed for desktop composition, change the above subsection to: @@ -1686,7 +1686,7 @@ DisplayManager.requestPort: 0 +EndSubSection Finally, confirm that the glx and extmod modules are loaded in the @@ -1702,8 +1702,8 @@ DisplayManager.requestPort: 0 &prompt.root; nvidia-xconfig --add-argb-glx-visuals - &prompt.root; nvidia-xconfig --composite - &prompt.root; nvidia-xconfig --depth=24 +&prompt.root; nvidia-xconfig --composite +&prompt.root; nvidia-xconfig --depth=24 @@ -1719,7 +1719,7 @@ DisplayManager.requestPort: 0 &prompt.user; compiz --replace --sm-disable --ignore-desktop-hints ccp & - &prompt.user; emerald --replace & +&prompt.user; emerald --replace & Your screen will flicker for a few seconds, as your window manager (e.g. Metacity if you are @@ -1735,8 +1735,8 @@ DisplayManager.requestPort: 0 #! /bin/sh - compiz --replace --sm-disable --ignore-desktop-hints ccp & - emerald --replace & +compiz --replace --sm-disable --ignore-desktop-hints ccp & +emerald --replace & Save this in your home directory as, for example, start-compiz and make it @@ -2088,10 +2088,10 @@ EndSection startup. The most common would be: (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X - (EE) NVIDIA(0): log file that the GLX module has been loaded in your X - (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If - (EE) NVIDIA(0): you continue to encounter problems, Please try - (EE) NVIDIA(0): reinstalling the NVIDIA driver. +(EE) NVIDIA(0): log file that the GLX module has been loaded in your X +(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If +(EE) NVIDIA(0): you continue to encounter problems, Please try +(EE) NVIDIA(0): reinstalling the NVIDIA driver. This is usually the case when you upgrade &xorg;. You will need to From owner-svn-doc-all@freebsd.org Sun Dec 13 12:17:55 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E754A4100F; Sun, 13 Dec 2015 12:17:55 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 620D313DA; Sun, 13 Dec 2015 12:17:55 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDCHsB6025064; Sun, 13 Dec 2015 12:17:54 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDCHsgB025063; Sun, 13 Dec 2015 12:17:54 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201512131217.tBDCHsgB025063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sun, 13 Dec 2015 12:17:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47848 - head/de_DE.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 12:17:55 -0000 Author: bhd Date: Sun Dec 13 12:17:54 2015 New Revision: 47848 URL: https://svnweb.freebsd.org/changeset/doc/47848 Log: Update to r46462: Migrate compiz fusion article Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D4543 Modified: head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Sun Dec 13 12:13:34 2015 (r47847) +++ head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Sun Dec 13 12:17:54 2015 (r47848) @@ -4,7 +4,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/x11/chapter.xml,v 1.79 2012/04/30 16:18:12 bcr Exp $ - basiert auf: r46352 + basiert auf: r46462 --> + + Compiz Fusion installieren + + Der Einsatz von hübschen 3D-Effekten ist eine Möglichkeit, + die Benutzerfreundlichkeit eines Desktop-Rechners zu + erhöhen. + + Die Installation des + Compiz Fusion Pakets ist + einfach, aber bei der Konfiguration sind ein paar Schritte + notwendig, die nicht in der Dokumentation des Ports beschrieben + werden. + + + Konfiguration des &os; nVidia-Treibers + + Desktop-Effekte erzeugen eine hohe Last auf der + Grafikkarte. Für nVidia-basierte Grafikkarten sind die + proprietären Treiber für eine gute Leistung erforderlich. + Benutzer anderer Grafikkarten können diesen Abschnitt + überspringen und mit der Konfiguration von &xorg; + fortfahren. + + Lesen Sie die FAQ zu + diesem Thema, um herauszufinden, wie der richtige + nVidia-Treiber ermittelt werden kann. + + Nachdem der richtige Treiber für die Karte ermittelt + wurde, kann er wie jedes andere Paket installiert + werden. + + Um beispielsweise den aktuellsten Treiber zu + installieren: + + &prompt.root; pkg install x11/nvidia-driver + + Der Treiber erstellt ein Kernelmodul, welches beim + Systemstart geladen werden muss. Fügen folgende Zeile in + /boot/loader.conf ein: + + nvidia_load="YES" + + + Um das Kernelmodul direkt in den laufenden Kernel zu + laden, kann der Befehl kldload nvidia + eingeben werden. Allerdings wurde festgestellt, dass einige + Versionen von &xorg; nicht richtig funktionieren, wenn der + Treiber nicht beim Systemstart geladen wurde. Nach der + Änderung in /boot/loader.conf wird + daher ein Neustart des Systems empfohlen. + + + Wenn das Kernelmodul geladen ist, muss in der Regel nur + noch eine einzige Zeile in xorg.conf + geändert werden, um den proprietären Treiber zu + aktivieren: + + Suchen Sie folgende Zeile in + /etc/X11/xorg.conf: + + Driver "nv" + + und ändern Sie die Zeile zu: + + Driver "nvidia" + + Wenn Sie nun die grafische Oberfläche starten, sollten + Sie vom nVidia Startbildschirm begrüßt werden. Alles sollte + wie gewohnt funktionieren. + + + + Konfiguration von Desktop-Effekten in xorg.conf + + Um Compiz Fusion zu + aktivieren, muss /etc/X11/xorg.conf + angepasst werden: + + Fügen Sie diesen Abschnitt hinzu, um Composite-Effekte zu + aktivieren: + + Section "Extensions" + Option "Composite" "Enable" +EndSection + + Suchen Sie den Abschnitt Screen, der + ähnlich wie hier gezeigt aussehen sollte: + + Section "Screen" + Identifier "Screen0" + Device "Card0" + Monitor "Monitor0" + ... + + und fügen Sie die beiden folgenden Zeilen hinzu + (z.B. nach Monitor): + + DefaultDepth 24 +Option "AddARGBGLXVisuals" "True" + + Suchen Sie den Abschnitt Subsection, der + sich auf die gewünschte Bildschirmauflösung bezieht. Wenn Sie + z.B. 1280x1024 verwenden möchten, suchen Sie den folgenden + Abschnitt. Sollte die gewünschte Auflösung nicht in allen + Unterabschnitten vorhanden sein, können Sie den entsprechenden + Eintrag manuell hinzufügen: + + SubSection "Display" + Viewport 0 0 + Modes "1280x1024" +EndSubSection + + Für Composite-Effekte wird eine Farbtiefe von 24 Bit + benötigt. Ändern Sie dazu den obigen Abschnitt wie + folgt: + + SubSection "Display" + Viewport 0 0 + Depth 24 + Modes "1280x1024" +EndSubSection + + Zuletzt muss noch sichergestellt werden, dass die Module + glx und extmod im Abschnitt + Module geladen werden: + + Section "Module" + Load "extmod" + Load "glx" + ... + + Die vorangegangenen Einstellungen können automatisch mit + x11/nvidia-xconfig erledigt werden, indem + Sie folgende Kommandos als root ausführen: + + &prompt.root; nvidia-xconfig --add-argb-glx-visuals +&prompt.root; nvidia-xconfig --composite +&prompt.root; nvidia-xconfig --depth=24 + + + + Installation und Konfiguration von + Compiz Fusion + + Die Installation von + Compiz Fusion ist so einfach + wie die Installation jedes anderen Pakets: + + &prompt.root; pkg install x11-wm/compiz-fusion + + Wenn die Installation abgeschlossen ist, starten Sie (als + normaler Benutzer) den grafischen Desktop mit folgendem + Befehl: + + &prompt.user; compiz --replace --sm-disable --ignore-desktop-hints ccp & +&prompt.user; emerald --replace & + + Der Bildschirm wird für einige Sekunden flackern, da der + Window Manager (z.B. Metacity, wenn + Sie GNOME benutzen) von + Compiz Fusion ersetzt wird. + Emerald kümmert sich um die + Fensterdekoration (z.B. die Schatzflächenn schließen, + minimieren und maximieren, Titelleisten, usw.). + + Sie können dieses einfache Skript anpassen und es dann + beim Start automatisch ausführen lassen (z.B. durch + Hinzufügen von Sessions beim + GNOME-Desktop): + + #! /bin/sh +compiz --replace --sm-disable --ignore-desktop-hints ccp & +emerald --replace & + + Speichern Sie die Datei in Ihrem Heimatverzeichnis, + beispielsweise als start-compiz und + machen Sie die Datei ausführbar: + + &prompt.user; chmod +x ~/start-compiz + + Benutzen Sie dann die grafische Oberfläche, um das Skript + zu Autostart-Programme hinzuzufügen + (beim GNOME-Desktop unter + Systemwerkzeuge, + Einstellungen, + Sessions). + + Um die gewünschten Effekte und Einstellungen zu + konfigurieren, starten Sie (wieder als normaler Benutzer) + den + Compiz Config Einstellungs—Manager: + + &prompt.user; ccsm + + + In GNOME finden Sie diese + Einstellungen wieder im Menü unter + Systemwerkzeuge, + Einstellungen. + + + Wenn Sie gconf support während der + Installation ausgewählt haben, können Sie diese Einstellungen + auch im gconf-editor unter + apps/compiz finden. + + + Fehlersuche @@ -1627,5 +1836,58 @@ EndSection Nachdem diese Äderungen durchgeführt sind, sollte X auch auf Ihrem neuen Widescreen-Monitor starten. + + + Fehersuche in Compiz Fusion + + + + + Ich habe + Compiz Fusion + installiert und anschließend die hier erwähnten + Kommandos eingegeben. Nun fehlen den Fenstern die + Titelleisten und Schaltflächen. Was kann ich tun? + + + + Wahrscheinlich fehlt eine Einstellung in + /etc/X11/xorg.conf. Überprüfen Sie + diese Datei gründlich, und überprüfen Sie insbesondere + die Richtlinien DefaultDepth und + AddARGBGLXVisuals. + + + + + + Wenn ich + Compiz Fusion starte, + bringt dass den X-Server zum Absturz. Was kann ich + tun? + + + + Wenn Sie + /var/log/Xorg.0.log durchsuchen, + finden Sie wahrscheinlich Fehlermeldungen, die + während des Starts von X ausgegeben werden. Die + häufigste Meldung ist: + + (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X +(EE) NVIDIA(0): log file that the GLX module has been loaded in your X +(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If +(EE) NVIDIA(0): you continue to encounter problems, Please try +(EE) NVIDIA(0): reinstalling the NVIDIA driver. + + Dies ist für gewöhnlich der Fall, wenn Sie + &xorg; aktualisieren. + Sie müssen das Paket + x11/nvidia-driver neu installieren, + damit GLX neu gebaut wird. + + + + From owner-svn-doc-all@freebsd.org Sun Dec 13 13:47:58 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 995BDA4236C; Sun, 13 Dec 2015 13:47:58 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E89210D4; Sun, 13 Dec 2015 13:47:58 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDDlvS2052341; Sun, 13 Dec 2015 13:47:57 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDDlv7h052340; Sun, 13 Dec 2015 13:47:57 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201512131347.tBDDlv7h052340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Sun, 13 Dec 2015 13:47:57 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47849 - head/zh_TW.UTF-8/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 13:47:58 -0000 Author: kevlo (src,ports committer) Date: Sun Dec 13 13:47:57 2015 New Revision: 47849 URL: https://svnweb.freebsd.org/changeset/doc/47849 Log: Update the Makefile of Traditional Chinese Porter's handbook for PO translation. Submitted by: RayCherng Yu Differential Revision: https://reviews.freebsd.org/D4482 Modified: head/zh_TW.UTF-8/books/porters-handbook/Makefile Modified: head/zh_TW.UTF-8/books/porters-handbook/Makefile ============================================================================== --- head/zh_TW.UTF-8/books/porters-handbook/Makefile Sun Dec 13 12:17:54 2015 (r47848) +++ head/zh_TW.UTF-8/books/porters-handbook/Makefile Sun Dec 13 13:47:57 2015 (r47849) @@ -8,32 +8,38 @@ MAINTAINER=doc@FreeBSD.org DOC?= book -FORMATS?= html-split html +FORMATS?= html-split INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= -# -# SRCS lists the individual XML files that make up the document. Changes -# to any of these files will force a rebuild -# - # XML content SRCS= book.xml # Images from the cross-document image library -IMAGES_LIB+= callouts/1.png -IMAGES_LIB+= callouts/2.png -IMAGES_LIB+= callouts/3.png -IMAGES_LIB+= callouts/4.png -IMAGES_LIB+= callouts/5.png -IMAGES_LIB+= callouts/6.png -IMAGES_LIB+= callouts/7.png -IMAGES_LIB+= callouts/8.png -IMAGES_LIB+= callouts/9.png -IMAGES_LIB+= callouts/10.png +IMAGES_LIB+= callouts/1.png +IMAGES_LIB+= callouts/2.png +IMAGES_LIB+= callouts/3.png +IMAGES_LIB+= callouts/4.png +IMAGES_LIB+= callouts/5.png +IMAGES_LIB+= callouts/6.png +IMAGES_LIB+= callouts/7.png +IMAGES_LIB+= callouts/8.png +IMAGES_LIB+= callouts/9.png +IMAGES_LIB+= callouts/10.png +IMAGES_LIB+= callouts/11.png +IMAGES_LIB+= callouts/12.png +IMAGES_LIB+= callouts/13.png +IMAGES_LIB+= callouts/14.png +IMAGES_LIB+= callouts/15.png +IMAGES_LIB+= callouts/16.png +IMAGES_LIB+= callouts/17.png +IMAGES_LIB+= callouts/18.png +IMAGES_LIB+= callouts/19.png +IMAGES_LIB+= callouts/20.png +IMAGES_LIB+= callouts/21.png -URL_RELPREFIX?= ../../../.. +URL_RELPREFIX?= ../../../.. DOC_PREFIX?= ${.CURDIR}/../../.. .include "${DOC_PREFIX}/share/mk/doc.project.mk" From owner-svn-doc-all@freebsd.org Sun Dec 13 15:26:50 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86A7BA14D3B; Sun, 13 Dec 2015 15:26:50 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EC4A1367; Sun, 13 Dec 2015 15:26:50 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDFQntj081338; Sun, 13 Dec 2015 15:26:49 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDFQn66081337; Sun, 13 Dec 2015 15:26:49 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201512131526.tBDFQn66081337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Sun, 13 Dec 2015 15:26:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47850 - head/ja_JP.eucJP/books/handbook/linuxemu X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 15:26:50 -0000 Author: ryusuke Date: Sun Dec 13 15:26:49 2015 New Revision: 47850 URL: https://svnweb.freebsd.org/changeset/doc/47850 Log: - Merge the following from the English version: r10823 -> r10880 head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml Sun Dec 13 13:47:57 2015 (r47849) +++ head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml Sun Dec 13 15:26:49 2015 (r47850) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r10823 + Original revision: r10880 $FreeBSD$ --> @@ -466,6 +466,169 @@ disco.example.com 7115-70839-20412 + + Maple ¤Î¥¤¥ó¥¹¥È¡¼¥ë + + + Aaron + Kaplan + + ´ó¹Æ: + + + + + Robert + Getschmann + + + ´¶¼Õ: + + + + + + applications + Maple + + + Maple ¤Ï Mathematica ¤Ë»÷¤¿¾¦ÍѤοô¼°½èÍý¥×¥í¥°¥é¥à¤Ç¤¹¡£ + ¥½¥Õ¥È¥¦¥§¥¢¤ò http://www.maplesoft.com/ + ¤Ç¹ØÆþ¤·¡¢ + ¥é¥¤¥»¥ó¥¹¥Õ¥¡¥¤¥ë¤ÎÅÐÏ¿¼ê³¤­¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ + ¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤ò FreeBSD ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë¤Ï¡¢ + °Ê²¼¤Î¥¹¥Æ¥Ã¥×¤Ë½¾¤Ã¤Æ¤¯¤À¤µ¤¤¡£ + + + À½ÉʤÎÇÛÉÛʪ¤«¤é INSTALL + ¥·¥§¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + ¥¤¥ó¥¹¥È¡¼¥ë¥×¥í¥°¥é¥à¤«¤é¤Î¼ÁÌä¤Ë¤Ï¡¢ + RedHat ¥ª¥×¥·¥ç¥ó¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£ + °ìÈÌŪ¤Ê¥¤¥ó¥¹¥È¡¼¥ë¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ï¡¢/usr/local/maple ¤Ç¤¹¡£ + + ¥é¥¤¥»¥ó¥¹¤¬¤Ê¤±¤ì¤Ð¡¢ + Maple Waterloo Software (http://register.maplesoft.com) ¤ÇÅÐÏ¿¤·¡¢ + /usr/local/maple/license/license.dat + ¤Ë¥³¥Ô¡¼¤·¤Æ¤¯¤À¤µ¤¤¡£ + + Maple ¤Ë¤Ä¤¤¤Æ¤¯¤ë + INSTALL_LIC + ¤È¤¤¤¦¥¤¥ó¥¹¥È¡¼¥ë¥·¥§¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¡¢ + FLEXlm + ¥é¥¤¥ó¥»¥ó¥¹¥Þ¥Í¡¼¥¸¥ã¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£ + ¥é¥¤¥»¥ó¥¹¥µ¡¼¥Ð¤ËÂФ·¤Æ¡¢ + ¥³¥ó¥Ô¥å¡¼¥¿¤Î¥Û¥¹¥È̾¤òÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ + + °Ê²¼¤Î¥Ñ¥Ã¥Á¤ò + usr/local/maple/bin/maple.system.type + ¥Õ¥¡¥¤¥ë¤Ë¤¢¤Æ¤Æ¤¯¤À¤µ¤¤¡£ + ----- snip ------------------ +*** maple.system.type.orig Sun Jul 8 16:35:33 2001 +--- maple.system.type Sun Jul 8 16:35:51 2001 +*************** +*** 72,77 **** +--- 72,78 ---- + # the IBM RS/6000 AIX case + MAPLE_BIN="bin.IBM_RISC_UNIX" + ;; ++ "FreeBSD"|\ + "Linux") + # the Linux/x86 case + # We have two Linux implementations, one for Red Hat and + ----- snip end of patch ----- + + "FreeBSD"|\ ¤Î¸å¤Ë¶õÇò¤òÆþ¤ì¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ + + ¤³¤Î¥Ñ¥Ã¥Á¤Ë¤è¤ê Maple ¤Ï¡¢ + FreeBSD ¤ò Linux ¥·¥¹¥Æ¥à¤Èǧ¼±¤·¤Þ¤¹¡£ + bin/maple ¥·¥§¥ë¥¹¥¯¥ê¥×¥È¤Ï + bin/maple.system.type ¤ò¸Æ¤Ó½Ð¤·¤Þ¤¹¡£ + ¤³¤Î¥¹¥¯¥ê¥×¥È¤Ï¡¢uname -a ¤ò¼Â¹Ô¤·¡¢ + ¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Î̾Á°¤òÆþ¼ê¤·¤Þ¤¹¡£ + OS ̾¤Ë¤«¤é¡¢¤É¤Î¥Ð¥¤¥Ê¥ê¤ò»ÈÍѤ¹¤ë¤«¤òȽÃǤ·¤Þ¤¹¡£ + + ¥é¥¤¥»¥ó¥¹¥µ¡¼¥Ð¤òµ¯Æ°¤·¤Æ¤¯¤À¤µ¤¤¡£ + + /usr/local/etc/rc.d/lmgrd.sh + ¤È¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤ë¡¢°Ê²¼¤Î¥¹¥¯¥ê¥×¥È¤Ï¡¢ + lmgrd ¤òµ¯Æ°¤¹¤ëÊØÍø¤ÊÊýË¡¤Ç¤¹¡£ + + ----- snip ------------ + +#! /bin/sh +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bn +PATH=${PATH}:/usr/local/maple/bin:/usr/local/maple/FLEXlm/UNIX/LINUX +export PATH + +LICENSE_FILE=/usr/local/maple/license/license.dat +LOG=/var/log/lmgrd.log + +case "$1" in +start) + lmgrd -c ${LICENSE_FILE} 2>> ${LOG} 1>>2 + echo -n " lmgrd" + ;; +stop) + lmgrd -c ${LICENSE_FILE} -x lmdown 2>> ${LOG} 1>>2 + ;; +*) + echo "Usage: `basename $0` {start|stop}" 1>>2 + exit 64 + ;; +esac + +exit 0 + ----- snip ------------ + + + maple ¤Î»î¸³Åª¤Ëµ¯Æ°¤·¤Æ¤¯¤À¤µ¤¤¡£ + &prompt.user; cd /usr/local/maple/bin +&prompt.user; ./xmaple + + maple ¤ò»È¤¦ÍѰդϤǤ­¤Þ¤·¤¿¡£ + ¥Í¥¤¥Æ¥£¥Ö FreeBSD ÈǤò´õ˾¤·¤Æ¤¤¤ë¤³¤È¤ò + Maplesoft ¤ËÏ¢Íí¤·¤Æ¤¯¤À¤µ¤¤! + + + + Íî¤È¤··ê + + + FLEXlm ¥é¥¤¥»¥ó¥¹¥Þ¥Í¡¼¥¸¥ã¤Ï¡¢ + Æ°¤«¤¹¤³¤È¤¬Æñ¤·¤¤¥Ä¡¼¥ë¤Ç¤â¤¢¤ê¤Þ¤¹¡£ + http://www.globetrotter.com/ + ¤Ë¤âʸ½ñ¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ + + lmgrd ¤Ï¡¢ + ¥é¥¤¥»¥ó¥¹¥Õ¥¡¥¤¥ë¤Ë°Í¸¤·¡¢ÌäÂ꤬¤¢¤ë¤È + core dump ¤·¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ + Àµ¤·¤¤¥é¥¤¥»¥ó¥¹¥Õ¥¡¥¤¥ë¤Ï°Ê²¼¤Î¤è¤¦¤Ê¤â¤Î¤Ç¤¹¡£ + +# ======================================================= +# License File for UNIX Installations ("Pointer File") +# ======================================================= +SERVER chillig ANY +#USE_SERVER +VENDOR maplelmg + +FEATURE Maple maplelmg 2000.0831 permanent 1 XXXXXXXXXXXX \ + PLATFORMS=i86_r ISSUER="Waterloo Maple Inc." \ + ISSUED=11-may-2000 NOTICE=" Technische Universitat Wien" \ + SN=XXXXXXXXX + + ¥·¥ê¥¢¥ëÈֹ椪¤è¤Ó¥­¡¼¤Ï 'X' ¤ËÃÖ¤­´¹¤¨¤Æ¤¤¤Þ¤¹¡£ + "chillig" ¤Ï¡¢¥Û¥¹¥È̾¤Ç¤¹¡£ + + ¥é¥¤¥»¥ó¥¹¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤¹¤ëºÝ¤Ë¡¢ + (¥é¥¤¥»¥ó¥¹¥­¡¼¤ÇÊݸ¤ì¤Æ¤¤¤ë) "FEATURE" + ¤Î¹Ô¤ò½ñ¤­´¹¤¨¤Æ¤·¤Þ¤¦¤È¡¢Æ°¤«¤Ê¤¯¤Ê¤ë¤Ç¤·¤ç¤¦¡£ + + + + Oracle ¤Î¥¤¥ó¥¹¥È¡¼¥ë From owner-svn-doc-all@freebsd.org Sun Dec 13 15:50:52 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EEC4A42349; Sun, 13 Dec 2015 15:50:52 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED9431DEC; Sun, 13 Dec 2015 15:50:51 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDFopI9087284; Sun, 13 Dec 2015 15:50:51 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDFopZX087283; Sun, 13 Dec 2015 15:50:51 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201512131550.tBDFopZX087283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Sun, 13 Dec 2015 15:50:51 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47851 - head/ja_JP.eucJP/books/handbook/linuxemu X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 15:50:52 -0000 Author: ryusuke Date: Sun Dec 13 15:50:50 2015 New Revision: 47851 URL: https://svnweb.freebsd.org/changeset/doc/47851 Log: - Merge the following from the English version: r10880 -> r12908 head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml Sun Dec 13 15:26:49 2015 (r47850) +++ head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml Sun Dec 13 15:50:50 2015 (r47851) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r10880 + Original revision: r12908 $FreeBSD$ --> @@ -145,7 +145,9 @@ Id Refs Address Size Name ports collection ¥é¥ó¥¿¥¤¥à¥é¥¤¥Ö¥é¥ê¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë¤ÏºÇ¤â´Êñ¤ÊÊýË¡¤Ç¤¹¡£ - Ports Collection ¤«¤é¾¤Î port + Ports Collection + ¤«¤é¾¤Î port ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Î¤ÈÁ´¤¯Æ±¤¸¤è¤¦¤Ë¤Ç¤­¤Þ¤¹¡£ &prompt.root; cd /usr/ports/emulators/linux_base @@ -192,7 +194,8 @@ Id Refs Address Size Name Linux ¤Î¥Ð¥¤¥Ê¥ê¤¬¤É¤Î¥·¥§¥¢¡¼¥É¥é¥¤¥Ö¥é¥ê¤òɬÍפȤ·¡¢ ¤½¤·¤Æ¤É¤³¤ÇÆþ¼ê¤Ç¤­¤ë¤«¡¢¤É¤Î¤è¤¦¤Ëõ¤·¤¿¤é¤è¤¤¤Ç¤·¤ç¤¦¤«? ´ðËÜŪ¤Ë¤Ï¡¢°Ê²¼¤Î 2 ¼ïÎà¤ÎÊýË¡¤¬¤¢¤ê¤Þ¤¹ (°Ê²¼¤Î¼ê½ç¤Ë½¾¤¦¾ì¹ç¤Ë¤Ï¡¢ - ɬÍפʥ¤¥ó¥¹¥È¡¼¥ëºî¶È¤ò¤ª¤³¤Ê¤¦ FreeBSD ¥·¥¹¥Æ¥à¾å¤Ç root + ɬÍפʥ¤¥ó¥¹¥È¡¼¥ëºî¶È¤ò¤ª¤³¤Ê¤¦ FreeBSD ¥·¥¹¥Æ¥à¾å¤Ç + root ¤È¤·¤Æºî¶È¤ò¤ª¤³¤Ê¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹)¡£ Linux ¥·¥¹¥Æ¥à¤Ë¥¢¥¯¥»¥¹²Äǽ¤Ê¤é¤Ð¡¢ @@ -318,12 +321,24 @@ multi on - - Mathematica ¤Î¥¤¥ó¥¹¥È¡¼¥ë + + Mathematica ¤Î¥¤¥ó¥¹¥È¡¼¥ë + + + Murray + Stokely + Mathematica 4.X ¸þ¤±¤Î²þÄû: + + + + + Bojan + Bistrovic + ¥Þ¡¼¥¸ºî¶È: + + + - Mathematica 4.X ÍÑ¤Ë &a.murray; - ¤¬¥¢¥Ã¥×¥Ç¡¼¥È¤·¡¢Bojan Bistrovic bojanb@physics.odu.edu - ¤¬¥Þ¡¼¥¸¤·¤Þ¤·¤¿¡£ ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó Mathematica @@ -779,7 +794,9 @@ ORACLE_SID=ORCL; export ORACLE_SID ORACLE_TERM=386x; export ORACLE_TERM CLASSPATH=$ORACLE_HOME/jdbc/lib/classes111.zip export CLASSPATH -PATH=/compat/linux/bin:/compat/linux/sbin:/compat/linux/usr/bin:/compat/linux/usr/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:$ORACLE_HOME/bin +PATH=/compat/linux/bin:/compat/linux/sbin:/compat/linux/usr/bin +PATH=$PATH:/compat/linux/usr/sbin:/bin:/sbin:/usr/bin:/usr/sbin +PATH=$PATH:/usr/local/bin:$ORACLE_HOME/bin export PATH @@ -1088,7 +1105,7 @@ export PATH FTP ·Ðͳ¤Î¥¤¥ó¥¹¥È¡¼¥ë ¥Ç¥£¥¹¥¯¥¤¥á¡¼¥¸ kern.flp ¤È mfsroot.flp ¤òÆþ¼ê¤·¤Æ¡¢ ¥Õ¥í¥Ã¥Ô¡¼¥Ç¥£¥¹¥¯¤Ë½ñ¤­¹þ¤ó¤Ç¤¯¤À¤µ¤¤ (»ä¤Ï - ftp7.de.freebsd.org ¤«¤éÆþ¼ê¤·¤Þ¤·¤¿¡£ + ftp7.de.FreeBSD.org ¤«¤éÆþ¼ê¤·¤Þ¤·¤¿¡£ ŬÀڤʥߥ顼¥µ¥¤¥È¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤)¡£ &prompt.root; dd if=kern.flp of=/dev/fd0 @@ -1213,7 +1230,8 @@ DOCSUPFILE= /usr/share/examples/cvsup <command>make world</command> ¤È¿·¤·¤¤¥«¡¼¥Í¥ë - ºÇ½é¤Ë¤¹¤Ù¤­¤³¤È¤Ï¡¢¥½¡¼¥¹¥³¡¼¥É¤Î¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤¹¡£root + ºÇ½é¤Ë¤¹¤Ù¤­¤³¤È¤Ï¡¢¥½¡¼¥¹¥³¡¼¥É¤Î¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤¹¡£ + root ¥æ¡¼¥¶¤Ç¼¡¤Îºî¶È¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ &prompt.root; cd /usr/src @@ -1260,13 +1278,14 @@ DOCSUPFILE= /usr/share/examples/cvsup »î¤·¤Æ¤ß¤ë¤È¤è¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ - ftp7.de.freebsd.org/pub/FreeBSD/distfiles/rpm + ftp7.de.FreeBSD.org/pub/FreeBSD/distfiles/rpm ftp.redhat.com/pub/redhat/linux/6.1/en/os/i386/RedHat/RPMS Linux ¥Ù¡¼¥¹¥·¥¹¥Æ¥à¤Î¥¤¥ó¥¹¥È¡¼¥ë - ¤Þ¤º¡¢Linux ¤Î¥Ù¡¼¥¹¥·¥¹¥Æ¥à¤ò (root ¤Ç) + ¤Þ¤º¡¢Linux ¤Î¥Ù¡¼¥¹¥·¥¹¥Æ¥à¤ò + (root ¤Ç) ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ &prompt.root; cd /usr/ports/emulators/linux_base @@ -1315,7 +1334,8 @@ DOCSUPFILE= /usr/share/examples/cvsup ¤¿¤À¤·¡¢pam ¥Ñ¥Ã¥±¡¼¥¸¤Ï¼¡¤Î¤è¤¦¤Ë¤·¤Æ¶¯À©Åª¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤·¤¿¡£ - &prompt.root; rpm -i --ignoreos --nodeps --root /compat/linux --dbpath /var/lib/rpm pam-0.68-7.i386.rpm + &prompt.root; rpm -i --ignoreos --nodeps --root /compat/linux --dbpath /var/lib/rpm \ + pam-0.68-7.i386.rpm Oracle ¤¬ intelligent agent ¤òÆ°ºî¤µ¤»¤ë¤Ë¤Ï¡¢¼¡¤Î RedHat Tcl package ¤ò (FreeBSD @@ -1674,7 +1694,8 @@ options SEMUME=100 #number of UNDO keys< &prompt.root; export LD_LIBRARY_PATH=/oracle/IDS/lib:/sapmnt/IDS/exe:/oracle/805_32/lib - ¥¤¥ó¥¹¥È¡¼¥ë¥Ç¥£¥ì¥¯¥È¥ê¤«¤é root ¥æ¡¼¥¶¤Ç + ¥¤¥ó¥¹¥È¡¼¥ë¥Ç¥£¥ì¥¯¥È¥ê¤«¤é + root ¥æ¡¼¥¶¤Ç R3SETUP ¤òµ¯Æ°¤·¤Æ¤¯¤À¤µ¤¤¡£ &prompt.root; cd /oracle/IDS/sapreorg/install From owner-svn-doc-all@freebsd.org Sun Dec 13 16:10:52 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1BF1A431EC; Sun, 13 Dec 2015 16:10:52 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 900D3179C; Sun, 13 Dec 2015 16:10:52 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDGApAM093632; Sun, 13 Dec 2015 16:10:51 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDGApTT093631; Sun, 13 Dec 2015 16:10:51 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201512131610.tBDGApTT093631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sun, 13 Dec 2015 16:10:51 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47852 - head/de_DE.ISO8859-1/books/handbook/bsdinstall X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 16:10:52 -0000 Author: bhd Date: Sun Dec 13 16:10:51 2015 New Revision: 47852 URL: https://svnweb.freebsd.org/changeset/doc/47852 Log: Update to r39550: Fix capitalisation. Modified: head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sun Dec 13 15:50:50 2015 (r47851) +++ head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sun Dec 13 16:10:51 2015 (r47852) @@ -5,10 +5,10 @@ $FreeBSD$ $FreeBSDde$ - basiert auf: r39098 + basiert auf: r39550 --> - &os; 9.<replaceable>x</replaceable> (und neuer) + <info><title>&os; 9.<replaceable>X</replaceable> (und neuer) installieren JimMockRestructured, reorganized, and parts From owner-svn-doc-all@freebsd.org Sun Dec 13 16:43:09 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9C07A42911; Sun, 13 Dec 2015 16:43:09 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FCBD1965; Sun, 13 Dec 2015 16:43:09 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDGh8CI005111; Sun, 13 Dec 2015 16:43:08 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDGh8N5005110; Sun, 13 Dec 2015 16:43:08 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201512131643.tBDGh8N5005110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sun, 13 Dec 2015 16:43:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47853 - head/de_DE.ISO8859-1/books/handbook/bsdinstall X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 16:43:09 -0000 Author: bhd Date: Sun Dec 13 16:43:08 2015 New Revision: 47853 URL: https://svnweb.freebsd.org/changeset/doc/47853 Log: Update to r39813: Refine the mention of freebsd-zfs partitions, and combine the mention of gpart(8) with the ZFS paragraph. Modified: head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sun Dec 13 16:10:51 2015 (r47852) +++ head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sun Dec 13 16:43:08 2015 (r47853) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde$ - basiert auf: r39550 + basiert auf: r39813 --> &os; 9.<replaceable>X</replaceable> (und neuer) @@ -1201,7 +1201,6 @@ Trying to mount root from cd9660:/dev/is Schliesslich gbt es noch die Option eine Shell zu starten, auf der Kommandozeilenprogramme wie &man.gpart.8;, &man.fdisk.8; und &man.bsdlabel.8; direkt ausgeführt werden können.</para> - <!-- WB: mention ZFS here? --> <figure xml:id="bsdinstall-part-guided-manual"> <title>Geführte oder manuelle Partitionierung auswählen @@ -1386,17 +1385,17 @@ Trying to mount root from cd9660:/dev/is - freebsd-zfs - Ein &os; - ZFS-Dateisystem. - Siehe . - - - freebsd-swap - &os; Auslagerungsbereich (swap space). + Ein weiter Partitionstyp ist + freebsd-zfs. Dieser Typ ist für + Partitionen bestimmt, die ein &os; ZFS-Dateisystem verwenden + sollen. &man.gpart.8; beschreibt weitere verfügbare + Partitionstypen. + Mehere Dateisystempartitionen können benutzt werden und manche Leute ziehen es vor, ein traditionelles Layout mit getrennten Partitionen für die Dateisysteme @@ -1406,10 +1405,6 @@ Trying to mount root from cd9660:/dev/is , um ein Beispiel zu erhalten. - Lesen Sie &man.gpart.8; für eine vollständige Liste - von verfügbaren - GPT-Partitionstypen. - Grössenangaben können mit gängigen Abkürzungen eingegeben werden: K für Kilobytes, M für Megabytes oder From owner-svn-doc-all@freebsd.org Sun Dec 13 17:01:01 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51CAFA435D4; Sun, 13 Dec 2015 17:01:01 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F25C1F56; Sun, 13 Dec 2015 17:01:00 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDH10k6008354; Sun, 13 Dec 2015 17:01:00 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDH10oZ008353; Sun, 13 Dec 2015 17:01:00 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201512131701.tBDH10oZ008353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sun, 13 Dec 2015 17:01:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47854 - head/de_DE.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 17:01:01 -0000 Author: bhd Date: Sun Dec 13 17:00:59 2015 New Revision: 47854 URL: https://svnweb.freebsd.org/changeset/doc/47854 Log: Update to r46930: Fix path for Xorg fonts to /usr/local/share/fonts/ Modified: head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Sun Dec 13 16:43:08 2015 (r47853) +++ head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Sun Dec 13 17:00:59 2015 (r47854) @@ -4,7 +4,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/x11/chapter.xml,v 1.79 2012/04/30 16:18:12 bcr Exp $ - basiert auf: r46462 + basiert auf: r46930 --> Erstellen Sie ein Verzeichnis für die &truetype;-Schriftarten (beispielsweise - /usr/local/lib/X11/fonts/TrueType) und + /usr/local/share/fonts/TrueType) und kopieren Sie alle Schriftarten dorthin. Beachten Sie, dass die Schriftarten für &xorg; im &unix;/&ms-dos;/&windows;-Format vorliegen müssen und nicht @@ -694,13 +694,13 @@ dbus_enable="YES" ttmkfdir ist in der &os; Ports-Sammlung unter x11-fonts/ttmkfdir verfügbar. - &prompt.root; cd /usr/local/lib/X11/fonts/TrueType + &prompt.root; cd /usr/local/share/fonts/TrueType &prompt.root; ttmkfdir -o fonts.dir Geben Sie dem System das &truetype;-Verzeichnis, wie im beschrieben, bekannt: - &prompt.root; xset fp+ /usr/local/lib/X11/fonts/TrueType + &prompt.root; xset fp+ /usr/local/share/fonts/TrueType &prompt.root; xset fp rehash Oder fügen Sie eine FontPath-Zeile in @@ -735,7 +735,7 @@ dbus_enable="YES" Alle Schriftarten in &xorg;, die in den Verzeichnissen - /usr/local/lib/X11/fonts/ und + /usr/local/share/fonts/ und ~/.fonts/ gefunden werden, werden automatisch für Anti-aliasing an Anwendungen zur Verfügung gestellt, die Xft beherrschen. Die meisten aktuellen @@ -768,7 +768,7 @@ dbus_enable="YES" Wie vorher erwähnt, stehen schon alle Schriftarten - in /usr/local/lib/X11/fonts/ und + in /usr/local/share/fonts/ und ~/.fonts/ für Anwendungen, die Xft unterstützen, zur Verfügung. Wenn Sie ein Verzeichnis außerhalb dieser beiden Bäume From owner-svn-doc-all@freebsd.org Sun Dec 13 18:04:18 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D358AA422A2; Sun, 13 Dec 2015 18:04:18 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A63471DD1; Sun, 13 Dec 2015 18:04:18 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDI4HQh028362; Sun, 13 Dec 2015 18:04:17 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDI4H9R028361; Sun, 13 Dec 2015 18:04:17 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201512131804.tBDI4H9R028361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sun, 13 Dec 2015 18:04:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47855 - head/de_DE.ISO8859-1/books/handbook/bsdinstall X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 18:04:18 -0000 Author: bhd Date: Sun Dec 13 18:04:17 2015 New Revision: 47855 URL: https://svnweb.freebsd.org/changeset/doc/47855 Log: Update to r40497: Add some missing application tags. Modified: head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sun Dec 13 17:00:59 2015 (r47854) +++ head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sun Dec 13 18:04:17 2015 (r47855) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde$ - basiert auf: r39813 + basiert auf: r40497 --> &os; 9.<replaceable>X</replaceable> (und neuer) @@ -274,7 +274,8 @@ zur Veränderung der Partitionsgrössen</link> sind verfügbar. <link xlink:href="http://gparted.sourceforge.net/livecd.php">GParted Live</link> ist eine freie Live-CD, die den - GParted-Partitionseditor enthält. GParted ist auch in + <application>GParted</application>-Partitionseditor enthält. + <application>GParted</application> ist auch in einer Vielzahl von anderen Linux Live-CD Distributionen enthalten.</para> From owner-svn-doc-all@freebsd.org Sun Dec 13 18:50:37 2015 Return-Path: <owner-svn-doc-all@freebsd.org> Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA47EA425F4; Sun, 13 Dec 2015 18:50:37 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C1B414A0; Sun, 13 Dec 2015 18:50:37 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDIoaKl040701; Sun, 13 Dec 2015 18:50:36 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDIoaZ7040700; Sun, 13 Dec 2015 18:50:36 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201512131850.tBDIoaZ7040700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting <bhd@FreeBSD.org> Date: Sun, 13 Dec 2015 18:50:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47856 - head/de_DE.ISO8859-1/books/handbook/bsdinstall X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all/> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 13 Dec 2015 18:50:37 -0000 Author: bhd Date: Sun Dec 13 18:50:36 2015 New Revision: 47856 URL: https://svnweb.freebsd.org/changeset/doc/47856 Log: Update to r40500: Do not hardcode FreeBSD version, use entity instead. Update to r40498: Add a missing colon. Modified: head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sun Dec 13 18:04:17 2015 (r47855) +++ head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sun Dec 13 18:50:36 2015 (r47856) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde$ - basiert auf: r40497 + basiert auf: r40500 --> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="bsdinstall"> <info><title>&os; 9.<replaceable>X</replaceable> (und neuer) @@ -317,7 +317,7 @@ eine 20 GB Partition einzurichten und eine weitere 20 GB-Partition für &os; bereitzustellen.</para> - <para>Es gibt zwei Wege, dieses Ziel zu erreichen.</para> + <para>Es gibt zwei Wege, dieses Ziel zu erreichen:</para> <orderedlist> <listitem> @@ -394,7 +394,7 @@ Veröffentlichungsprozess einschleichen. In sehr seltenen Fällen betreffen diese Fehler den Installationsvorgang. Wenn diese Probleme entdeckt und behoben sind, werden dazu - Hinweise in der <link xlink:href="&url.base;/releases/9.0R/errata.html">FreeBSD Errata</link> + Hinweise in der <link xlink:href="&url.base;/releases/&rel.current;R/errata.html">FreeBSD Errata</link> auf der &os; Webseite veröffentlicht. Prüfen Sie die Errata vor der Installation, um sicherzustellen, dass es keine Probleme gibt, welche die Installation betreffen.</para> From owner-svn-doc-all@freebsd.org Mon Dec 14 03:26:29 2015 Return-Path: <owner-svn-doc-all@freebsd.org> Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B489BA4319A; Mon, 14 Dec 2015 03:26:29 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DC871E9A; Mon, 14 Dec 2015 03:26:29 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBE3QS9W097096; Mon, 14 Dec 2015 03:26:28 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBE3QSsF097094; Mon, 14 Dec 2015 03:26:28 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201512140326.tBE3QSsF097094@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler <eadler@FreeBSD.org> Date: Mon, 14 Dec 2015 03:26:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47857 - head/en_US.ISO8859-1/articles/contributors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all/> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Dec 2015 03:26:29 -0000 Author: eadler Date: Mon Dec 14 03:26:28 2015 New Revision: 47857 URL: https://svnweb.freebsd.org/changeset/doc/47857 Log: It is with a heavy heart that I commit this change. Jürgen was very knowledgeable and always willing to help. Discussed with: wblock Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Sun Dec 13 18:50:36 2015 (r47856) +++ head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Mon Dec 14 03:26:28 2015 (r47857) @@ -811,10 +811,6 @@ </listitem> <listitem> - <para>&a.nox.email;</para> - </listitem> - - <listitem> <para>&a.remko.email;</para> </listitem> Modified: head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Sun Dec 13 18:50:36 2015 (r47856) +++ head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Mon Dec 14 03:26:28 2015 (r47857) @@ -2,6 +2,15 @@ <!-- $FreeBSD$ --> <itemizedlist xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"> <listitem> + <para>&a.nox.email; (2006 - 2015 RIP 2015)</para> + <para>Jürgen made a number of contributions to &os;, including + work on libvirt, the graphics stack, and QEMU. Jürgen's + contributions and helpfulness were appreciated by people + around the world. That work continues to improve the lives + of thousands every day.</para> + </listitem> + + <listitem> <para>&a.alexbl.email; (2006 - 2011; RIP 2012)</para> <para> <link xlink:href="http://www.legacy.com/obituaries/sfgate/obituary.aspx?pid=159801494">Alexander</link> From owner-svn-doc-all@freebsd.org Mon Dec 14 08:25:07 2015 Return-Path: <owner-svn-doc-all@freebsd.org> Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 148C5A42452; Mon, 14 Dec 2015 08:25:07 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC2AF15CD; Mon, 14 Dec 2015 08:25:06 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBE8P68P087274; Mon, 14 Dec 2015 08:25:06 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBE8P6RI087272; Mon, 14 Dec 2015 08:25:06 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201512140825.tBE8P6RI087272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler <eadler@FreeBSD.org> Date: Mon, 14 Dec 2015 08:25:06 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47858 - head/en_US.ISO8859-1/articles/contributors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all/> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Dec 2015 08:25:07 -0000 Author: eadler Date: Mon Dec 14 08:25:05 2015 New Revision: 47858 URL: https://svnweb.freebsd.org/changeset/doc/47858 Log: Formatting Modified: head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Mon Dec 14 03:26:28 2015 (r47857) +++ head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Mon Dec 14 08:25:05 2015 (r47858) @@ -2,7 +2,7 @@ <!-- $FreeBSD$ --> <itemizedlist xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"> <listitem> - <para>&a.nox.email; (2006 - 2015 RIP 2015)</para> + <para>&a.nox.email; (2006 - 2015; RIP 2015)</para> <para>Jürgen made a number of contributions to &os;, including work on libvirt, the graphics stack, and QEMU. Jürgen's contributions and helpfulness were appreciated by people From owner-svn-doc-all@freebsd.org Mon Dec 14 12:44:37 2015 Return-Path: <owner-svn-doc-all@freebsd.org> Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5A47A42B11; Mon, 14 Dec 2015 12:44:37 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A32431643; Mon, 14 Dec 2015 12:44:37 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBECiajH082513; Mon, 14 Dec 2015 12:44:36 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBECiaDs082510; Mon, 14 Dec 2015 12:44:36 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201512141244.tBECiaDs082510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI <ryusuke@FreeBSD.org> Date: Mon, 14 Dec 2015 12:44:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47859 - head/ja_JP.eucJP/htdocs/docproj X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all/> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Dec 2015 12:44:38 -0000 Author: ryusuke Date: Mon Dec 14 12:44:36 2015 New Revision: 47859 URL: https://svnweb.freebsd.org/changeset/doc/47859 Log: - Merge the following from the English version: r46792 -> r47800 head/ja_JP.eucJP/htdocs/docproj/current.xml r45654 -> r47800 head/ja_JP.eucJP/htdocs/docproj/doc-set.xml r32674 -> r47800 head/ja_JP.eucJP/htdocs/docproj/who.xml Modified: head/ja_JP.eucJP/htdocs/docproj/current.xml head/ja_JP.eucJP/htdocs/docproj/doc-set.xml head/ja_JP.eucJP/htdocs/docproj/who.xml Modified: head/ja_JP.eucJP/htdocs/docproj/current.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/docproj/current.xml Mon Dec 14 08:25:05 2015 (r47858) +++ head/ja_JP.eucJP/htdocs/docproj/current.xml Mon Dec 14 12:44:36 2015 (r47859) @@ -14,7 +14,7 @@ <!ENTITY status.wip "<img src='&imagebase;/in_progress.png' width='22' height='22' alt='In progress'>"> ]> <!-- The FreeBSD Japanese Documentation Project --> -<!-- Original revision: r46792 --> +<!-- Original revision: r47800 --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -85,7 +85,7 @@ ¥¹¥¿¥¤¥ë¤Ë´Ø¤·¤Æ Chicago ¥Þ¥Ë¥å¥¢¥ë¤ä¡¢ ¥¤¥ó¥Ç¥Ã¥¯¥¹¤Ë´ØÏ¢¤¹¤ë¾¤Î¥¹¥¿¥¤¥ë¥Ö¥Ã¥¯¤òÆɤळ¤È¤¬¶¯¤¯¿ä¾©¤µ¤ì¤Þ¤¹¡£ ²áµî¤Ë½¤Àµ¤µ¤ì¤¿¥¤¥ó¥Ç¥Ã¥¯¥¹¤Î¥¨¥é¡¼¤Ë¤Ä¤¤¤Æ¤Ï¡¢ - chapter.xml ¥Õ¥¡¥¤¥ë¤Î CVS ¤ÎÍúÎò¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ + chapter.xml ¥Õ¥¡¥¤¥ë¤Î SVN ¤ÎÍúÎò¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ indexterm ¤ËÂФ¹¤ëÊѹ¹¤ò¹Ô¤Ê¤Ã¤¿¸å¤Ë¤Ï¡¢ ¥Ï¥ó¥É¥Ö¥Ã¥¯¤Î¥Ý¥¹¥È¥¹¥¯¥ê¥×¥ÈÈǤò³Îǧ¤¹¤ë¤³¤È¤¬É¬¿Ü¤Ç¤¹¡£ Ť¤Ã±¸ì¤ä¡¢¿¼¤¯Æþ¤ì»Ò¤È¤Ê¤Ã¤¿ indexterm ¤¬ÍѤ¤¤é¤ì¤ë¤È¡¢ Modified: head/ja_JP.eucJP/htdocs/docproj/doc-set.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/docproj/doc-set.xml Mon Dec 14 08:25:05 2015 (r47858) +++ head/ja_JP.eucJP/htdocs/docproj/doc-set.xml Mon Dec 14 12:44:36 2015 (r47859) @@ -4,7 +4,7 @@ <!ENTITY title "FreeBSD ¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¥×¥í¥¸¥§¥¯¥È: Documentation Set"> ]> <!-- The FreeBSD Japanese Documentation Project --> -<!-- Original revision: r45654 --> +<!-- Original revision: r47800 --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -21,12 +21,14 @@ <ol> <li><p><a href="&cgibase;/man.cgi"><b>¥Þ¥Ë¥å¥¢¥ë¡¦¥Ú¡¼¥¸</b></a></p> - <p>¤³¤ì¤é¤Ï¥Ù¡¼¥¹¡¦¥·¥¹¥Æ¥à¤Î°ìÉô¤Ç¤¹¤«¤é¡¢ - ¥×¥í¥¸¥§¥¯¥È¤Ï¼ÂºÝ¤Ë¤Ï´Ø¤ï¤Ã¤Æ¤¤¤Þ¤»¤ó¡£ - Îã³°¤È¤·¤Æ¡¢ÆüËܤΥÁ¡¼¥à¤¬¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤òËÝÌõ¤·¤Æ¤¤¤Þ¤¹¡£ + <p>¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤Ï¡¢¥Ù¡¼¥¹¥·¥¹¥Æ¥à¤Î°ìÉô¤Ç¤¹¤¬¡¢ + ¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¤Î½ÅÍפʹ½À®Í×ÁǤǤ⤢¤ê¤Þ¤¹¡£ + ¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¥×¥í¥¸¥§¥¯¥È¤ª¤è¤Ó¥½¡¼¥¹¥³¥ß¥Ã¥¿¡¼¤¬¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤ò¥¢¥Ã¥×¥Ç¡¼¥È¤·¡¢ + ´ÉÍý¤·¤Æ¤¤¤Þ¤¹¡£</p> + + <p>¸½ºß¡¢ÆüËܤΥÁ¡¼¥à¤¬¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤Î¿¤¯¤ÎÉôʬ¤òËÝÌõ¤·¤Æ¤¤¤Þ¤¹¡£ ¾¤Î¸À¸ì¤Ë¤ª¤¤¤Æ¤â¡¢ - ¥Ü¥é¥ó¥Æ¥£¥¢¤¬½¸¤Þ¤Ã¤Æ¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤òËÝÌõ¤¹¤ë¤Î¤Ï½½Ê¬²Äǽ¤Ç¤·¤ç¤¦¡£ - </p> + ¥Ü¥é¥ó¥Æ¥£¥¢¤¬½¸¤Þ¤Ã¤Æ¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤òËÝÌõ¤·¤Æ¤¯¤À¤µ¤¤¡£</p> <p>¥×¥í¥¸¥§¥¯¥È¤¬¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤Ë´Ø¤ï¤Ã¤Æ¤¤¤Ê¤¤¤Î¤Ï¡¢ ¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤¬½ÅÍפǤʤ¤¤«¤é¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ Modified: head/ja_JP.eucJP/htdocs/docproj/who.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/docproj/who.xml Mon Dec 14 08:25:05 2015 (r47858) +++ head/ja_JP.eucJP/htdocs/docproj/who.xml Mon Dec 14 12:44:36 2015 (r47859) @@ -4,7 +4,7 @@ <!ENTITY title "FreeBSD ¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¥×¥í¥¸¥§¥¯¥È: Who are we?"> ]> <!-- The FreeBSD Japanese Documentation Project --> -<!-- Original revision: 1.15 --> +<!-- Original revision: r47800 --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -33,9 +33,9 @@ ¥Ú¡¼¥¸¤Ë¤·¤¿¤¬¤Ã¤Æʸ½ñ¤ò´ó¹Æ¤¹¤ë¤È¡¢ ¥³¥ß¥Ã¥¿¤Î狼¤¬ººÆɤ·¤Æ¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó½¸¤ÎÃæ¤ËÄɲ䷤Ƥ¯¤ì¤ë¤Ç¤·¤ç¤¦¡£</p> - <p>¤â¤·¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¥×¥í¥¸¥§¥¯¥È¤ò¼ê½õ¤±¤·¤¿¤¤¤È»×¤ï¤ì¤ë¤Ê¤é + <p>¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¥×¥í¥¸¥§¥¯¥È¤ò¼ê½õ¤±¤ò¤¹¤ë¤Ë¤Ï (¤½¤¦»×¤ï¤ì¤ë¤³¤È¤ò¶¯¤¯´ê¤Ã¤Æ¤¤¤Þ¤¹)¡¢ - ¤ä¤ë¤³¤È¤Ï°ì¤Ä¡¢¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤ò¹ØÆɤ¹¤ë¤À¤±¤Ç¤¹¡£ + ¤¿¤Àñ¤Ë¡¢¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤ò¹ØÆɤ·¡¢»²²Ã¤·¤Æ¤¯¤À¤µ¤¤¡£ ¤½¤¦¤¹¤ì¤Ð¤¢¤Ê¤¿¤â¤â¤¦¥×¥í¥¸¥§¥¯¥È¤Î°ì°÷¤Ê¤Î¤Ç¤¹¡£</p> <p><a href="docproj.html">FreeBSD From owner-svn-doc-all@freebsd.org Mon Dec 14 15:47:55 2015 Return-Path: <owner-svn-doc-all@freebsd.org> Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7702CA431AC; Mon, 14 Dec 2015 15:47:55 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B5B611BE; Mon, 14 Dec 2015 15:47:54 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBEFls8e035911; Mon, 14 Dec 2015 15:47:54 GMT (envelope-from remko@FreeBSD.org) Received: (from remko@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBEFlsJE035910; Mon, 14 Dec 2015 15:47:54 GMT (envelope-from remko@FreeBSD.org) Message-Id: <201512141547.tBEFlsJE035910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: remko set sender to remko@FreeBSD.org using -f From: Remko Lodder <remko@FreeBSD.org> Date: Mon, 14 Dec 2015 15:47:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-translations@freebsd.org Subject: svn commit: r47860 - translations/nl_NL.ISO8859-1/books/handbook/ppp-and-slip X-SVN-Group: doc-translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all/> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Dec 2015 15:47:55 -0000 Author: remko Date: Mon Dec 14 15:47:53 2015 New Revision: 47860 URL: https://svnweb.freebsd.org/changeset/doc/47860 Log: another chapter update from Mike.. Submitted by: Mike Snow B.V. Facilitated by: Snow B.v. Modified: translations/nl_NL.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml Modified: translations/nl_NL.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml ============================================================================== --- translations/nl_NL.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml Mon Dec 14 12:44:36 2015 (r47859) +++ translations/nl_NL.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml Mon Dec 14 15:47:53 2015 (r47860) @@ -5,75 +5,67 @@ $FreeBSD$ %SOURCE% en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml - %SRCID% 41645 + %SRCID% 47096 --> -<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="ppp-and-slip"> - <info><title>PPP en SLIP + + - + <acronym>PPP</acronym> Overzicht - PPP - - - - SLIP + PPP - &os; heeft een aantal manieren om de ene computer met de - andere te verbinden. Om een netwerk of internet verbinding - op te zetten door een inbelmodem, of om anderen toe te - staan dit te doen door de machine heen vereist het gebruik - van PPP en SLIP. Dit hoofdstuk beschrijft het opzetten van - op modems gebaseerde diensten in meer detail. + &os; ondersteunt het Point-to-Point (PPP) + protocol dat kan worden gebruikt om een netwerk of internet + verbinding op te zetten via een inbelmodem. Dit hoofdstuk beschrijft + hoe modem-gebaseerde communicatiediensten in &os; te configureren. Na het lezen van dit hoofdstuk weet u: - Hoe gebruikers PPP opgezet kan worden. - - - Hoe kernel-PPP opgezet kan worden (alleen voor - &os; 7.X). - - - Hoe PPPoE opgezet kan worden (PPP - over Ethernet). + Hoe een PPP verbinding te configureren, + te gebruiken en hoe problemen op te lossen. - Hoe PPPoA opgezet kan worden (PPP - over ATM). + Hoe PPP over Ethernet op te zetten + (PPPoE). - Hoe een SLIP-server en cliënt opgezet kan worden en - hoe dat geconfigureerd wordt (alleen voor &os; 7.X). + Hoe PPP over ATM + op te zetten (PPPoA). - - PPP - gebruiker-PPP - - - - PPP - kernel-PPP + + PPP - - - PPP + + PPP over Ethernet @@ -86,182 +78,159 @@ De basis en doeleinden van een inbel verbinding - en van PPP en/of SLIP. + en van PPP. - - U kunt zich afvragen wat het verschil is tussen gebruiker-PPP - en kernel-PPP. Het antwoord is simpel: gebruiker-PPP verwerkt - inkomend en uitgaande data in het gebruikersland in plaats van - in de kernel. Dit is duur in de zin van het kopiëren van de - data tussen de kernel en het gebruikersland, maar levert meer - mogelijkheden voor de PPP implementatie. Gebruikers PPP gebruikt - het tun apparaat om te communiceren met - de buitenwereld. Kernel-PPP maakt gebruik van het - ppp apparaat. - - - Voor de rest van dit hoofdstuk, zal gebruiker-PPP gebruikt - worden als ppp tenzij er onderscheid - gemaakt moet worden met andere PPP software zoals - pppd. Tenzij anders vermeld moeten - alle uitgelegde commando's in dit hoofdstuk gestart worden als - de root gebruiker. - - Gebruikmaken van gebruiker-PPP + - + <acronym>PPP</acronym> configureren - - Gebruiker-PPP + &os; biedt ingebouwde ondersteuning voor het beheer van inbel + PPP verbindingen met behulp van &man.ppp.8;. De + standaard &os; kernel biedt ondersteuning voor + tun wat wordt gebruikt om te communiceren met + modemhardware. Configuratie wordt uitgevoerd door het bewerken van + ten minste één configuratiebestand. Configuratiebestanden + met voorbeelden worden opgegeven. Tenslotte word ppp + gebruikt om verbindingen te starten en te beheren. - - Vereisten + Om een PPP verbinding te gebruiken, zijn de + volgende items nodig: - Dit document gaat er vanuit dat u de volgende punten - beschikbaar heeft: + + + Een inbel account bij een Internet Service Provider + (ISP). + - - - Een account bij een Internet Service Provider (ISP)ISP - waarmee verbinding gemaakt wordt door middel van - PPPPPP. - - - - Een modem of een ander apparaat verbonden met uw PC en - correct geconfigureerd zodat u verbinding kan maken met uw - ISP. - - - - De inbelnummers van uw ISP. - - - - Uw loginnaamloginnaam en wachtwoordwachtwoord (danwel een combinatie van een - standaard &unix;UNIX-stijl - login en wachtwoord of een PAPPAP of CHAPCHAP - login en wachtwoordcombinatie). - - - - Het IP-adres van één of meerdere - naamserversnaamserver. Normaal gesproken krijgt u twee IP - adressen van uw ISP om te gebruiken. Als u er echter geen - één gekregen heeft, kunt u het commando - enable dns gebruiken in - ppp.conf en - ppp zal de naamservers voor - u configureren. Deze optie is afhankelijk van de PPP - implementatie van de ISP, welke DNS onderhandeling - moet ondersteunen. - - - - De volgende informatie kan aangeleverd worden door uw - ISP maar is niet echt noodzakelijk: - - - - Het IP-adres van de router van uw ISP. De router is - de machine waarmee u verbinding maakt en welke ingesteld - wordt als de standaard route. Als - u deze informatie niet heeft, kunt u een willekeurig - adres verzinnen waarna de PPP server van de ISP het juiste - adres vertelt zodra u verbinding maakt. - - Dit IP-adres wordt door ppp - HISADDR genoemd. - - - - Het netwerkmasker wat gebruikt moet worden. Als uw ISP - deze niet heeft opgegeven, kan 255.255.255.255 gebruikt - worden. - - - - Als uw ISP u een vast IP-adresstatisch IP-adres en hostnaam levert, - kunt u deze invoeren. In andere gevallen bepaalt de - andere kant welk adres er uitgegeven wordt. - - + + Een inbelmodem. + - Als u niet in bezit bent van de vereiste informatie, moet - u contact opnemen met uw ISP. + + Het inbelnummer voor de ISP. + - - Door de rest van dit hoofdstuk worden in veel van de - voorbeelden configuratie bestanden genummerd per - regel. Deze nummers dienen alleen als hulp voor de - presentatie en discussie en zijn verder niet bedoeld om - daadwerkelijk geïmplementeerd te worden. Een juiste - inspringing met tabs en spaties zijn daarbij ook - belangrijk. - + + De loginnaam en het wachtwoord toegewezen door de + ISP. + - + + Het IP-adres van één of meerdere + DNS servers. Normaal gesproken verschaft + de ISP deze adressen. Als u er echter geen + één gekregen heeft, kan &os; geconfigureerd worden om + DNS onderhandeling te gebruiken. + + - - Automatische configuratie van - <application>PPP</application> + Indien de vereiste informatie ontbreekt, neem contact + op met de ISP. - - PPP - configuratie + De volgende informatie kan aangeleverd worden door uw + ISP maar is niet echt noodzakelijk: + + + + Het IP-adres van de standaard router. + Als deze informatie niet bekend is zal de ISP + de juiste waarde automatisch verstrekken tijdens het maken van de + verbinding. Bij het configureren van PPP + als HISADDR. + + + + Het netwerkmasker. Als de ISP deze niet + deze niet heeft opgegeven, zal 255.255.255.255 worden gebruikt + in het &man.ppp.8; configuratiebestand. + + + + + statisch IP-adres - Zowel ppp als pppd - (de implementatie van PPP op kernel niveau) gebruiken de - configuratie bestanden die zich in de map /etc/ppp bevinden. Voorbeelden - configuraties voor gebruiker-PPP kunnen gevonden worden in - /usr/share/examples/ppp/. + Als de ISP een vast + IP-adres en hostnaam heeft toegewezen, + dient het in het configuratiebestand ingevoerd te worden. In + andere gevallen zal deze informatie autmatisch verstrekt worden + tijdens het maken van de verbinding. + + - Het configureren van ppp vereist - dat u een aantal bestanden bewerkt, afhankelijk van uw - eisen. Wat u moet invoeren is deels afhankelijk van wat - uw ISP u aanbied met oog op statische IP-adressen (lees u - krijgt een statisch adres welke u altijd gebruikt) of - dynamisch (lees: uw IP-adres veranderd elke keer als - u verbinding maakt met uw ISP). + De rest van dit hoofdstuk laat zien hoe &os; te configureren + voor gewone PPP-verbinding scenarios. Het + vereiste configuratie bestand is + /etc/ppp/ppp.conf aanvullende bestanden + en voorbeelden zijn beschikbaar in + /usr/share/examples/ppp/. - - PPP en statische IP-adressen + + Vele voorbeeld bestanden in dit gedeelte geven + regel nummers weer. Deze regel nummers zijn toegevoegd om + het gemakkelijker te maken de discussie te volgen en zijn + niet bedoeld om in het bestand zelf te worden geplaatst. + + Correct inspringen is belangrijk bij het bewerken van een + configuratiebestand. Regels die eindigen met een + : starten in de eerste kolom (begin van de regel) + terwijl alle andere regels moeten ingespringen zoals getoond + door middel van spaties of tabs. + - - PPP - met statische IP-adressen - + + Basisconfiguratie - U moet het /etc/ppp/ppp.conf - bewerken. Het zou dan als volgend eruit moeten zien: + + PPP + met statische IP-adressen + - - Regels die eindigen met een : - starten in de eerste kolom (het begin van de regel) - — alle andere regels moeten inspringen zoals - getoond door middel van spaties of tabs. - + Bewerk eerst /etc/ppp/ppp.conf + om een PPP verbinding te configureren + met de inbel informatie voor de ISP. Dit + bestand wordt als volgt beschreven: - 1 default: + 1 default: 2 set log Phase Chat LCP IPCP CCP tun command -3 ident user-ppp VERSION (built COMPILATIONDATE) +3 ident user-ppp VERSION 4 set device /dev/cuau0 5 set speed 115200 6 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ @@ -273,10 +242,9 @@ 12 set phone "(123) 456 7890" 13 set authname foo 14 set authkey bar -15 set login "TIMEOUT 10 \"\" \"\" gin:--gin: \\U word: \\P col: ppp" -16 set timeout 300 -17 set ifaddr x.x.x.x y.y.y.y 255.255.255.255 0.0.0.0 -18 add default HISADDR +15 set timeout 300 +16 set ifaddr x.x.x.x/0 y.y.y.y/0 255.255.255.255 0.0.0.0 +17 add default HISADDR @@ -284,8 +252,8 @@ Deze regel identificeert de standaard regel. - Commando's in deze regel worden automatisch gestart - zodra ppp gestart wordt. + Commando's in deze regel (regels 2 tot 9) worden automatisch + uitgevoerd zodra ppp gestart wordt. @@ -293,14 +261,13 @@ Regel 2: - Zet de log paramaters aan. Zodra de configuratie - naar verwachting werkt, moet deze regel aangepast + Zet uitgebreide log paramaters aan voor het testen + van de verbinding. Zodra de configuratie + naar verwachting werkt, moet deze regel gereduceerd worden naar: set log phase tun - om te voorkomen dat er extreem grote log files - gemaakt worden. @@ -308,12 +275,9 @@ Regel 3: - Vertelt PPP hoe het zich moet identificeren - aan de router aan de andere kant, als deze - problemen heeft met het onderhandelen en het - opzetten van de link en het leveren van informatie - die de beheerders van de andere kant nuttig kunnen - vinden om zulke problemen te onderzoeken. + Toont de versie van &man.ppp.8; aan de + PPP software aan de andere + kant van de verbinding. @@ -334,10 +298,9 @@ Regel 5: - Stelt de snelheid in waarmee verbinding gemaakt - wordt. Als 115200 niet werkt (wat wel zou moeten - kunnen met elk nieuw modem), probeert u dan de - instelling van 38400. + Stelt de verbindingssnelheid in. Als + 115200 niet werkt op een ouder modem, + probeer dan in plaats daarvan 38400. @@ -345,11 +308,8 @@ Regels 6 & 7: - De inbelregel. Gebruiker-PPP gebruiktPPPgebruiker-PPP een - expect-send syntax wat vergelijkbaar is - met het &man.chat.8; programma. Bekijk de handleiding - voor meer informatie over de mogelijkheden van deze - taal. + De inbelregel geschreven als een expect-send syntax. + Bekijk &man.chat.8; voor meer informatie. Let op dat dit commando doorgaat op de volgende regel zodat deze leesbaar blijft. Elk commando in @@ -362,9 +322,8 @@ Regel 8: - Stelt de idle timeout in voor een link. 180 - seconden is standaard, dus deze regel is puur - cosmetisch. + Stelt de idle timeout in voor een link in + seconden. @@ -372,10 +331,12 @@ Regel 9: - Vertelt PPP om de andere kant te vragen om een - bevestiging van de lokale naamserver instellingen. Als - u een lokale naamserver draait moet deze regel - uitgecommentarieërd of verwijderd worden. + Verzoekt de andere kant om de DNS + instellingen te bevestigen. Als het lokale netwerk een + DNS server draait moet deze regel + uitgecommentarieërd, door het toevoegen van + # aan het begin van de regel, + of verwijderd worden. @@ -384,7 +345,7 @@ Een blanco regel voor de leesbaarheid. Blanco - regels worden door PPP genegeerd. + regels worden door &man.ppp.8; genegeerd. @@ -392,12 +353,12 @@ Regel 11: - Identificeert een sectie voor de provider die + Identificeert een sectie die provider genoemd wordt. Dit kan - gewijzigd worden in de naam van uw provider zodat er - later gebruik gemaakt van worden bij de optie - - om een verbinding op te zetten. + gewijzigd worden in de naam van de ISP + zodat gebruikt + kan worden om een verbinding op te zetten. @@ -405,24 +366,17 @@ Regel 12: - Stelt het telefoonnummer in voor deze provider. - Meerdere telefoonnummers kunnen gespecificeerd worden - door gebruik te maken van de dubbele punt - (:) of het pipe karakter - (|) als scheidingsteken. Het - verschil tussen de twee scheidingstekens wordt - beschreven in de &man.ppp.8; handleiding. - Om samen te vatten, als u wilt rouleren tussen de - nummers gebruikt u dan een dubbelepunt. Als u altijd - het eerste nummer als eerste wilt draaien en alleen de - andere nummers wilt draaien als het eerste nummer - niet werkt, gebruik dan het pipe karakter. Quote altijd - de hele set van telefoonnummers zoals getoond. - - U moet het telefoonnummer citeren met dubbele quotes - (") als er enige intentie is in het - gebruik van spaties in het telefoonummer. Dit kan een - simpele, maar subtiele fout creeëren. + Stelt het telefoonnummer in voor de + ISP. Meerdere telefoonnummers kunnen + gespecificeerd worden door gebruik te maken van de dubbele + punt (:) of het pipe karakter + (|) als scheidingsteken. Om te rouleren + tussen de nummers gebruikt een dubbelepunt. Om altijd + het eerste nummer als eerste te draaien en alleen de + andere nummers te draaien als het eerste nummer + niet werkt, gebruik dan het pipe karakter. Citeer altijd + de hele set van telefoonnummers tussen dubbele quotes + (") om inbel fouten te voorkomen. @@ -430,312 +384,189 @@ Regels 13 & 14: - Identificeert de gebruikersnaam en het - wachtwoord. Wanneer gebruik gemaakt wordt van een - &unix; stijl login worden deze waarden verwezen - door het set login commando door - gebruik te maken van de \U en \P variabelen. - Wanneer er verbinding gemaakt wordt door PPP en CHAP - worden deze waardes gebruikt tijdens het - authenticeren. - - - - - Regels 15: - - - Als u gebruik maakt van PPP en CHAP, zal er geen - login op dit moment zijn, en moet deze regel - uitgecommentarieërd of verwijderd worden. Zie het - PAPPAP en CHAPCHAP - authenticatie hoofdstuk voor meer details. - - De login regel is hetzelfde als de chat-achtige - syntax van de inbelregel. In dit voorbeeld werkt - de reegl voor een dienst wiens login sessie als - volgt eruit ziet: - - J. Random Provider -login: foo -password: bar -protocol: ppp - - U moet dit script aanpassen om aan uw behoeften - te voldoen. Wanneer u dit script voor het eerst - schrijft, moet u ervoor zorgen dat u de - chat log optie heeft aangezet zodat u - kunt bepalen of de communicatie gaat zoals - verwacht. + Gebruik de gebruikersnaam en het wachtwoord voor de + ISP. - Regel 16: + Regel 15: - Selt de standaard idle timeouttimeout in (in seconden) - voor de connectie. Hier wordt de connectie + Stelt de standaard idle timeout in seconden in voor de + verbinding. In dit voorbeeld word de verbinding automatisch afgesloten na 300 seconden van - inactiviteit. Als u nooit een timeout wilt krijgen, - kunt u de waarde op nul zetten of gebruik maken van - de optie op de commando - regel. + inactiviteit. Om een timeout te voorkomen, + stel de waarde op nul in. - Regel 17: + Regel 16: - Stelt het interface adres in. De regel - x.x.x.x moet vervangen - worden door het IP-adresISP dat uw provider aan u heeft - uitgegeven. De regel - y.y.y.y moet vervangen - worden door het IP-adres dat uw provider aan u - heeft gegeven voor de router (de machine waarmee - u verbinding maakt). Als uw ISP u geen router - adres heeft gegeven, gebruik dan 10.0.0.2/0. Als u gebruik - moet maken van een gegokt, zorg ervoor - dat er een regel staat in - /etc/ppp/ppp.linkup zoals - beschreven in de instructies voor PPP en dynamische IP - adressen. Als deze regel weggelaten wordt - kan ppp niet in - mode starten. - - + Stelt het interface adres in. De gebruikte waarden + zijn afhankelijk of een statisch + IP-adres is verkregen van de + ISP of als het in plaats daarvan + een dynamisch IP-adres onderhandelt during + tijdens het opzetten van de verbinding. + + Als de ISP een statisch + IP-adres en standaard router + heeft toegewezen, vervang x.x.x.x + met het statische IP-adres en + vervang y.y.y.y met het + IP-adres van de standaard + router. Als de ISP alleen een + statisch IP-adres zonder een + router adres heeft verschaft, vervang + y.y.y.y met 10.0.0.2/0. + + Als het IP-adres veranderd + wanneer een verbinding is gemaakt, veranderen deze regel + naar de volgende waarde. Dit vertelt &man.ppp.8; om + het IP Configuration Protocol + (IPCP) te gebruiken om een dynamisch + IP adres te onderhandelen: - - Regel 18: + set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0 - - Voegt een standaard routering toe naar uw providers - router. Het speciale HISADDR - woord, wordt vervangen door het router adres zoals - gespecificeerd op regel 17. Het is belangrijk dat - deze regel na regel 17 komt, anders is - HISADDR nog niet - geïnitialiseerd. - - Als u ppp niet in - mode wilt draaien, moet deze regel verplaatst - worden naar het ppp.linkup - bestand. - - - Het is niet nodig om een regel toe te voegen aan - ppp.linkup wanneer u een statisch - IP-adres krijgt en ppp met de mode - gestart is omdat uw routerings tabel al correcte regels - heeft voordat u verbinding maakt. U kunt echter een regel - aanmaken om programma's te starten nadat de verbinding - opgezet is. Dit wordt later uitgelegd met een voorbeeld - over sendmail. - - Voorbeeld van configuratiebestanden kunnen gevonden - worden in de map usr/share/examples/ppp. - - - - PPP en dynamische IP-adressen - - - PPP - met dynamische IP-adressen - - - IPCP - - - Als uw provider geen statisch IP-adres aanlevert kan - ppp geconfigureerd worden om het lokale - en het remote adres te onderhandelen. Dit wordt gedaan door - het gokken van een IP-adres en PPP toestaan - dit adres te corrigeren door gebruik te maken van het - IP Configuration Protocol (IPCP) nadat er een verbinding - opgezet is. De ppp.conf configuratie - is verders hetzelfde als voor de - PPP en statische IP - adressen, met de volgende wijziging: - - 17 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0 - - Nogmaals, het regelnummer hoeft niet te worden - toegevoegd, deze dient puur ter referentie. Indentatie - van minstens één spatie is vereist. - - Regel 17: - Het nummer achter het / karakter - is het aantal netwerk master bits van het adres die ppp - eist. Het is mogelijk dat u IP-adressen wilt gebruiken - die meer van toepassing zijn op uw situatie, maar - bovenstaand voorbeeld zal altijd werken. - - Het laatste argument (0.0.0.0) - vertelt PPP om te onderhandelen met het adres 0.0.0.0 in plaats van met - 10.0.0.1 en is benodigd - voor sommige ISPs. Gebruik 0.0.0.0 - niet als eerste argument voor het commando - set ifaddr, omdat dit ervoor zorgt - dat PPP geen initiële route kan opzetten in - mode. + Houd deze regel zoals het is aangezien het een + standaard routering naar de router toevoegd. Het + HISADDR zal automatisch + worden vervangen met het router-adres gespecificeerd + op regel 16. Het is belangrijk dat deze regel + verschijnt na regel 16. - Als u niet draait in mode, moet - u een nieuwe regel toevoegen aan - /etc/ppp/ppp.linkup. - ppp.linkup wordt uitgevoerd nadat een - connectie is opgezet. Op dit moment krijgt - ppp het interface adres en is het mogelijk - om regels toe te voegen aan de route tabel: - - 1 provider: -2 add default HISADDR - - - - Regel 1: - - - Bij het tot stand brengen van een verbinding - zal ppp kijken voor een - corresponderende regel in - ppp.linkup volgens de volgende - criteria: Als eerste, probeert het hetzelfde label te - vinden zoals gebruikt in ppp.conf. - Als dat mislukt, zoek dan een regel waarin het IP-adres - van onze router in voorkomt. Deze regel bevat een IP - stijl van 4 octetten. Als nu nog steeds geen - corresponderende regel gevonden is wordt er gezocht - naar de HISADDR regel. - - - - - Regel 2: - - - Deze regel verteld ppp om - een standaard routering toe te voegen die wijst - richting HISADDR. - HISADDR wordt vervangen door - het IP-adres van de router zoals onderhandeld door - IPCP. - - - + Afhankelijk van de vraag of &man.ppp.8; handmatig + of automatisch gestart is, kan het nodig zijn om + /etc/ppp/ppp.linkup te creeren met + de volgende regels. Dit bestand is vereist bij het + uitvoeren van ppp in + mode. Dit bestand wordt gebruikt nadat + de verbinding tot stand is gebracht. Op dat moment zal het + IP-adres zijn toegewezen en is het + mogelijk om regels toe te voegen aan de route tabel. + Zorg er voor bij het aanmaken van dit bestand dat + provider overeenkomt met de + aangegeven waarde op regel 11 van + ppp.conf. + + provider: + add default HISADDR + + Dit bestand is ook nodig als het standaard router + adres is geraden in een statisch + IP-adres configuratie. Verwijder in + dit geval regel 17 uit ppp.conf en + creër /etc/ppp/ppp.linkup met de + twee bovengenoemde lijnen. Meer voorbeelden van dit bestand + kunnen worden gevonden in + /usr/share/examples/ppp/. - Zie de pmdemand regel in de bestanden - /usr/share/examples/ppp/ppp.conf.sample - en - /usr/share/examples/ppp/ppp.linkup.sample - voor een gedetailleerd voorbeeld. - - - Het ontvangen van binnenkomende gesprekken + Het ppp commando moet normaal + gesproken gestart worden door de root gebruiker. Voeg om deze + standaard te veranderen het account van de gebruiker die + ppp moet kunnen starten toe aan de + network groep in + het /etc/group bestand. + + Geef vervolgens de gebruiker toegang tot een of meerdere + secties in /etc/ppp/ppp.conf met het + allow commando. Bijvoorbeeld om + fred en + mary + alleen toegang te geven tot het provider: + item, voeg deze regel toe aan de provider: + sectie: + + allow users fred mary + + Om de opgegeven gebruikers toegang te geven tot alle + secties, plaats de regel in de default + sectie. + - - PPP + + Het ontvangen van binnenkomende gesprekken - ontvangen van inkomende gesprekken - + + PPP + ontvangen van inkomende gesprekken + - Wanneer ppp geconfigureerd - is om inkomende gesprekken te ontvangen op een machine die - verbonden is met een LAN, moet u beslissen of er pakketten - worden doorgestuurd naar het LAN. Als u dat doet, moet - u de andere kant een IP-adres geven uit het subnet van uw - LAN, en zult u gebruik moeten maken van het command - enable proxy in het - /etc/ppp/ppp.conf bestand. U zult ook - moeten controleren of het /etc/rc.conf - bestand het volgende bevat: + Wanneer &man.ppp.8; geconfigureerd is om inkomende + gesprekken te ontvangen op een machine die verbonden is + met een LAN, moet u beslissen of er pakketten worden + doorgestuurd naar het LAN. Als u dat doet, moet u de andere + kant een IP-adres geven uit het subnet van uw LAN, en zult + u gebruik moeten maken van het commando + enable proxy in het + /etc/ppp/ppp.conf bestand. U zult ook + moeten controleren of het /etc/rc.conf + bestand het volgende bevat: + + gateway_enable="YES" + + Zie &man.ppp.8 en + /usr/share/examples/ppp/ppp.conf.sample + voor meer details. De volgende stappen zullen ook nodig + zijn: - gateway_enable="YES" - + + + Creeër een regel in + /etc/passwd (door gebruik te maken + van het &man.vipw.8; programma). + - - Welke getty? + + Creeër een profiel in deze gebruikers home + directory die + ppp -direct direct-server start of + iets in die trant. + - Het configureren van &os; voor - inbel diensten levert een goede beschrijving van - het inschakelen van inbeldiensten door gebruik te maken - van &man.getty.8;. + + Creeër een regel in + /etc/ppp/ppp.conf. Het + direct-server voorbeeld zou moeten + volstaan. + - Een alternatief voor getty is mgetty (van de port - comms/mgetty+sendfax), - een betere versie van getty ontworpen - voor onder andere inbellijnen. - - De voordelen van het gebruik van - mgetty is dat het actief - communiceert met modems, wat betekent - dat als de port uitgeschakeld is in - /etc/ttys, het modem de telefoon niet - zal beantwoorden. - - Latere versies van mgetty (vanaf - 0.99beta en later) ondersteunen ook het automatisch - detecteren van PPP stromen waardoor cliënten - zonder extra scripting toegang kunnen krijgen tot uw - server. - - Raadpleeg naar Mgetty en - AutoPPP voor meer informatie over - mgetty. - - - - <application>PPP</application> Permissies *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-doc-all@freebsd.org Mon Dec 14 22:58:45 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5A2CA430DE; Mon, 14 Dec 2015 22:58:45 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 957B81158; Mon, 14 Dec 2015 22:58:45 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBEMwiV0071495; Mon, 14 Dec 2015 22:58:44 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBEMwiPs071494; Mon, 14 Dec 2015 22:58:44 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201512142258.tBEMwiPs071494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Mon, 14 Dec 2015 22:58:44 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47861 - head/en_US.ISO8859-1/articles/contributors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 22:58:45 -0000 Author: brd Date: Mon Dec 14 22:58:44 2015 New Revision: 47861 URL: https://svnweb.freebsd.org/changeset/doc/47861 Log: UTF-8 -> ISO-8859-1 of Juergen's name so it renders properly. Submitted by: bapt Modified: head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Mon Dec 14 15:47:53 2015 (r47860) +++ head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Mon Dec 14 22:58:44 2015 (r47861) @@ -3,11 +3,11 @@ &a.nox.email; (2006 - 2015; RIP 2015) - Jürgen made a number of contributions to &os;, including - work on libvirt, the graphics stack, and QEMU. Jürgen's - contributions and helpfulness were appreciated by people - around the world. That work continues to improve the lives - of thousands every day. + Jüergen made a number of contributions to &os;, + including work on libvirt, the graphics stack, and QEMU. + Jüergen's contributions and helpfulness were appreciated by + people around the world. That work continues to improve the + lives of thousands every day. From owner-svn-doc-all@freebsd.org Tue Dec 15 10:03:51 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A20F1A4402F; Tue, 15 Dec 2015 10:03:51 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73FB71218; Tue, 15 Dec 2015 10:03:51 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFA3ow8082334; Tue, 15 Dec 2015 10:03:50 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFA3o6o082333; Tue, 15 Dec 2015 10:03:50 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201512151003.tBFA3o6o082333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Tue, 15 Dec 2015 10:03:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47862 - head/en_US.ISO8859-1/books/arch-handbook/vm X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 10:03:51 -0000 Author: brueffer Date: Tue Dec 15 10:03:50 2015 New Revision: 47862 URL: https://svnweb.freebsd.org/changeset/doc/47862 Log: Typo fix. Submitted by: Jim Nasby Modified: head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml Modified: head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml Mon Dec 14 22:58:44 2015 (r47861) +++ head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml Tue Dec 15 10:03:50 2015 (r47862) @@ -143,7 +143,7 @@ buffers, struct buf's, or bp's. When a filesystem needs to operate on a portion of a VM object, it typically maps part of the object - into a struct buf and the maps the pages in the struct buf into + into a struct buf and then maps the pages in the struct buf into KVM. In the same manner, disk I/O is typically issued by mapping portions of objects into buffer structures and then issuing the I/O on the buffer structures. The underlying From owner-svn-doc-all@freebsd.org Tue Dec 15 15:01:07 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE673A44B5F; Tue, 15 Dec 2015 15:01:07 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89E7D1866; Tue, 15 Dec 2015 15:01:07 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFF16kq070492; Tue, 15 Dec 2015 15:01:06 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFF16Qm070491; Tue, 15 Dec 2015 15:01:06 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201512151501.tBFF16Qm070491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Tue, 15 Dec 2015 15:01:06 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47863 - head/en_US.ISO8859-1/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 15:01:07 -0000 Author: brueffer Date: Tue Dec 15 15:01:06 2015 New Revision: 47863 URL: https://svnweb.freebsd.org/changeset/doc/47863 Log: Fix typo. PR: 205342 Submitted by: Christian Geier Modified: head/en_US.ISO8859-1/share/xml/glossary.ent Modified: head/en_US.ISO8859-1/share/xml/glossary.ent ============================================================================== --- head/en_US.ISO8859-1/share/xml/glossary.ent Tue Dec 15 10:03:50 2015 (r47862) +++ head/en_US.ISO8859-1/share/xml/glossary.ent Tue Dec 15 15:01:06 2015 (r47863) @@ -244,7 +244,7 @@ software and hardware. Others refer to it as the set of routines contained in the chip that help in bootstrapping the system. Some might also refer to it as the screen used to configure the - boostrapping process. The BIOS is PC-specific + bootstrapping process. The BIOS is PC-specific but other systems have something similar. From owner-svn-doc-all@freebsd.org Tue Dec 15 18:16:49 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B854A43EA6; Tue, 15 Dec 2015 18:16:49 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 023F21A48; Tue, 15 Dec 2015 18:16:48 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFIGmZf036136; Tue, 15 Dec 2015 18:16:48 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFIGmuX036135; Tue, 15 Dec 2015 18:16:48 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201512151816.tBFIGmuX036135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Tue, 15 Dec 2015 18:16:48 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47864 - head/en_US.ISO8859-1/htdocs X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 18:16:49 -0000 Author: brueffer Date: Tue Dec 15 18:16:47 2015 New Revision: 47864 URL: https://svnweb.freebsd.org/changeset/doc/47864 Log: Several minor wording, spelling and grammar improvements. PR: 204704 Submitted by: scottcheloha@gmail.com Modified: head/en_US.ISO8859-1/htdocs/features.xml Modified: head/en_US.ISO8859-1/htdocs/features.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/features.xml Tue Dec 15 15:01:06 2015 (r47863) +++ head/en_US.ISO8859-1/htdocs/features.xml Tue Dec 15 18:16:47 2015 (r47864) @@ -33,10 +33,10 @@ of core router products, running root name servers, hosting major web sites, and as the foundation for widely used desktop operating systems. This is only possible because of the - diverse and world-wide membership of the + diverse and worldwide membership of the volunteer &os; Project.

-

&os; 10.X introduced many new features +

&os; 10.X introduces many new features and replaces many legacy tools with updated versions.

    @@ -105,16 +105,16 @@ CAPABILITY_MODE have been added to the GENERIC kernel.
  • Hhook: (Helper Hook) and khelp(9) (Kernel Helpers) - KPIs have been implemented. These are a superset of + KPIs have been implemented. These are a superset of the pfil(9) framework for more general use in the kernel. The hhook(9) KPI provides a way for kernel subsystems to export - hook points that khelp(9) modules can hook to provide + hook points that khelp(9) modules can hook into to provide enhanced or new functionality to the kernel. The khelp(9) KPI provides a framework for managing khelp(9) modules, which indirectly use the hhook(9) KPI to register their hook functions with hook points of interest within the kernel. - These allow a structured way to dynamically extend the - kernel at runtime in an ABI preserving manner.
  • + Together, they allow a structured way to dynamically extend the + kernel at runtime in an ABI-preserving manner.
  • Accounting API has been implemented. It can keep per-process, per-jail, and per-login class resource @@ -128,7 +128,7 @@ implementation and takes user-configurable actions based on the set of rules it maintains and the current resource usage. The rctl(8) utility has been added to manage the - rules in userland. Note that this is neither built nor + rules in userland. Note that this is neither built nor installed by default.
  • USB subsystem now supports USB packet filter. From owner-svn-doc-all@freebsd.org Tue Dec 15 18:20:31 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BD83A4814E; Tue, 15 Dec 2015 18:20:31 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 594FA1B63; Tue, 15 Dec 2015 18:20:31 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFIKUto036399; Tue, 15 Dec 2015 18:20:30 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFIKUPS036398; Tue, 15 Dec 2015 18:20:30 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201512151820.tBFIKUPS036398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Tue, 15 Dec 2015 18:20:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47865 - head/en_US.ISO8859-1/htdocs X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 18:20:31 -0000 Author: brueffer Date: Tue Dec 15 18:20:30 2015 New Revision: 47865 URL: https://svnweb.freebsd.org/changeset/doc/47865 Log: Revert a bad change from r47864 (my own doing, not in the PR). Modified: head/en_US.ISO8859-1/htdocs/features.xml Modified: head/en_US.ISO8859-1/htdocs/features.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/features.xml Tue Dec 15 18:16:47 2015 (r47864) +++ head/en_US.ISO8859-1/htdocs/features.xml Tue Dec 15 18:20:30 2015 (r47865) @@ -108,7 +108,7 @@ KPIs have been implemented. These are a superset of the pfil(9) framework for more general use in the kernel. The hhook(9) KPI provides a way for kernel subsystems to export - hook points that khelp(9) modules can hook into to provide + hook points that khelp(9) modules can hook to provide enhanced or new functionality to the kernel. The khelp(9) KPI provides a framework for managing khelp(9) modules, which indirectly use the hhook(9) KPI to register their hook From owner-svn-doc-all@freebsd.org Tue Dec 15 18:27:19 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C548CA485DF; Tue, 15 Dec 2015 18:27:19 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 950CD1FC3; Tue, 15 Dec 2015 18:27:19 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFIRIAA039333; Tue, 15 Dec 2015 18:27:18 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFIRIjN039332; Tue, 15 Dec 2015 18:27:18 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201512151827.tBFIRIjN039332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Tue, 15 Dec 2015 18:27:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47866 - head/en_US.ISO8859-1/htdocs/internal X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 18:27:19 -0000 Author: brueffer Date: Tue Dec 15 18:27:18 2015 New Revision: 47866 URL: https://svnweb.freebsd.org/changeset/doc/47866 Log: Correct the link to the __FreeBSD_version page. PR: 204634 Submitted by: Andreas Perstinger Modified: head/en_US.ISO8859-1/htdocs/internal/developer.xml Modified: head/en_US.ISO8859-1/htdocs/internal/developer.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/internal/developer.xml Tue Dec 15 18:20:30 2015 (r47865) +++ head/en_US.ISO8859-1/htdocs/internal/developer.xml Tue Dec 15 18:27:18 2015 (r47866) @@ -41,7 +41,7 @@ philosophy behind the Documentation Proj FreeBSD Porter's Handbook

    A guide for FreeBSD ports committers. This includes the canonical - + Table of __FreeBSD_version Values.

    From owner-svn-doc-all@freebsd.org Tue Dec 15 18:37:28 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13F17A48D01; Tue, 15 Dec 2015 18:37:28 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA3E71623; Tue, 15 Dec 2015 18:37:27 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFIbR8t042154; Tue, 15 Dec 2015 18:37:27 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFIbRAb042153; Tue, 15 Dec 2015 18:37:27 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201512151837.tBFIbRAb042153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Tue, 15 Dec 2015 18:37:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47867 - head/en_US.ISO8859-1/htdocs/internal X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 18:37:28 -0000 Author: brueffer Date: Tue Dec 15 18:37:26 2015 New Revision: 47867 URL: https://svnweb.freebsd.org/changeset/doc/47867 Log: Fix the link to the subversion primer. PR: 202066 Submitted by: rakuco, Andreas Perstinger Modified: head/en_US.ISO8859-1/htdocs/internal/developer.xml Modified: head/en_US.ISO8859-1/htdocs/internal/developer.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/internal/developer.xml Tue Dec 15 18:27:18 2015 (r47866) +++ head/en_US.ISO8859-1/htdocs/internal/developer.xml Tue Dec 15 18:37:26 2015 (r47867) @@ -18,7 +18,7 @@

    This document is an overall guide for all new committers, including both technical details and policy details. For the former, see the chapters on - + VCS Operations, the Bugzilla bug tracking system, From owner-svn-doc-all@freebsd.org Tue Dec 15 18:41:17 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E244A480BA; Tue, 15 Dec 2015 18:41:17 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C5241C64; Tue, 15 Dec 2015 18:41:17 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFIfGQp042331; Tue, 15 Dec 2015 18:41:16 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFIfGEi042330; Tue, 15 Dec 2015 18:41:16 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201512151841.tBFIfGEi042330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Tue, 15 Dec 2015 18:41:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47868 - head/en_US.ISO8859-1/htdocs/internal X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 18:41:17 -0000 Author: brueffer Date: Tue Dec 15 18:41:16 2015 New Revision: 47868 URL: https://svnweb.freebsd.org/changeset/doc/47868 Log: Update the Subversion link label as well. Modified: head/en_US.ISO8859-1/htdocs/internal/developer.xml Modified: head/en_US.ISO8859-1/htdocs/internal/developer.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/internal/developer.xml Tue Dec 15 18:37:26 2015 (r47867) +++ head/en_US.ISO8859-1/htdocs/internal/developer.xml Tue Dec 15 18:41:16 2015 (r47868) @@ -19,7 +19,7 @@ both technical details and policy details. For the former, see the chapters on -VCS Operations, the +the Subversion VCS, the Bugzilla bug tracking system, and the From owner-svn-doc-all@freebsd.org Wed Dec 16 13:56:41 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5856AA49CF4; Wed, 16 Dec 2015 13:56:41 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D92B1FE4; Wed, 16 Dec 2015 13:56:40 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBG6S3vd099915; Wed, 16 Dec 2015 06:28:03 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBG6S3wW099911; Wed, 16 Dec 2015 06:28:03 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201512160628.tBG6S3wW099911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 16 Dec 2015 06:28:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47869 - in head/share: security/advisories security/patches/SA-15:27 xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 13:56:41 -0000 Author: delphij Date: Wed Dec 16 06:28:03 2015 New Revision: 47869 URL: https://svnweb.freebsd.org/changeset/doc/47869 Log: Add advisory and patches for SA-15:27.bind. Added: head/share/security/advisories/FreeBSD-SA-15:27.bind.asc (contents, props changed) head/share/security/patches/SA-15:27/ head/share/security/patches/SA-15:27/bind.patch (contents, props changed) head/share/security/patches/SA-15:27/bind.patch.asc (contents, props changed) Modified: head/share/xml/advisories.xml Added: head/share/security/advisories/FreeBSD-SA-15:27.bind.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/advisories/FreeBSD-SA-15:27.bind.asc Wed Dec 16 06:28:03 2015 (r47869) @@ -0,0 +1,140 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +============================================================================= +FreeBSD-SA-15:27.bind Security Advisory + The FreeBSD Project + +Topic: BIND remote denial of service vulnerability + +Category: contrib +Module: bind +Announced: 2015-12-16 +Credits: ISC +Affects: FreeBSD 9.x +Corrected: 2015-12-16 06:10:05 UTC (stable/9, 9.3-STABLE) + 2015-12-16 06:21:26 UTC (releng/9.3, 9.3-RELEASE-p32) +CVE Name: CVE-2015-8000 + +For general information regarding FreeBSD Security Advisories, +including descriptions of the fields above, security branches, and the +following sections, please visit . + +I. Background + +BIND 9 is an implementation of the Domain Name System (DNS) protocols. +The named(8) daemon is an Internet Domain Name Server. The libdns +library is a library of DNS protocol support functions. + +II. Problem Description + +An error in the parsing of incoming responses allows some records with an +incorrect class to be be accepted by BIND instead of being rejected as +malformed. This can trigger a REQUIRE assertion failure when those records +are subsequently cached. + +III. Impact + +An attacker who can cause a server to request a record with a malformed class +attribute can use this bug to trigger a REQUIRE assertion in db.c, causing +named to exit and denying service to clients. + +The risk to recursive servers is high. Authoritative servers are at limited +risk if they perform authentication when making recursive queries to resolve +addresses for servers listed in NS RRSETs. + +IV. Workaround + +No workaround is available, but hosts not running named(8) are not +vulnerable. + +V. Solution + +Perform one of the following: + +1) Upgrade your vulnerable system to a supported FreeBSD stable or +release / security branch (releng) dated after the correction date. + +The named service has to be restarted after the update. A reboot is +recommended but not required. + +2) To update your vulnerable system via a binary patch: + +Systems running a RELEASE version of FreeBSD on the i386 or amd64 +platforms can be updated via the freebsd-update(8) utility: + +# freebsd-update fetch +# freebsd-update install + +The named service has to be restarted after the update. A reboot is +recommended but not required. + +3) To update your vulnerable system via a source code patch: + +The following patches have been verified to apply to the applicable +FreeBSD release branches. + +a) Download the relevant patch from the location below, and verify the +detached PGP signature using your PGP utility. + +[FreeBSD 9.3] +# fetch https://security.FreeBSD.org/patches/SA-15:27/bind.patch +# fetch https://security.FreeBSD.org/patches/SA-15:27/bind.patch.asc +# gpg --verify bind.patch.asc + +b) Apply the patch. Execute the following commands as root: + +# cd /usr/src +# patch < /path/to/patch + +c) Recompile the operating system using buildworld and installworld as +described in . + +Restart the applicable daemons, or reboot the system. + +VI. Correction details + +The following list contains the correction revision numbers for each +affected branch. + +Branch/path Revision +- ------------------------------------------------------------------------- +stable/9/ r292320 +releng/9.3/ r292321 +- ------------------------------------------------------------------------- + +To see which files were modified by a particular revision, run the +following command, replacing NNNNNN with the revision number, on a +machine with Subversion installed: + +# svn diff -cNNNNNN --summarize svn://svn.freebsd.org/base + +Or visit the following URL, replacing NNNNNN with the revision number: + + + +VII. References + + + + + +The latest revision of this advisory is available at + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.1.8 (FreeBSD) + +iQIcBAEBCgAGBQJWcQOeAAoJEO1n7NZdz2rnpUoQAIjWIowpcRnteiQ8xJFnebHN +iXj0vEWBGXofefDF1QzMZe0+mu688Brw1UGC89alhJVKfcmUP66okW5KP+4KDWUp ++jkIqjw0VLrWztc8V+YzGKkbFNprvYUKhzJJ/Y5TLjadqGRc5BBBDxwzY+9CnDfC +P+OzaTHwO2HIrqclt5nVyhgBTXSGZHai6Eyw2fBuhmEqbOWNr4cBu8IVhAtvw6SR +0lFSSITZ2z6YrDTq7l7fkeJwv+MnerpBXfe57P6r6tbDzzmsmZiNKABsk9wW2lkP +kuOTf14VNoMySCwQ60PUEtflERCTJ/QRZxZTbBRh4YZXJxPsERwj3dlfguMA/5Pq +sO9cxbhSKdoaiswKev67uVUkJXCePb8YIfcxui9Wj5YgcYaN5Au9F/tX2xMmWwfp +2+XwiRkLoNao+NYrx6hAJjWxAUTZJJJhWvu6L7mpBiImsqczd5AJq52bqD/C2M5C +v0acQ6ozNz2Fdkxy4YA1kuXm1STwFuCAfWSVYOpaLz42PeRrHzfqXFuAsoJCp8k1 +2m2pFgLgQKGhje6XY9rtaFPLulGFDOem8tdYDHH94lgToinVIZ/+GcMbV4My7vr/ +gWRnbzxr8J8/kdhUSp2+rlwnpdPEhgfcnxzwwr9F6duuwb5lLYCqNH/N4SOxRIAV +En2VQ4vrDSCP7rszpvI7 +=89Kp +-----END PGP SIGNATURE----- Added: head/share/security/patches/SA-15:27/bind.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/SA-15:27/bind.patch Wed Dec 16 06:28:03 2015 (r47869) @@ -0,0 +1,188 @@ +Index: contrib/bind9/lib/dns/include/dns/message.h +=================================================================== +--- contrib/bind9/lib/dns/include/dns/message.h (revision 292253) ++++ contrib/bind9/lib/dns/include/dns/message.h (working copy) +@@ -15,8 +15,6 @@ + * PERFORMANCE OF THIS SOFTWARE. + */ + +-/* $Id$ */ +- + #ifndef DNS_MESSAGE_H + #define DNS_MESSAGE_H 1 + +@@ -211,6 +209,8 @@ struct dns_message { + unsigned int verify_attempted : 1; + unsigned int free_query : 1; + unsigned int free_saved : 1; ++ unsigned int tkey : 1; ++ unsigned int rdclass_set : 1; + + unsigned int opt_reserved; + unsigned int sig_reserved; +@@ -1375,6 +1375,15 @@ dns_message_buildopt(dns_message_t *msg, dns_rdata + * \li other. + */ + ++void ++dns_message_setclass(dns_message_t *msg, dns_rdataclass_t rdclass); ++/*%< ++ * Set the expected class of records in the response. ++ * ++ * Requires: ++ * \li msg be a valid message with parsing intent. ++ */ ++ + ISC_LANG_ENDDECLS + + #endif /* DNS_MESSAGE_H */ +Index: contrib/bind9/lib/dns/message.c +=================================================================== +--- contrib/bind9/lib/dns/message.c (revision 292253) ++++ contrib/bind9/lib/dns/message.c (working copy) +@@ -436,6 +436,8 @@ msginit(dns_message_t *m) { + m->saved.base = NULL; + m->saved.length = 0; + m->free_saved = 0; ++ m->tkey = 0; ++ m->rdclass_set = 0; + m->querytsig = NULL; + } + +@@ -1086,13 +1088,19 @@ getquestions(isc_buffer_t *source, dns_message_t * + * If this class is different than the one we already read, + * this is an error. + */ +- if (msg->state == DNS_SECTION_ANY) { +- msg->state = DNS_SECTION_QUESTION; ++ if (msg->rdclass_set == 0) { + msg->rdclass = rdclass; ++ msg->rdclass_set = 1; + } else if (msg->rdclass != rdclass) + DO_FORMERR; + + /* ++ * Is this a TKEY query? ++ */ ++ if (rdtype == dns_rdatatype_tkey) ++ msg->tkey = 1; ++ ++ /* + * Can't ask the same question twice. + */ + result = dns_message_find(name, rdclass, rdtype, 0, NULL); +@@ -1236,12 +1244,12 @@ getsection(isc_buffer_t *source, dns_message_t *ms + * If there was no question section, we may not yet have + * established a class. Do so now. + */ +- if (msg->state == DNS_SECTION_ANY && ++ if (msg->rdclass_set == 0 && + rdtype != dns_rdatatype_opt && /* class is UDP SIZE */ + rdtype != dns_rdatatype_tsig && /* class is ANY */ + rdtype != dns_rdatatype_tkey) { /* class is undefined */ + msg->rdclass = rdclass; +- msg->state = DNS_SECTION_QUESTION; ++ msg->rdclass_set = 1; + } + + /* +@@ -1251,7 +1259,7 @@ getsection(isc_buffer_t *source, dns_message_t *ms + if (msg->opcode != dns_opcode_update + && rdtype != dns_rdatatype_tsig + && rdtype != dns_rdatatype_opt +- && rdtype != dns_rdatatype_dnskey /* in a TKEY query */ ++ && rdtype != dns_rdatatype_key /* in a TKEY query */ + && rdtype != dns_rdatatype_sig /* SIG(0) */ + && rdtype != dns_rdatatype_tkey /* Win2000 TKEY */ + && msg->rdclass != dns_rdataclass_any +@@ -1259,6 +1267,16 @@ getsection(isc_buffer_t *source, dns_message_t *ms + DO_FORMERR; + + /* ++ * If this is not a TKEY query/response then the KEY ++ * record's class needs to match. ++ */ ++ if (msg->opcode != dns_opcode_update && !msg->tkey && ++ rdtype == dns_rdatatype_key && ++ msg->rdclass != dns_rdataclass_any && ++ msg->rdclass != rdclass) ++ DO_FORMERR; ++ ++ /* + * Special type handling for TSIG, OPT, and TKEY. + */ + if (rdtype == dns_rdatatype_tsig) { +@@ -1372,6 +1390,10 @@ getsection(isc_buffer_t *source, dns_message_t *ms + skip_name_search = ISC_TRUE; + skip_type_search = ISC_TRUE; + issigzero = ISC_TRUE; ++ } else { ++ if (msg->rdclass != dns_rdataclass_any && ++ msg->rdclass != rdclass) ++ DO_FORMERR; + } + } else + covers = 0; +@@ -1610,6 +1632,7 @@ dns_message_parse(dns_message_t *msg, isc_buffer_t + msg->counts[DNS_SECTION_ADDITIONAL] = isc_buffer_getuint16(source); + + msg->header_ok = 1; ++ msg->state = DNS_SECTION_QUESTION; + + /* + * -1 means no EDNS. +@@ -3550,3 +3573,15 @@ dns_message_buildopt(dns_message_t *message, dns_r + dns_message_puttemprdatalist(message, &rdatalist); + return (result); + } ++ ++void ++dns_message_setclass(dns_message_t *msg, dns_rdataclass_t rdclass) { ++ ++ REQUIRE(DNS_MESSAGE_VALID(msg)); ++ REQUIRE(msg->from_to_wire == DNS_MESSAGE_INTENTPARSE); ++ REQUIRE(msg->state == DNS_SECTION_ANY); ++ REQUIRE(msg->rdclass_set == 0); ++ ++ msg->rdclass = rdclass; ++ msg->rdclass_set = 1; ++} +Index: contrib/bind9/lib/dns/resolver.c +=================================================================== +--- contrib/bind9/lib/dns/resolver.c (revision 292253) ++++ contrib/bind9/lib/dns/resolver.c (working copy) +@@ -6941,6 +6941,8 @@ resquery_response(isc_task_t *task, isc_event_t *e + goto done; + } + ++ dns_message_setclass(message, fctx->res->rdclass); ++ + result = dns_message_parse(message, &devent->buffer, 0); + if (result != ISC_R_SUCCESS) { + switch (result) { +@@ -7013,6 +7015,12 @@ resquery_response(isc_task_t *task, isc_event_t *e + */ + log_packet(message, ISC_LOG_DEBUG(10), fctx->res->mctx); + ++ if (message->rdclass != fctx->res->rdclass) { ++ resend = ISC_TRUE; ++ FCTXTRACE("bad class"); ++ goto done; ++ } ++ + /* + * Process receive opt record. + */ +Index: contrib/bind9/lib/dns/xfrin.c +=================================================================== +--- contrib/bind9/lib/dns/xfrin.c (revision 292253) ++++ contrib/bind9/lib/dns/xfrin.c (working copy) +@@ -1211,6 +1211,8 @@ xfrin_recv_done(isc_task_t *task, isc_event_t *ev) + msg->tsigctx = xfr->tsigctx; + xfr->tsigctx = NULL; + ++ dns_message_setclass(msg, xfr->rdclass); ++ + if (xfr->nmsg > 0) + msg->tcp_continuation = 1; + Added: head/share/security/patches/SA-15:27/bind.patch.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/SA-15:27/bind.patch.asc Wed Dec 16 06:28:03 2015 (r47869) @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.1.8 (FreeBSD) + +iQIcBAABCgAGBQJWcQOtAAoJEO1n7NZdz2rnTmwQAONDOW3LyJq2BL/pjENDM7k5 +5jCfPi8VoS2Lt6tO8ZrKA84GUt+L0RwDN9NYgxdTy7iwVN2A5sYXlG51stvQFjIl +0Pr1/LShtXAy4VL9GKXBkrLvb+RHAhuz43R2AqH+fjO+sb8SwAHlvspP753bV1BQ +P28sHyVhNQalUEJIoBcKgGJ3q5DUUzmQg7zdCGf2+nksk5JY5dagKFFZbZ1zFHnZ +/rcQvAZ/1yfQeML38aBXpVq2pYthwtKhL813WeoEpiAeTxSH+WfWyhyJKz/oJ69E +MhugQvIUjJkf1YmQo/ovjigS5fAGdImEWH6jIcFpwbQZaXZhhSBeDlxDVfl0pQk0 +YJ74aIRyNThTpPFV2dpPmrkSvDxR0Fn7oWHggxE3U11rN8eJ+U0ep2GLyUpzuQSu +PagKPpJoyODBKVed9U1CHyhJF7pKDkVWbIxhhlrQJSylc/6UZ1FHW8nA6U5tWz3L +9gAbfpuRwEKtyM90pX+BDtTDQ8Iqzqnhc+mJsRVzRiUqUi1NBsCqk9PFkcZTuYV8 +vllbPHYHvIJrl+3sXqJYNDkKQSWIl931eMLYRf9ReHjWc8VpzfLeZxU4lE8v328f +x/huRJkoBkznFJlE4AsELHbEf72ovZijXH1G1xtMZLw8CaByeao85R9fIjjiRssp +FomqFBFv1cuoA8FUra6U +=BKj+ +-----END PGP SIGNATURE----- Modified: head/share/xml/advisories.xml ============================================================================== --- head/share/xml/advisories.xml Tue Dec 15 18:41:16 2015 (r47868) +++ head/share/xml/advisories.xml Wed Dec 16 06:28:03 2015 (r47869) @@ -11,6 +11,14 @@ 12 + 26 + + + FreeBSD-SA-15:27.bind + + + + 6 From owner-svn-doc-all@freebsd.org Wed Dec 16 13:56:39 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD2D8A49CD9; Wed, 16 Dec 2015 13:56:39 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81FC51F3C; Wed, 16 Dec 2015 13:56:39 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBG6VaQ7001371; Wed, 16 Dec 2015 06:31:36 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBG6VaL3001352; Wed, 16 Dec 2015 06:31:36 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201512160631.tBG6VaL3001352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 16 Dec 2015 06:31:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47870 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 13:56:39 -0000 Author: delphij Date: Wed Dec 16 06:31:36 2015 New Revision: 47870 URL: https://svnweb.freebsd.org/changeset/doc/47870 Log: Don't time travel :-/ Modified: head/share/xml/advisories.xml Modified: head/share/xml/advisories.xml ============================================================================== --- head/share/xml/advisories.xml Wed Dec 16 06:28:03 2015 (r47869) +++ head/share/xml/advisories.xml Wed Dec 16 06:31:36 2015 (r47870) @@ -11,7 +11,7 @@ 12 - 26 + 16 FreeBSD-SA-15:27.bind From owner-svn-doc-all@freebsd.org Wed Dec 16 17:38:41 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C93C5A487D7; Wed, 16 Dec 2015 17:38:41 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E2DF1829; Wed, 16 Dec 2015 17:38:41 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBGHce02013225; Wed, 16 Dec 2015 17:38:40 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBGHceCu013224; Wed, 16 Dec 2015 17:38:40 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201512161738.tBGHceCu013224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Wed, 16 Dec 2015 17:38:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47871 - head/de_DE.ISO8859-1/books/handbook/bsdinstall X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 17:38:42 -0000 Author: bhd Date: Wed Dec 16 17:38:40 2015 New Revision: 47871 URL: https://svnweb.freebsd.org/changeset/doc/47871 Log: Update to r40526: Add a new section containing minimal information about the FreeBSD live CD to the bsdinstall chapter of the Handbook. Within it, document the required login details. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D4586 Modified: head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Wed Dec 16 06:31:36 2015 (r47870) +++ head/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml Wed Dec 16 17:38:40 2015 (r47871) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde$ - basiert auf: r40500 + basiert auf: r40526 --> &os; 9.<replaceable>X</replaceable> (und neuer) @@ -954,7 +954,7 @@ Trying to mount root from cd9660:/dev/is <para>Nach der Geräteerkennungsprozedur, werden Sie <xref linkend="bsdinstall-choose-mode"/> sehen. Das Installationsmedium kann auf drei Arten verwendet werden: um &os; zu installieren, - als eine "live CD" oder um einfach eine &os;-Shell zu öffnen. + als eine <link linkend="using-live-cd">Live-CD</link> oder um einfach eine &os;-Shell zu öffnen. Benutzen Sie die Pfeiltasten, um eine Option auszuwählen und druücken Sie <keycap>Enter</keycap> zum bestätigen.</para> @@ -2687,4 +2687,43 @@ login:</screen> </qandaset> </sect2> </sect1> + + <sect1 xml:id="using-live-cd"> + <title>Verwendung der Live-<acronym>CD</acronym> + + Neben dem Installationsprogramm steht auch die + Live-CD von &os; auf der + CD zur Verfügung. Die + Live-CD ist für Benutzer, die sich fragen, ob + &os; das richtige Betriebssystem für sie ist und die vor der + Installation noch einige Merkmale und Eigenschaften testen + wollen. + + + Die folgenden Punkte sollten beachtet werden, während die + Live-CD benutzt wird: + + + + Um Zugriff auf das System zu bekommen, wird eine + Authentifizierung benötigt. Der Benutzername ist + root und das + Kennwort bleibt leer. + + + + Da das System direkt von der CD + ausgeführt wird, ist die Geschwindigkeit deutlich + langsamer als bei einem System, das auf einer Festplatte + installiert ist. + + + + Die Live-CD enthält nur eine + Eingabeaufforderung und keine graphische + Oberfläche. + + + + From owner-svn-doc-all@freebsd.org Wed Dec 16 17:41:23 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89E38A48A38; Wed, 16 Dec 2015 17:41:23 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 417401A55; Wed, 16 Dec 2015 17:41:23 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBGHfLpF013366; Wed, 16 Dec 2015 17:41:21 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBGHfLAa013365; Wed, 16 Dec 2015 17:41:21 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201512161741.tBGHfLAa013365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Wed, 16 Dec 2015 17:41:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47872 - head/de_DE.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 17:41:23 -0000 Author: bhd Date: Wed Dec 16 17:41:21 2015 New Revision: 47872 URL: https://svnweb.freebsd.org/changeset/doc/47872 Log: Update to r47098: resort some content and remove mention of dbus and hald dependencies to Xorg. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D4587 Modified: head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Wed Dec 16 17:38:40 2015 (r47871) +++ head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Wed Dec 16 17:41:21 2015 (r47872) @@ -4,7 +4,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/x11/chapter.xml,v 1.79 2012/04/30 16:18:12 bcr Exp $ - basiert auf: r46930 + basiert auf: r47098 --> &prompt.root; pkg install xorg - - Schnellstart - - In den meisten Fällen ist &xorg; - selbstkonfigurierend. Beim Start ohne eine Konfigurationsdatei - wird die Grafikkarte und die Eingabegeräte automatisch erkannt - und verwendet. Die automatische Konfiguration ist die - bevorzugte Methode, welche zuerst probiert werden sollte. - - - - Überprüfen Sie, ob der X-Server HAL - verwendet: - - &prompt.user; pkg info xorg-server | grep HAL - - Überspringen Sie den nächsten Schritt, falls in der - Ausgabe HAL auf off - steht. Wenn HAL auf - on steht, aktivieren Sie die benötigten - Dienste, indem Sie zwei Einträge in - /etc/rc.conf hinzufügen. Danach - starten Sie die Dienste: - - hald_enable="YES" -dbus_enable="YES" - - &prompt.root; service hald start; service dbus start - - - - Benennen Sie alte Versionen von - xorg.conf um: - - &prompt.root; mv /etc/X11/xorg.conf ~/xorg.conf.etc -&prompt.root; mv /usr/local/etc/X11/xorg.conf ~/xorg.conf.localetc - - - - Starten Sie X: - - &prompt.user; startx - - Testen Sie das System, indem Sie die Maus bewegen und - Text in die Fenster schreiben. Wenn die Maus und die - Tastatur wie erwartet funktioniert, lesen Sie und . - - Wenn die Maus oder die Tastatur nicht funktioniert, - fahren Sie mit fort. - - - - <application>&xorg;</application> konfigurieren @@ -366,63 +312,91 @@ dbus_enable="YES" &xorg; - Für diejenigen, die ältere oder ungewöhnliche Hardware - besitzen, kann es vor Beginn der Konfiguration hilfreich sein, - einige Informationen zur Hardware zu sammeln. - - - - die Monitor-Synchronisationsfrequenzen - - - - den Grafikkarten-Chipsatz - + In den meisten Fällen ist &xorg; + selbstkonfigurierend. Die automatische Konfiguration ist die + bevorzugte Methode, welche zuerst probiert werden solle. Wenn X + ohne eine Konfigurationsdatei gestartet wird, wird die + Grafikkarte und die Eingabegeräte automatisch erkannt und + verwendet. Wenn das System bereits über eine + Konfigurationsdatei verfügt, Sie aber eine neue Konfiguration + erstellen möchten, dann speichern Sie zuerst eine Kopie der + alten Konfiguration: - - die Speichergröße der Grafikkarte - - + &prompt.root; mv /etc/X11/xorg.conf ~/xorg.conf.etc +&prompt.root; mv /usr/local/etc/X11/xorg.conf ~/xorg.conf.localetc - - horizontale Synchronisationsfrequenz - + Führen Sie dieses Kommando aus, um die Konfigurationsdatei + zu generieren und das X-System zu starten: - - horizontale Abtastrate - horizontale Synchronisationsfrequenz - + &prompt.user; startx - - Wiederholrate - + Wenn jetzt ein graues Raster und der X-Mauszeiger + erscheinen, war die Konfiguration erfolgreich. Beenden Sie den + Test, indem Sie auf die virtuelle Konsole wechseln, die Sie + verwendet haben, um den Test zu starten, durch gleichzeitiges + drücken von + + Ctrl + Alt + Fn + (F1 für die erste virtuelle + Konsole) und drücken anschliessend + + Ctrl + C + . + + Wenn die Maus oder die Tastatur nicht funktioniert, fahren + Sie mit fort. + + Desktop-Umgebungen wie GNOME, + KDE oder + Xfce stellen grafische Werkzeuge + bereit, um Parameter wie Video-Auflösung einzustellen. Wenn die + Standard-Konfiguration funktioniert, fahren Sie mit fort. Dort finden Sie Beispiele, wie eine + Desktop-Umgebung installiert wird. - - vertikale Synchronisationsfrequenz - Wiederholrate - + + Die Tastenkombination + + Ctrl + Alt + Backspace + kann verwendet auch werden, um + &xorg; zu beenden. Um diese zu + aktivieren, fügen geben Sie entweder den folgenden Befehl + von einem X-Terminalemulator ein: + + &prompt.user; setxkbmap -option terminate:ctrl_alt_bksp + + oder erstellen Sie eine Tastaturkonfigurationsdatei für + hald, + x11-input.fdi genannt, und legen Sie + diese im Verzeichnis + /usr/local/etc/hal/fdi/policy ab. + Diese Datei sollte die folgenden Zeilen enthalten: - - vertikale Abtastrate - Wiederholrate - + <?xml version="1.0" encoding="iso-8859-1"?> +<deviceinfo version="0.2"> + <device> + <match key="info.capabilities" contains="input.keyboard"> + <merge key="input.x11_XkbOptions" type="string">terminate:ctrl_alt_bksp</merge> + </match> + </device> +</deviceinfo> - Bildschrimauflösung und Bildwiederholfrequenz werden durch - die horizontale und vertikale Synchronisationsfrquenz des - Monitors bestimmt. Fast alle Monitore unterstüzten die - automatische Erkennung dieser Werte. Einige Monitore stellen - keine Werte bereit, die Spezifikationen müssen aus dem - Handbuch oder von der Hersteller-Webseite ermittelt - werden. + Sie müssen anschliessend ihren Computer neu starten, + um hald zu zwingen, diese Datei + einzulesen. - Der Chipsatz der Grafikkarte wird ebenfalls automatisch - erkannt, um den richtigen Grafiktreiber zu bestimmen. Dennoch - ist es für den Benutzer vorteilhaft, den installierten - Chipsatz zu kennen, falls die automatische Erkennung nicht die - gewünschten Ergebnisse liefert. + Die folgende Zeile muss ebenfalls zu + xorg.conf.new hinzugefügt werden, + entweder in den Abschnitt ServerLayout + oder ServerFlags: - Die Größe des Grafikspeichers bestimmt die maximale - Auflösung und Farbtiefe, die angezeigt werden kann. + Option "DontZap" "off" + Vorsichtsmaßnahmen @@ -467,118 +441,6 @@ dbus_enable="YES" - - - <application>&xorg;</application> konfigurieren - - &xorg; verwendet standardmäßig - HAL, um Tastaturen und Mäuse automatisch - zu erkennen. Die Ports sysutils/hal und - devel/dbus werden als Abhängigkeiten von - x11/xorg installiert, müssen aber durch - die folgenden Einträge in /etc/rc.conf - aktiviert werden: - - hald_enable="YES" -dbus_enable="YES" - - Starten Sie die Dienste, bevor Sie mit der Konfiguration - von &xorg; fortfahren: - - &prompt.root; service hald start -&prompt.root; service dbus start - - Sobald die Dienste gestartet sind, prüfen Sie ob - &xorg; sich automatisch - konfigurieren lässt: - - &prompt.root; Xorg -configure - - Dies wird eine Datei mit dem Namen - /root/xorg.conf.new erstellen, welche - versucht, die passenden Treiber für die erkannte Hardware zu - laden. Prüfen Sie als nächstes, ob die automatisch - generierte Konfigurationsdatei mit der Grafik-Hardware - verwendet werden kann, indem Sie folgendes eingeben: - - &prompt.root; Xorg -config xorg.conf.new -retro - - Wenn jetzt ein graues Raster und der X-Mauszeiger - erscheinen, war die Konfiguration erfolgreich. Beenden Sie - den Test, indem Sie auf die virtuelle Konsole wechseln, die - Sie verwendet haben, um den Test zu starten, durch - gleichzeitiges drücken von - - Ctrl - Alt - Fn - (F1 für die erste virtuelle - Konsole) und drücken anschliessend - - Ctrl - C - . - - - Die Tastenkombination - - Ctrl - Alt - Backspace - kann verwendet werden, um - &xorg; zu beenden. Um diese zu - aktivieren, fügen geben Sie entweder den folgenden Befehl - von einem X-Terminalemulator ein: - - &prompt.user; setxkbmap -option terminate:ctrl_alt_bksp - - oder erstellen Sie eine Tastaturkonfigurationsdatei für - hald, - x11-input.fdi genannt, und legen Sie - diese im Verzeichnis - /usr/local/etc/hal/fdi/policy ab. - Diese Datei sollte die folgenden Zeilen enthalten: - - <?xml version="1.0" encoding="iso-8859-1"?> -<deviceinfo version="0.2"> - <device> - <match key="info.capabilities" contains="input.keyboard"> - <merge key="input.x11_XkbOptions" type="string">terminate:ctrl_alt_bksp</merge> - </match> - </device> -</deviceinfo> - - Sie müssen anschliessend ihren Computer neu starten, - um hald zu zwingen, diese Datei - einzulesen. - - Die folgende Zeile muss ebenfalls zu - xorg.conf.new hinzugefügt werden, - entweder in den Abschnitt ServerLayout - oder ServerFlags: - - Option "DontZap" "off" - - - Wenn der Test nicht erfolgreich ist, fahren Sie mit - fort. Sobald der Test - erfolgreich ist, kopieren Sie die Konfigurationsdatei nach - /etc/X11/xorg.conf: - - &prompt.root; cp xorg.conf.new /etc/X11/xorg.conf - - - Desktop-Umgebungen wie - GNOME, - KDE oder - Xfce stellen grafische - Werkzeuge bereit, um Parameter wie Video-Auflösung - einzustellen. Wenn die Standard-Konfiguration - funktioniert, fahren Sie mit - fort. Dort finden Sie Beispiele, wie eine - Desktop-Umgebung installiert wird. - - From owner-svn-doc-all@freebsd.org Wed Dec 16 18:23:19 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 026EFA4886F; Wed, 16 Dec 2015 18:23:19 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B012D161E; Wed, 16 Dec 2015 18:23:18 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBGINHat027364; Wed, 16 Dec 2015 18:23:17 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBGINH2k027363; Wed, 16 Dec 2015 18:23:17 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201512161823.tBGINH2k027363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Wed, 16 Dec 2015 18:23:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47873 - head/de_DE.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 18:23:19 -0000 Author: bhd Date: Wed Dec 16 18:23:17 2015 New Revision: 47873 URL: https://svnweb.freebsd.org/changeset/doc/47873 Log: Update to r47273: Remove reference to mouse chapter. Modified: head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Wed Dec 16 17:41:21 2015 (r47872) +++ head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Wed Dec 16 18:23:17 2015 (r47873) @@ -4,7 +4,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/x11/chapter.xml,v 1.79 2012/04/30 16:18:12 bcr Exp $ - basiert auf: r47098 + basiert auf: r47273 --> Fehlersuche - Wenn die Maus nicht funktioniert, prüfen Sie zuerst, ob die - Maus konfiguriert wurde. Lesen Sie im - &os;-Installationskapitel. In neueren Versionen von + Wenn die Maus nicht funktioniert, müssen Sie diese zuerst + konfigurieren. In neueren Versionen von &xorg; werden die InputDevice-Abschnitte in xorg.conf ignoriert, um stattdessen die From owner-svn-doc-all@freebsd.org Wed Dec 16 20:00:25 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 486F6A49670; Wed, 16 Dec 2015 20:00:25 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 179801435; Wed, 16 Dec 2015 20:00:25 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBGK0OQo054662; Wed, 16 Dec 2015 20:00:24 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBGK0Ok4054661; Wed, 16 Dec 2015 20:00:24 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201512162000.tBGK0Ok4054661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Wed, 16 Dec 2015 20:00:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47874 - head/de_DE.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 20:00:25 -0000 Author: bhd Date: Wed Dec 16 20:00:23 2015 New Revision: 47874 URL: https://svnweb.freebsd.org/changeset/doc/47874 Log: Update to r47473: address gnome2 content Modified: head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Wed Dec 16 18:23:17 2015 (r47873) +++ head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Wed Dec 16 20:00:23 2015 (r47874) @@ -4,7 +4,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/x11/chapter.xml,v 1.79 2012/04/30 16:18:12 bcr Exp $ - basiert auf: r47273 + basiert auf: r47473 --> Diese grafische Oberfläche kann als Paket installiert werden: - &prompt.root; pkg install gnome2 + &prompt.root; pkg install gnome3 Um GNOME stattdessen aus der Ports-Sammlung zu übersetzen, nutzen Sie das folgende @@ -1019,7 +1019,7 @@ DisplayManager.requestPort: 0 - &prompt.root; cd /usr/ports/x11/gnome2 + &prompt.root; cd /usr/ports/x11/gnome3 &prompt.root; make install clean Damit GNOME korrekt From owner-svn-doc-all@freebsd.org Wed Dec 16 22:36:49 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16795A4AF00; Wed, 16 Dec 2015 22:36:49 +0000 (UTC) (envelope-from crees@physics.org) Received: from mk-outboundfilter-6.mail.uk.tiscali.com (mk-outboundfilter-6.mail.uk.tiscali.com [212.74.114.14]) by mx1.freebsd.org (Postfix) with ESMTP id 0B5351AFF; Wed, 16 Dec 2015 22:36:47 +0000 (UTC) (envelope-from crees@physics.org) X-Trace: 256556527/mk-outboundfilter-6.mail.uk.tiscali.com/PIPEX/$ON_NET_AUTH_ACCEPTED/Talk_Talk_Customer/2.102.106.120/-4.0/crees@physics.org X-SBRS: -4.0 X-RemoteIP: 2.102.106.120 X-IP-MAIL-FROM: crees@physics.org X-SMTP-AUTH: bayofrum@uwclub.net X-MUA: K-9 Mail for Android X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BACAAy5nFWPHhqZgJegzpSbb9pIYVsAoEtTQEBAQEBAQcBAQEBQT+ENQEBBCMECwEjMwsECgYEKgICOQoUBgESGogZAQmsGZIGAQEBAQEBBAEBAQEBAQEBAQEZhlaCD4IgToFAgmoQAgEcIg2Cby+BGgWNNYlHhTmJa0mDfIJ1EIYUjWGDAoFmPjSEbgEBAQ X-IPAS-Result: A2BACAAy5nFWPHhqZgJegzpSbb9pIYVsAoEtTQEBAQEBAQcBAQEBQT+ENQEBBCMECwEjMwsECgYEKgICOQoUBgESGogZAQmsGZIGAQEBAQEBBAEBAQEBAQEBAQEZhlaCD4IgToFAgmoQAgEcIg2Cby+BGgWNNYlHhTmJa0mDfIJ1EIYUjWGDAoFmPjSEbgEBAQ X-IronPort-AV: E=Sophos;i="5.20,438,1444690800"; d="scan'208,217";a="256556527" X-IP-Direction: OUT Received: from host-2-102-106-120.as13285.net (HELO pegasus.bayofrum.net) ([2.102.106.120]) by smtp.pipex.tiscali.co.uk with ESMTP; 16 Dec 2015 22:35:37 +0000 Received: from [192.168.1.128] (unknown [192.168.1.1]) by pegasus.bayofrum.net (Postfix) with ESMTPSA id BD3B46E3EA; Wed, 16 Dec 2015 22:35:30 +0000 (GMT) User-Agent: K-9 Mail for Android In-Reply-To: <201512142258.tBEMwiPs071494@repo.freebsd.org> References: <201512142258.tBEMwiPs071494@repo.freebsd.org> MIME-Version: 1.0 Subject: Re: svn commit: r47861 - head/en_US.ISO8859-1/articles/contributors From: Chris Rees Date: Wed, 16 Dec 2015 22:35:33 +0000 To: Brad Davis , doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Message-ID: <888ED7E0-EB8E-4A65-AFAA-5290DB3619D0@physics.org> X-bayofrum-MailScanner-Information: Please contact the ISP for more information X-bayofrum-MailScanner-ID: BD3B46E3EA.A0FEE X-bayofrum-MailScanner: Found to be clean X-bayofrum-MailScanner-From: crees@physics.org X-Spam-Status: No Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 22:36:49 -0000 Hi Brad, Should probably either be Jürgen or Juergen, not with umlaut and 'e'. I would suggest the latter, given that it matches his email link in the title, unless you want to change that too. Also gutted about the news :( Chris On 14 December 2015 22:58:44 GMT+00:00, Brad Davis wrote: >Author: brd >Date: Mon Dec 14 22:58:44 2015 >New Revision: 47861 >URL: https://svnweb.freebsd.org/changeset/doc/47861 > >Log: > UTF-8 -> ISO-8859-1 of Juergen's name so it renders properly. > > Submitted by: bapt > >Modified: > head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml > >Modified: >head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml >============================================================================== >--- >head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Mon >Dec 14 15:47:53 2015 (r47860) >+++ >head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Mon >Dec 14 22:58:44 2015 (r47861) >@@ -3,11 +3,11 @@ >xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"> > > &a.nox.email; (2006 - 2015; RIP 2015) >- Jürgen made a number of contributions to &os;, including >- work on libvirt, the graphics stack, and QEMU. Jürgen's >- contributions and helpfulness were appreciated by people >- around the world. That work continues to improve the lives >- of thousands every day. >+ Jüergen made a number of contributions to &os;, >+ including work on libvirt, the graphics stack, and QEMU. >+ Jüergen's contributions and helpfulness were appreciated by >+ people around the world. That work continues to improve the >+ lives of thousands every day. > > > > > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-svn-doc-all@freebsd.org Thu Dec 17 01:38:49 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 647A3A4A775; Thu, 17 Dec 2015 01:38:49 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 195A21081; Thu, 17 Dec 2015 01:38:49 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBH1cmo9055786; Thu, 17 Dec 2015 01:38:48 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBH1cmdA055785; Thu, 17 Dec 2015 01:38:48 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201512170138.tBH1cmdA055785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Thu, 17 Dec 2015 01:38:48 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47875 - head/en_US.ISO8859-1/articles/committers-guide X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 01:38:49 -0000 Author: wblock Date: Thu Dec 17 01:38:47 2015 New Revision: 47875 URL: https://svnweb.freebsd.org/changeset/doc/47875 Log: Add a new section on benefits, supplied by bapt@. Move the last question about perks from the miscellaneous questions section into this section. Submitted by: bapt (part) Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Wed Dec 16 20:00:23 2015 (r47874) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Thu Dec 17 01:38:47 2015 (r47875) @@ -4975,23 +4975,30 @@ Do you want to commit? (no = start a she internal pages. + + - - - Are there any perks of being an &os; committer? - + + Benefits and Perks for &os; Comitters - + + Recognition Recognition as a competent software engineer is the longest lasting value. In addition, getting a chance to work with some of the best people that every engineer would dream of meeting is a great perk! + + + FreeBSD Mall &os; committers can get a free 4-CD or DVD set at conferences from &os; Mall, Inc.. + + + <acronym>IRC</acronym> In addition, developers may request a cloaked hostmask for their account on the Freenode IRC network in the form of @@ -5003,8 +5010,19 @@ Do you want to commit? (no = start a she To request a cloak, send an email to &a.irc.email; with your requested hostmask and NickServ account name. - - - + + + + <systemitem + class="domainname">Gandi.net</systemitem> + + Gandi provides website hosting, cloud computing, domain + registration, and X.509 certificate services. + + Gandi offers an E-rate discount to all &os; developers. + Send mail to non-profit@gandi.net using your + @freebsd.org mail address, and indicate + your Gandi handle. + From owner-svn-doc-all@freebsd.org Thu Dec 17 01:45:08 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54E7FA4AB60; Thu, 17 Dec 2015 01:45:08 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F32A1465; Thu, 17 Dec 2015 01:45:08 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBH1j7VJ058594; Thu, 17 Dec 2015 01:45:07 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBH1j731058593; Thu, 17 Dec 2015 01:45:07 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201512170145.tBH1j731058593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Thu, 17 Dec 2015 01:45:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47876 - head/en_US.ISO8859-1/articles/committers-guide X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 01:45:08 -0000 Author: wblock Date: Thu Dec 17 01:45:07 2015 New Revision: 47876 URL: https://svnweb.freebsd.org/changeset/doc/47876 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Thu Dec 17 01:38:47 2015 (r47875) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Thu Dec 17 01:45:07 2015 (r47876) @@ -572,9 +572,9 @@ You need a Passphrase to protect your se Check out a working copy from a mirror by substituting the mirror's URL for - svn+ssh://repo.freebsd.org/base. This can - be an official mirror or a mirror maintained by - using svnsync. + svn+ssh://repo.freebsd.org/base. This + can be an official mirror or a mirror maintained by using + svnsync. There is a serious disadvantage to this method: every time something is to be committed, a @@ -824,8 +824,8 @@ You need a Passphrase to protect your se &prompt.user; svn co https://svn.FreeBSD.org/base/head /usr/src - More details on using Subversion this way can be found in Using + More details on using Subversion this way can be found + in Using Subversion. @@ -2141,14 +2141,14 @@ ControlPersist yes This will wipe out uncommitted patches. It is possible to automatically fill the "Sponsored by" - and "MFC after" commit log fields by setting "freebsd-sponsored-by" - and "freebsd-mfc-after" fields in the "[miscellany]" section of the + and "MFC after" commit log fields by setting + "freebsd-sponsored-by" and "freebsd-mfc-after" fields in the + "[miscellany]" section of the ~/.subversion/config configuration file. For example: freebsd-sponsored-by = The FreeBSD Foundation freebsd-mfc-after = 2 weeks - @@ -2366,8 +2366,8 @@ freebsd-mfc-after = 2 weeks - Log into freefall.FreeBSD.org and - create a + Log into freefall.FreeBSD.org + and create a /var/forward/user (where user is your username) file containing the e-mail address where you want mail @@ -2377,9 +2377,9 @@ freebsd-mfc-after = 2 weeksfreefall may get - truncated without warning if space needs to be freed, so - forward it or read it and you will not lose it. + freefall may get truncated + without warning if space needs to be freed, so forward it + or read it and you will not lose it. Due to the severe load dealing with SPAM places on the central mail servers that do the mailing list processing @@ -2474,7 +2474,8 @@ freebsd-mfc-after = 2 weeksAvoid obfuscating the email address of the submitter as this adds additional work when searching - logs. + logs. + @@ -3156,8 +3157,9 @@ Relnotes: yes >http://www.FreeBSD.org/internal/code-of-conduct.html. As committers, you form the public face of the project, and how you behave has a vital impact on the public perception of it. - This guide expands on the parts of the Code of - Conduct specific to committers. + This guide expands on the parts of the + Code of Conduct specific to + committers. @@ -3268,7 +3270,7 @@ Relnotes: yes Details - + Respect other committers. @@ -3665,7 +3667,7 @@ Relnotes: yes - + Privacy and Confidentiality @@ -3678,7 +3680,7 @@ Relnotes: yes that most of the development process is open to public scrutiny. - + Certain sensitive matters must remain private or held under embargo. @@ -4983,33 +4985,34 @@ Do you want to commit? (no = start a she Recognition - Recognition as a competent software engineer is the - longest lasting value. In addition, getting a chance - to work with some of the best people that every engineer - would dream of meeting is a great perk! + + Recognition as a competent software engineer is the + longest lasting value. In addition, getting a chance to work + with some of the best people that every engineer would dream + of meeting is a great perk! FreeBSD Mall - &os; committers can get a free 4-CD or DVD set at - conferences from - &os; Mall, - Inc.. + + &os; committers can get a free 4-CD or DVD set at + conferences from + &os; Mall, + Inc.. <acronym>IRC</acronym> - In addition, developers may request a cloaked hostmask - for their account on the Freenode IRC network in the form - of - freebsd/developer/freefall - name - or - freebsd/developer/NickServ - name. - To request a cloak, send an email - to &a.irc.email; with your requested hostmask and - NickServ account name. + + In addition, developers may request a cloaked hostmask + for their account on the Freenode IRC network in the form + of + freebsd/developer/freefall + name or + freebsd/developer/NickServ + name. To request a cloak, send an email to + &a.irc.email; with your requested hostmask and NickServ + account name. From owner-svn-doc-all@freebsd.org Thu Dec 17 01:46:53 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 253BAA4AC49; Thu, 17 Dec 2015 01:46:53 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8CDE151A; Thu, 17 Dec 2015 01:46:52 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBH1kqRY058677; Thu, 17 Dec 2015 01:46:52 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBH1kqiV058676; Thu, 17 Dec 2015 01:46:52 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201512170146.tBH1kqiV058676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Thu, 17 Dec 2015 01:46:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47877 - head/en_US.ISO8859-1/books/porters-handbook/keeping-up X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 01:46:53 -0000 Author: wblock Date: Thu Dec 17 01:46:51 2015 New Revision: 47877 URL: https://svnweb.freebsd.org/changeset/doc/47877 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/books/porters-handbook/keeping-up/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/keeping-up/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/keeping-up/chapter.xml Thu Dec 17 01:45:07 2015 (r47876) +++ head/en_US.ISO8859-1/books/porters-handbook/keeping-up/chapter.xml Thu Dec 17 01:46:51 2015 (r47877) @@ -40,9 +40,9 @@ FreshPorts also has a sanity test feature which automatically tests each commit to the &os; ports tree. If - subscribed to this service, a committer will receive notifications - of any errors which FreshPorts detects during sanity testing of their - commits. + subscribed to this service, a committer will receive + notifications of any errors which FreshPorts detects during + sanity testing of their commits. From owner-svn-doc-all@freebsd.org Thu Dec 17 01:52:35 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16818A49012; Thu, 17 Dec 2015 01:52:35 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E23D11938; Thu, 17 Dec 2015 01:52:34 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBH1qYJS061346; Thu, 17 Dec 2015 01:52:34 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBH1qYFg061345; Thu, 17 Dec 2015 01:52:34 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201512170152.tBH1qYFg061345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Thu, 17 Dec 2015 01:52:33 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47878 - head/en_US.ISO8859-1/books/porters-handbook/porting-dads X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 01:52:35 -0000 Author: wblock Date: Thu Dec 17 01:52:33 2015 New Revision: 47878 URL: https://svnweb.freebsd.org/changeset/doc/47878 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml Thu Dec 17 01:46:51 2015 (r47877) +++ head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml Thu Dec 17 01:52:33 2015 (r47878) @@ -132,8 +132,9 @@ ARCH - The architecture as returned by uname - -m (for example, i386) + The architecture as returned by + uname -m (for example, + i386) @@ -159,8 +160,8 @@ LOCALBASE - The base of the local tree (for example, - /usr/local) + The base of the local tree (for + example, /usr/local) @@ -216,9 +217,9 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD Do Things Rationally The Makefile should do things in a - simple and reasonable manner. Making it a couple of lines shorter or - more readable is always better. Examples include using a make - .if construct instead of a shell + simple and reasonable manner. Making it a couple of lines + shorter or more readable is always better. Examples include + using a make .if construct instead of a shell if construct, not redefining do-extract if redefining EXTRACT* is enough, and using @@ -228,10 +229,10 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD If a lot of new code is needed to do something, there may already be an implementation of it in - bsd.port.mk. While - hard to read, there are a great many seemingly-hard problems for - which bsd.port.mk already provides a - shorthand solution. + bsd.port.mk. While hard to read, there are + a great many seemingly-hard problems for which + bsd.port.mk already provides a shorthand + solution. @@ -250,9 +251,9 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD NO_PACKAGE=ignores either cc or cxx to the Makefile. - Here is an example of a Makefile respecting - both CC and CXX. - Note the ?=: + Here is an example of a Makefile + respecting both CC and + CXX. Note the ?=: CC?= gcc @@ -288,8 +289,8 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD NO_PACKAGE=ignores cflags to the Makefile. - Here is an example of a Makefile respecting - CFLAGS. Note the + Here is an example of a Makefile + respecting CFLAGS. Note the +=: CFLAGS+= -Wall -Werror @@ -421,19 +422,18 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD FORBIDDEN is used for ports that contain a security vulnerability or induce grave concern regarding the security of a &os; system with a given port - installed (for example, a reputably insecure program or a program - that provides easily exploitable services). Mark ports - as FORBIDDEN as soon as a + installed (for example, a reputably insecure program or a + program that provides easily exploitable services). Mark + ports as FORBIDDEN as soon as a particular piece of software has a vulnerability and there - is no released upgrade. Ideally upgrade ports - as soon as possible when a security vulnerability is - discovered so as to reduce the number of vulnerable &os; - hosts (we like being known for being secure), however - sometimes there is a noticeable time gap between - disclosure of a vulnerability and an updated release of - the vulnerable software. Do not mark a port - FORBIDDEN for any reason other than - security. + is no released upgrade. Ideally upgrade ports as soon as + possible when a security vulnerability is discovered so as + to reduce the number of vulnerable &os; hosts (we like + being known for being secure), however sometimes there is + a noticeable time gap between disclosure of a + vulnerability and an updated release of the vulnerable + software. Do not mark a port FORBIDDEN + for any reason other than security. @@ -684,10 +684,10 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD xlink:href="https://wiki.ubuntu.com/DashAsBinSh">here. Check that headers are included in the - POSIX or man page recommended way. For example, - sys/types.h is often forgotten, which is - not as much of a problem for &linux; as it is for &os;. - + POSIX or man page recommended way. For + example, sys/types.h is often forgotten, + which is not as much of a problem for &linux; as it is for + &os;. From owner-svn-doc-all@freebsd.org Thu Dec 17 01:56:37 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83538A492C0; Thu, 17 Dec 2015 01:56:37 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22B261AAC; Thu, 17 Dec 2015 01:56:36 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBH1uYe6061510; Thu, 17 Dec 2015 01:56:34 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBH1uYVd061509; Thu, 17 Dec 2015 01:56:34 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201512170156.tBH1uYVd061509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Thu, 17 Dec 2015 01:56:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47879 - head/en_US.ISO8859-1/books/porters-handbook/security X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 01:56:37 -0000 Author: wblock Date: Thu Dec 17 01:56:34 2015 New Revision: 47879 URL: https://svnweb.freebsd.org/changeset/doc/47879 Log: Fix a URL. Translators: this is a content change that affects how the link is displayed. Modified: head/en_US.ISO8859-1/books/porters-handbook/security/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/security/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/security/chapter.xml Thu Dec 17 01:52:33 2015 (r47878) +++ head/en_US.ISO8859-1/books/porters-handbook/security/chapter.xml Thu Dec 17 01:56:34 2015 (r47879) @@ -120,8 +120,7 @@ quickly. Those who are not committers or have discovered an exceptionally severe vulnerability should not hesitate to contact the Security Officer Team directly, as described - on the - &os; Security Information page. + on the &os; Security Information page. The VuXML database is an XML document. Its source file vuln.xml is kept right From owner-svn-doc-all@freebsd.org Thu Dec 17 01:59:31 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC62BA494CA; Thu, 17 Dec 2015 01:59:31 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BEA71CAB; Thu, 17 Dec 2015 01:59:31 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBH1xUBh061734; Thu, 17 Dec 2015 01:59:30 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBH1xUdj061733; Thu, 17 Dec 2015 01:59:30 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201512170159.tBH1xUdj061733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Thu, 17 Dec 2015 01:59:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47880 - head/en_US.ISO8859-1/books/porters-handbook/security X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 01:59:31 -0000 Author: wblock Date: Thu Dec 17 01:59:30 2015 New Revision: 47880 URL: https://svnweb.freebsd.org/changeset/doc/47880 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/books/porters-handbook/security/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/security/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/security/chapter.xml Thu Dec 17 01:56:34 2015 (r47879) +++ head/en_US.ISO8859-1/books/porters-handbook/security/chapter.xml Thu Dec 17 01:59:30 2015 (r47880) @@ -97,12 +97,13 @@ the community of port users about the jeopardy. Such notification serves two purposes. First, if the danger is really severe it will be wise to apply an instant workaround. - For example, stop the affected network service or even deinstall the - port completely until the vulnerability is closed. Second, a - lot of users tend to upgrade installed packages only - occasionally. They will know from the notification that they - must update the package without delay as - soon as a corrected version is available. + For example, stop the affected network service or even + deinstall the port completely until the vulnerability is + closed. Second, a lot of users tend to upgrade installed + packages only occasionally. They will know from the + notification that they must update the + package without delay as soon as a corrected version is + available. Given the huge number of ports in the tree, a security advisory cannot be issued on each incident without creating a @@ -115,12 +116,14 @@ intervention. Committers can update the VuXML - database themselves, assisting the Security Officer Team - and delivering crucial information to the community more - quickly. Those who are not committers or have discovered - an exceptionally severe vulnerability should not hesitate - to contact the Security Officer Team directly, as described - on the &os; Security Information page. + database themselves, assisting the Security Officer Team and + delivering crucial information to the community more quickly. + Those who are not committers or have discovered an + exceptionally severe vulnerability should not hesitate to + contact the Security Officer Team directly, as described on + the &os; + Security Information page. The VuXML database is an XML document. Its source file vuln.xml is kept right @@ -204,8 +207,8 @@ </vuln> The tag names are supposed to be self-explanatory so we - shall take a closer look only at fields which needs to be filled - in: + shall take a closer look only at fields which needs to be + filled in: @@ -232,10 +235,10 @@ important build-time configuration options. - It is the submitter's responsibility to find all such related - packages when writing a VuXML entry. Keep in mind that - make search name=foo is helpful. - The primary points to look for are: + It is the submitter's responsibility to find all + such related packages when writing a VuXML entry. Keep + in mind that make search name=foo is + helpful. The primary points to look for are: @@ -267,8 +270,8 @@ <le>, <eq>, <ge>, and - <gt> elements. Check that the version - ranges given do not overlap. + <gt> elements. Check that the + version ranges given do not overlap. In a range specification, * (asterisk) denotes the smallest version number. In @@ -408,12 +411,11 @@ Testing Changes to the VuXML Database - This example describes a new entry for a - vulnerability in the package dropbear that - has been fixed in version dropbear-2013.59. + This example describes a new entry for a vulnerability in + the package dropbear that has been fixed in + version dropbear-2013.59. - As a prerequisite, - install a fresh version of + As a prerequisite, install a fresh version of security/vuxml port. First, check whether there already is an entry for this @@ -434,8 +436,8 @@ &prompt.user; make validate - At least one of these packages needs to be - installed: textproc/libxml2, + At least one of these packages needs to be installed: + textproc/libxml2, textproc/jade. @@ -464,4 +466,3 @@ WWW: http://portaudit.FreeBSD.org/8c9b48 - From owner-svn-doc-all@freebsd.org Thu Dec 17 02:16:47 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5CF3A4A18F; Thu, 17 Dec 2015 02:16:46 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1F7217A1; Thu, 17 Dec 2015 02:16:46 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBH2Gj3f067343; Thu, 17 Dec 2015 02:16:45 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBH2GjXi067342; Thu, 17 Dec 2015 02:16:45 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201512170216.tBH2GjXi067342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Thu, 17 Dec 2015 02:16:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47881 - head/en_US.ISO8859-1/books/porters-handbook/special X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 02:16:47 -0000 Author: wblock Date: Thu Dec 17 02:16:45 2015 New Revision: 47881 URL: https://svnweb.freebsd.org/changeset/doc/47881 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Thu Dec 17 01:59:30 2015 (r47880) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Thu Dec 17 02:16:45 2015 (r47881) @@ -79,16 +79,15 @@ ${LN} -sf libfoo.so.42 ${STAGEDIR}${PREFIX}/lib/libfoo.so The source path - ${PREFIX}/lib/libfoo.so.42 looks fine but - could, in fact, be incorrect. Absolute paths can point to a - wrong location, like when a remote file system has been - mounted with NFS under a non-root mount + ${PREFIX}/lib/libfoo.so.42 + looks fine but could, in fact, be incorrect. Absolute paths can + point to a wrong location, like when a remote file system has + been mounted with NFS under a non-root mount point. Relative paths are less fragile, and often much shorter. Ports that install kernel modules must prepend - STAGEDIR to - their destination, by default + STAGEDIR to their destination, by default /boot/modules. @@ -679,16 +678,17 @@ IGNORE= may not be redistributed because -Os -DNDEBUG correspondingly. The lower-cased value of CMAKE_BUILD_TYPE is exported to PLIST_SUB and must be - used if the port installs *.cmake + used if the port installs + *.cmake depending on the build type (see deskutils/strigi for an - example). Please note that some projects may define their - own build profiles and/or force particular build type by - setting CMAKE_BUILD_TYPE in - CMakeLists.txt. To - make a port for such a project respect - CFLAGS and WITH_DEBUG, - the CMAKE_BUILD_TYPE definitions must be + example). Please note that some projects may define their own + build profiles and/or force particular build type by setting + CMAKE_BUILD_TYPE in + CMakeLists.txt. To make a port for such + a project respect CFLAGS and + WITH_DEBUG, the + CMAKE_BUILD_TYPE definitions must be removed from those files. Most CMake-based projects @@ -816,7 +816,8 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/subp - <command>libtool</command> and <command>libtoolize</command> + <command>libtool</command> and + <command>libtoolize</command> Ports shipping with their own copy of libtool (search for a file named ltmain.sh) need to have @@ -950,13 +951,13 @@ GNU_CONFIGURE= yes Optional Usage - Some software products allow for disabling NLS. For example, - through passing to - configure. In that case, the port - must use gettext conditionally, - depending on the status of the NLS - option. For ports of low to medium complexity, use - this idiom: + Some software products allow for disabling + NLS. For example, through passing + to + configure. In that case, the port must use + gettext conditionally, depending on the + status of the NLS option. For ports of low + to medium complexity, use this idiom: GNU_CONFIGURE= yes @@ -1091,8 +1092,8 @@ PLIST_SUB+= NLS="@comment " PERL_VERSION - The full version of Perl - installed (for example, 5.8.9). + The full version of Perl installed (for example, + 5.8.9). @@ -1111,8 +1112,8 @@ PLIST_SUB+= NLS="@comment " PERL_PORT - Name of the Perl port that is - installed (for example, perl5). + Name of the Perl port that is installed (for + example, perl5). @@ -1337,8 +1338,8 @@ USE_XORG= x11 xpm Files Ports that include predefined - *.desktop must - include those files in pkg-plist + *.desktop + must include those files in pkg-plist and install them in the $LOCALBASE/share/applications directory. The _run suffixes can be used to force components dependency type (for example, baseapps_run). If no suffix is set, a - default dependency type will be used. To force - both types, add the component twice with both suffixes - (for example, automoc4_build automoc4_run). The - most commonly used components are listed below (up-to-date + default dependency type will be used. To force both types, + add the component twice with both suffixes (for example, + automoc4_build automoc4_run). The most + commonly used components are listed below (up-to-date components are documented at the top of /usr/ports/Mk/bsd.kde4.mk): @@ -2859,14 +2860,14 @@ USE_QT4= moc_build qmake_build rcc_build Variable Definitions If the port needs a Java™ Development Kit - (JDK™) to either build, run or even extract the - distfile, then define + (JDK™) to either build, run or even + extract the distfile, then define USE_JAVA. - There are several JDKs in the ports collection, from - various vendors, and in several versions. If the port must - use one of these versions, define which one. The - most current version, and &os; default is + There are several JDKs in the ports + collection, from various vendors, and in several versions. If + the port must use one of these versions, define which one. + The most current version, and &os; default is java/openjdk6. @@ -2899,35 +2900,37 @@ USE_QT4= moc_build qmake_build rcc_build JAVA_OS - List of space-separated suitable JDK port - operating systems for the port (allowed values: + List of space-separated suitable + JDK port operating systems for the + port (allowed values: native linux). JAVA_VENDOR - List of space-separated suitable JDK port - vendors for the port (allowed values: + List of space-separated suitable + JDK port vendors for the port + (allowed values: freebsd bsdjava sun openjdk). JAVA_BUILD - When set, add the selected JDK port to the build - dependencies. + When set, add the selected JDK + port to the build dependencies. JAVA_RUN - When set, add the selected JDK port to the run - dependencies. + When set, add the selected JDK + port to the run dependencies. JAVA_EXTRACT - When set, add the selected JDK port to the - extract dependencies. + When set, add the selected JDK + port to the extract dependencies. @@ -2950,28 +2953,30 @@ USE_QT4= moc_build qmake_build rcc_build JAVA_PORT - The name of the JDK port (for example, - java/openjdk6). + The name of the JDK port (for + example, java/openjdk6). JAVA_PORT_VERSION - The full version of the JDK port (for example, - 1.6.0). Only the first two - digits of this version number are needed, use + The full version of the JDK + port (for example, 1.6.0). Only + the first two digits of this version number are + needed, use ${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1.\2/}. JAVA_PORT_OS - The operating system used by the JDK port - (for example, 'native'). + The operating system used by the + JDK port (for example, + 'native'). JAVA_PORT_VENDOR - The vendor of the JDK port (for example, - 'openjdk'). + The vendor of the JDK port + (for example, 'openjdk'). @@ -2983,15 +2988,16 @@ USE_QT4= moc_build qmake_build rcc_build JAVA_PORT_VENDOR_DESCRIPTION - Description of the vendor of the JDK port - (for example, 'OpenJDK BSD Porting + Description of the vendor of the + JDK port (for example, + 'OpenJDK BSD Porting Team'). JAVA_HOME - Path to the installation directory of the JDK - (for example, + Path to the installation directory of the + JDK (for example, '/usr/local/openjdk6'). @@ -3086,8 +3092,8 @@ USE_QT4= moc_build qmake_build rcc_build JAVA_CLASSES - Path to the archive that contains the JDK class - files, + Path to the archive that contains the + JDK class files, ${JAVA_HOME}/jre/lib/rt.jar. @@ -3096,7 +3102,8 @@ USE_QT4= moc_build qmake_build rcc_build Use the java-debug make target to get information for debugging the port. It will - display the value of many of the previously listed variables. + display the value of many of the previously listed + variables.Additionally, these constants are defined so all Java ports may be installed in a consistent way: @@ -3147,14 +3154,14 @@ USE_QT4= moc_build qmake_build rcc_build Building with AntWhen the port is to be built using Apache Ant, it has to - define USE_ANT. Ant is thus considered - to be the sub-make command. When no - do-build target is defined by the port, a - default one will be set that runs Ant according to - MAKE_ENV, MAKE_ARGS - and ALL_TARGET. This is similar to the - USES= gmake mechanism, which is - documented in . + define USE_ANT. Ant is thus considered to + be the sub-make command. When no + do-build target is defined by the + port, a default one will be set that runs Ant according to + MAKE_ENV, MAKE_ARGS and + ALL_TARGET. This is similar to the + USES= gmake mechanism, which is documented + in . @@ -3164,11 +3171,11 @@ USE_QT4= moc_build qmake_build rcc_build the JAR file(s) in ${JAVAJARDIR}, and everything else under ${JAVASHAREDIR}/${PORTNAME} (except for - the documentation, see below). To reduce the - packing file size, reference the JAR file(s) - directly in the Makefile. Use this - statement (where myport.jar - is the name of the JAR file installed as part of the + the documentation, see below). To reduce the packing file + size, reference the JAR file(s) directly in the + Makefile. Use this statement (where + myport.jar is + the name of the JAR file installed as part of the port): PLIST_FILES+= %%JAVAJARDIR%%/myport.jar @@ -3212,18 +3219,18 @@ do-install: @cd ${WRKDIR}/${PORTDIRNAME} && ${COPYTREE_SHARE} \* ${WEBAPPDIR}/${PORTDIRNAME} Regardless of the type of port (library or - application), the additional documentation is - installed in the - same location - as for any other port. The JavaDoc tool is known to produce - a different set of files depending on the version of the JDK - that is used. For ports that do not enforce the use of a - particular JDK, it is therefore a complex task to specify - the packing list (pkg-plist). This is - one reason why porters are strongly encouraged to use - PORTDOCS. Moreover, even if the - set of files that will be generated by - javadoc can be predicted, the size of the resulting + application), the additional documentation is installed in the + same location as + for any other port. The JavaDoc tool is known to produce a + different set of files depending on the version of the + JDK that is used. For ports that do not + enforce the use of a particular JDK, it is + therefore a complex task to specify the packing list + (pkg-plist). This is one reason why + porters are strongly encouraged to use + PORTDOCS. Moreover, even if the set of + files that will be generated by javadoc can + be predicted, the size of the resulting pkg-plist advocates for the use of PORTDOCS. @@ -3257,11 +3264,11 @@ do-install: on the &a.java;. Although there is a java category for - PRs, it refers to the JDK porting effort from the &os; Java - project. Therefore, submit the Java port in the - ports category as for any other port, - unless the issue is related to - either a JDK implementation or + PRs, it refers to the JDK porting effort + from the &os; Java project. Therefore, submit the Java port + in the ports category as for any other + port, unless the issue is related to either a + JDK implementation or bsd.java.mk. Similarly, there is a defined policy regarding the @@ -3604,18 +3611,18 @@ SOCKETS_USE= PHP=sockets USES=python - The port needs Python. The minimal required version - can be specified with values such as - 2.7+. Version ranges can also be - specified by separating two version numbers with a - dash: USES=python:3.2-3.3 + The port needs Python. The minimal required + version can be specified with values such as + 2.7+. Version ranges can also be + specified by separating two version numbers with a dash: + USES=python:3.2-3.3 USE_PYTHON=distutils Use Python distutils for configuring, compiling, - and installing. This is required when the port comes - with setup.py. This overrides + and installing. This is required when the port comes + with setup.py. This overrides the do-build and do-install targets and may also override do-configure @@ -3625,22 +3632,23 @@ SOCKETS_USE= PHP=sockets USE_PYTHON=autoplist - Create the packaging list automatically. This also requires - USE_PYTHON=distutils to be set. - - - - - USE_PYTHON=concurrent - The port will use an unique prefix, typically - PYTHON_PKGNAMEPREFIX for certain directories, such - as EXAMPLESDIR and DOCSDIR and - also will append a suffix, the python version from - PYTHON_VER, to binaries and scripts to be - installed. This allows ports to be installed for different Python - versions at the same time, which otherwise would install conflicting - files. - + Create the packaging list automatically. This also + requires USE_PYTHON=distutils to be + set. + + + + USE_PYTHON=concurrent + The port will use an unique prefix, typically + PYTHON_PKGNAMEPREFIX for certain + directories, such as EXAMPLESDIR and + DOCSDIR and also will append a + suffix, the python version from + PYTHON_VER, to binaries and scripts + to be installed. This allows ports to be installed for + different Python versions at the same time, which + otherwise would install conflicting files. + PYTHON_PKGNAMEPREFIX @@ -3699,12 +3707,11 @@ SOCKETS_USE= PHP=sockets A complete list of available variables can be found in /usr/ports/Mk/Uses/python.mk. + + Makefile for a Simple <application>Python</application> + Module - - Makefile for a Simple <application>Python</application> - Module - - PORTNAME= sample + PORTNAME= sample PORTVERSION= 1.2.3 CATEGORIES= devel @@ -3715,7 +3722,7 @@ USES= python USE_PYTHON= autoplist distutils .include <bsd.port.mk> - + Some Python applications claim to have DESTDIR support (which would be required @@ -5199,8 +5206,8 @@ USE_XFCE= libexo libmenu libutil panel USE_PGSQL - Retired in favor of - USES=pgsql. + Retired in favor of USES=pgsql. @@ -5340,10 +5347,11 @@ run_rc_command "$1" If this is a new file, does it have a - .sh extension? If so, that - must be changed to just file.in - since rc.d files may not end - with that extension. + .sh extension? If so, that must be + changed to just + file.in + since rc.d files may not end with + that extension. @@ -5399,8 +5407,9 @@ run_rc_command "$1" perl, python, or ruby, make certain that command_interpreter is set - appropriately, for example, for Perl, - by adding PERL=${PERL} to + appropriately, for example, for + Perl, by adding + PERL=${PERL} to SUB_LIST and using %%PERL%%. Otherwise, @@ -5489,12 +5498,12 @@ run_rc_command "$1" Adding Users and Groups - Some ports require a particular user account to be present, usually - for daemons that run as that user. For these ports, choose a - unique UID from 50 to 999 and register it in - ports/UIDs (for users) and - ports/GIDs (for groups). The unique identification - should be the same for users and groups. + Some ports require a particular user account to be present, + usually for daemons that run as that user. For these ports, + choose a unique UID from 50 to 999 and + register it in ports/UIDs (for users) and + ports/GIDs (for groups). The unique + identification should be the same for users and groups. Please include a patch against these two files when requiring a new user or group to be created for the From owner-svn-doc-all@freebsd.org Thu Dec 17 09:06:32 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2EECA4AEB3; Thu, 17 Dec 2015 09:06:32 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8D5B14A3; Thu, 17 Dec 2015 09:06:32 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBH96V6D084846; Thu, 17 Dec 2015 09:06:31 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBH96VIS084845; Thu, 17 Dec 2015 09:06:31 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201512170906.tBH96VIS084845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Thu, 17 Dec 2015 09:06:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47882 - head/ja_JP.eucJP/htdocs/internal X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 09:06:33 -0000 Author: ryusuke Date: Thu Dec 17 09:06:31 2015 New Revision: 47882 URL: https://svnweb.freebsd.org/changeset/doc/47882 Log: - Merge the following from the English version: r47800 -> r47868 head/ja_JP.eucJP/htdocs/internal/developer.xml Modified: head/ja_JP.eucJP/htdocs/internal/developer.xml Modified: head/ja_JP.eucJP/htdocs/internal/developer.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/internal/developer.xml Thu Dec 17 02:16:45 2015 (r47881) +++ head/ja_JP.eucJP/htdocs/internal/developer.xml Thu Dec 17 09:06:31 2015 (r47882) @@ -4,7 +4,7 @@ ]> - + @@ -19,8 +19,8 @@

    ¤¹¤Ù¤Æ¤Î¿·µ¬¥³¥ß¥Ã¥¿¡¼¤òÂоݤȤ·¤¿¡¢µ»½ÑŪ¤Ê¾ÜºÙ¤È¥Ý¥ê¥·¡¼¤Î¾ÜºÙ¤ò´Þ¤àÊñ³çŪ¤Êʸ½ñ¤Ç¤¹¡£ Á°¼Ô¤Ë¤Ä¤¤¤Æ¤Ï¡¢ - -VCS Operations¡¢ + +Subversion VCS, Bugzilla ¥Ð¥°ÄÉÀ×¥·¥¹¥Æ¥à¡¢¤ª¤è¤Ó @@ -41,7 +41,7 @@ Ports ¥¬¥¤¥É¤â»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£

    port ºîÀ®¼Ô¤Î¤¿¤á¤Î¥Ï¥ó¥É¥Ö¥Ã¥¯

    FreeBSD ports ºîÀ®¼Ô¤Î¤¿¤á¤Î¥¬¥¤¥É¡£¸ø¼°Åª¤Ê - + __FreeBSD_version ¤ÎÃͤΥơ¼¥Ö¥ë ¤¬¤¢¤ê¤Þ¤¹¡£

    From owner-svn-doc-all@freebsd.org Thu Dec 17 13:35:33 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B98CEA49C6C; Thu, 17 Dec 2015 13:35:33 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 871391DCA; Thu, 17 Dec 2015 13:35:33 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBHDZWQS063440; Thu, 17 Dec 2015 13:35:32 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBHDZW96063439; Thu, 17 Dec 2015 13:35:32 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201512171335.tBHDZW96063439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Thu, 17 Dec 2015 13:35:32 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47883 - head/ja_JP.eucJP/htdocs/community X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 13:35:33 -0000 Author: ryusuke Date: Thu Dec 17 13:35:32 2015 New Revision: 47883 URL: https://svnweb.freebsd.org/changeset/doc/47883 Log: - Merge the following from the English version: r45426 -> r46490 head/ja_JP.eucJP/htdocs/community/mailinglists.xml Modified: head/ja_JP.eucJP/htdocs/community/mailinglists.xml Modified: head/ja_JP.eucJP/htdocs/community/mailinglists.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/community/mailinglists.xml Thu Dec 17 09:06:31 2015 (r47882) +++ head/ja_JP.eucJP/htdocs/community/mailinglists.xml Thu Dec 17 13:35:32 2015 (r47883) @@ -4,7 +4,7 @@ ]> - + @@ -31,7 +31,7 @@

    ±Ñ¸ì¤Î¥á¡¼¥ê¥ó¥°¥ê¥¹¥È

    ±Ñ¸ì¤Î¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ï¡¢ - FreeBSD ¥Ï¥ó¥É¥Ö¥Ã¥¯¤Ë¤Þ¤È¤á¤é¤ì¤Æ¤¤¤Þ¤¹¡£

    + FreeBSD ¥Ï¥ó¥É¥Ö¥Ã¥¯¤Ë¤Þ¤È¤á¤é¤ì¤Æ¤¤¤Þ¤¹¡£

    ±Ñ¸ì°Ê³°¤Î¥á¡¼¥ê¥ó¥°¥ê¥¹¥È

    From owner-svn-doc-all@freebsd.org Thu Dec 17 14:05:11 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 569D2A480C0; Thu, 17 Dec 2015 14:05:11 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CF141D91; Thu, 17 Dec 2015 14:05:11 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBHE5Ag4072090; Thu, 17 Dec 2015 14:05:10 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBHE5AfC072089; Thu, 17 Dec 2015 14:05:10 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201512171405.tBHE5AfC072089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Thu, 17 Dec 2015 14:05:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47884 - head/en_US.ISO8859-1/books/fdp-primer/the-website X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 14:05:11 -0000 Author: wblock Date: Thu Dec 17 14:05:09 2015 New Revision: 47884 URL: https://svnweb.freebsd.org/changeset/doc/47884 Log: Add a minimal Apache httpd.conf example for running test versions of the web site locally, including CGI scripts. Modified: head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml Thu Dec 17 13:35:32 2015 (r47883) +++ head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml Thu Dec 17 14:05:09 2015 (r47884) @@ -169,6 +169,88 @@ &prompt.user; cd ~/doc/en_US.ISO8859-1/htdocs/ &prompt.user; env DESTDIR=/tmp/www make ENGLISH_ONLY=yes WEB_ONLY=yes all install + + Changes to static files can usually be tested by viewing + the modified files directly with a web browser. If the site + has been built as shown above, a modified main page can be + viewed with: + + &prompt.user; firefox /tmp/www/data/index.html + + Modifications to dynamic files can be tested with a web + server running on the local system. After building the site + as shown above, this + /usr/local/etc/apache24/httpd.conf can be + used with www/apache24: + + # httpd.conf for testing the FreeBSD website +Define TestRoot "/tmp/www/data" + +# directory for configuration files +ServerRoot "/usr/local" + +Listen 80 + +# minimum required modules +LoadModule authz_core_module libexec/apache24/mod_authz_core.so +LoadModule mime_module libexec/apache24/mod_mime.so +LoadModule unixd_module libexec/apache24/mod_unixd.so +LoadModule cgi_module libexec/apache24/mod_cgi.so +LoadModule dir_module libexec/apache24/mod_dir.so + +# run the webserver as user and group +User www +Group www + +ServerAdmin you@example.com +ServerName fbsdtest + +# deny access to all files +<Directory /> + AllowOverride none + Require all denied +</Directory> + +# allow access to the website directory +DocumentRoot "${TestRoot}" +<Directory "${TestRoot}"> + Options Indexes FollowSymLinks + AllowOverride None + Require all granted +</Directory> + +# prevent access to .htaccess and .htpasswd files +<Files ".ht*"> + Require all denied +</Files> + +ErrorLog "/var/log/httpd-error.log" +LogLevel warn + +# set up the CGI script directory +<Directory "${TestRoot}/cgi"> + AllowOverride None + Options None + Require all granted + Options +ExecCGI + AddHandler cgi-script .cgi +</Directory> + +Include etc/apache24/Includes/*.conf + + Start the web server with + + &prompt.root; service apache24 onestart + + The web site can be viewed at + . Be aware that many + links refer to the real &os; site by name, and those links + will still go to the external site instead of the local test + version. Fully testing the local site will require + temporarily setting DNS so + www.FreeBSD.org resolves to + localhost or the local + IP address. From owner-svn-doc-all@freebsd.org Fri Dec 18 00:03:23 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D248A4B8B8; Fri, 18 Dec 2015 00:03:23 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 003901318; Fri, 18 Dec 2015 00:03:22 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBI03M14052133; Fri, 18 Dec 2015 00:03:22 GMT (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBI03MCg052132; Fri, 18 Dec 2015 00:03:22 GMT (envelope-from grog@FreeBSD.org) Message-Id: <201512180003.tBI03MCg052132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grog set sender to grog@FreeBSD.org using -f From: Greg Lehey Date: Fri, 18 Dec 2015 00:03:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47885 - head/en_US.ISO8859-1/articles/contributors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2015 00:03:23 -0000 Author: grog (src committer) Date: Fri Dec 18 00:03:21 2015 New Revision: 47885 URL: https://svnweb.freebsd.org/changeset/doc/47885 Log: Spell "Jürgen" correctly. This includes removing the reference to email, which contains a deprecated alternative spelling. Modified: head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Thu Dec 17 14:05:09 2015 (r47884) +++ head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Fri Dec 18 00:03:21 2015 (r47885) @@ -2,10 +2,10 @@ - &a.nox.email; (2006 - 2015; RIP 2015) - Jüergen made a number of contributions to &os;, + Jürgen Lock (2006 - 2015; RIP 2015) + Jürgen made a number of contributions to &os;, including work on libvirt, the graphics stack, and QEMU. - Jüergen's contributions and helpfulness were appreciated by + Jürgen's contributions and helpfulness were appreciated by people around the world. That work continues to improve the lives of thousands every day. From owner-svn-doc-all@freebsd.org Fri Dec 18 04:12:23 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6EBDA486BE; Fri, 18 Dec 2015 04:12:23 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FD951B1F; Fri, 18 Dec 2015 04:12:23 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBI4CMKD028261; Fri, 18 Dec 2015 04:12:22 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBI4CMQL028258; Fri, 18 Dec 2015 04:12:22 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201512180412.tBI4CMQL028258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Fri, 18 Dec 2015 04:12:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47886 - head/en_US.ISO8859-1/articles/contributors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2015 04:12:23 -0000 Author: wblock Date: Fri Dec 18 04:12:22 2015 New Revision: 47886 URL: https://svnweb.freebsd.org/changeset/doc/47886 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/articles/contributors/article.xml head/en_US.ISO8859-1/articles/contributors/contrib.386bsd.xml head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml head/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml head/en_US.ISO8859-1/articles/contributors/contrib.develalumni.xml head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml head/en_US.ISO8859-1/articles/contributors/contrib.portmgralumni.xml Modified: head/en_US.ISO8859-1/articles/contributors/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/article.xml Fri Dec 18 00:03:21 2015 (r47885) +++ head/en_US.ISO8859-1/articles/contributors/article.xml Fri Dec 18 04:12:22 2015 (r47886) @@ -5,9 +5,12 @@ %contrib.ent; ]> -
    - Contributors to FreeBSD - +
    + + + Contributors to FreeBSD &tm-attrib.freebsd; @@ -21,7 +24,7 @@ This article lists individuals and organizations who have - made a contribution to FreeBSD. + made a contribution to FreeBSD. @@ -29,30 +32,32 @@ Donors Gallery - As of 2010, the following section is several years out-of-date. - Donations from the past several years appear - here. - + As of 2010, the following section is several years + out-of-date. Donations from the past several years appear + here. - The FreeBSD Project is indebted to the following donors and would - like to publicly thank them here! + The FreeBSD Project is indebted to the following donors and + would like to publicly thank them here! Contributors to the central server project: - The following individuals and businesses made it possible for - the FreeBSD Project to build a new central server machine, which - has replaced freefall.FreeBSD.org at + The following individuals and businesses made it + possible for the FreeBSD Project to build a new central + server machine, which has replaced freefall.FreeBSD.org at one point, by donating the following items: - &a.mbarkah.email; and his employer, Hemisphere Online, - donated a Pentium Pro (P6) 200MHz CPU - + &a.mbarkah.email; and his employer, Hemisphere + Online, donated a Pentium Pro (P6) + 200MHz CPU @@ -62,20 +67,26 @@ - Joe McGuckin joe@via.net of ViaNet Communications donated - a Kingston ethernet controller. + Joe McGuckin joe@via.net of + ViaNet + Communications donated a Kingston + ethernet controller. - Jack O'Neill jack@diamond.xtalwind.net + Jack O'Neill + jack@diamond.xtalwind.net donated an NCR 53C875 SCSI controller card. - Ulf Zimmermann ulf@Alameda.net of Alameda Networks donated - 128MB of memory, a 4 Gb disk - drive and the case. + Ulf Zimmermann ulf@Alameda.net of + Alameda + Networks donated + 128MB of memory, a + 4 Gb disk drive and the + case. @@ -97,13 +108,13 @@ - Blue Mountain - Arts + Blue + Mountain Arts - Epilogue Technology - Corporation + Epilogue + Technology Corporation @@ -111,8 +122,8 @@ - Global Technology - Associates, Inc + Global + Technology Associates, Inc @@ -125,7 +136,8 @@ - Josef C. Grosch joeg@truenorth.org + Josef C. Grosch + joeg@truenorth.org @@ -137,59 +149,68 @@ - Kenneth P. Stox ken@stox.sa.enteract.com of - Imaginary Landscape, - LLC. + Kenneth P. Stox + ken@stox.sa.enteract.com of Imaginary + Landscape, LLC. - Dmitry S. Kohmanyuk dk@dog.farm.org + Dmitry S. Kohmanyuk + dk@dog.farm.org - Laser5 of Japan - (a portion of the profits from sales of their various FreeBSD - CDROMs). + Laser5 of + Japan (a portion of the profits from sales of their + various FreeBSD CDROMs). - Fuki Shuppan - Publishing Co. donated a portion of their profits from - Hajimete no FreeBSD (FreeBSD, Getting - started) to the FreeBSD and XFree86 projects. + Fuki + Shuppan Publishing Co. donated a portion of + their profits from + Hajimete no FreeBSD (FreeBSD, + Getting started) to the FreeBSD and XFree86 + projects. - ASCII Corp. - donated a portion of their profits from several FreeBSD-related - books to the FreeBSD project. + ASCII + Corp. donated a portion of their profits from + several FreeBSD-related books to the FreeBSD + project. - Yokogawa Electric - Corp has generously donated significant funding to the - FreeBSD project. + Yokogawa + Electric Corp has generously donated + significant funding to the FreeBSD project. - BuffNET + BuffNET - Pacific + Pacific Solutions - Siemens AG - via Andre Albsmeier - andre.albsmeier@mchp.siemens.de + Siemens + AG via Andre Albsmeier + andre.albsmeier@mchp.siemens.de - Chris Silva ras@interaccess.com + Chris Silva + ras@interaccess.com - @@ -204,81 +225,86 @@ BSDi for providing the Pentium P5-90 and 486/DX2-66 EISA/VL systems that are being used for our - development work, to say nothing of the network access and other - donations of hardware resources. + development work, to say nothing of the network access + and other donations of hardware resources. - Compaq - has donated a variety of Alpha systems to the FreeBSD - Project. Among the many generous donations are 4 - AlphaStation DS10s, an AlphaServer DS20, - AlphaServer 2100s, an AlphaServer 4100, 8 500Mhz - Personal Workstations, 4 433Mhz Personal Workstations, - and more! These machines are used for release - engineering, package building, SMP development, and general - development on the Alpha architecture. + Compaq + has donated a variety of Alpha systems to the FreeBSD + Project. Among the many generous donations are 4 + AlphaStation DS10s, an AlphaServer DS20, AlphaServer + 2100s, an AlphaServer 4100, 8 500Mhz Personal + Workstations, 4 433Mhz Personal Workstations, and more! + These machines are used for release engineering, package + building, SMP development, and general development on + the Alpha architecture. - TRW Financial Systems, Inc. provided 130 PCs, three 68 GB - file servers, twelve Ethernets, two routers and an ATM switch for - debugging the diskless code. + TRW Financial Systems, Inc. provided 130 PCs, three + 68 GB file servers, twelve Ethernets, two routers and an + ATM switch for debugging the diskless code. - Dermot McDonnell donated the Toshiba XM3401B CDROM drive - currently used in freefall. + Dermot McDonnell donated the Toshiba XM3401B CDROM + drive currently used in freefall. - Chuck Robey chuckr@glue.umd.edu contributed - his floppy tape streamer for experimental work. + Chuck Robey chuckr@glue.umd.edu + contributed his floppy tape streamer for experimental + work. - Larry Altneu larry@ALR.COM, and &a.wilko.email;, - provided Wangtek and Archive QIC-02 tape drives in order to - improve the wt driver. + Larry Altneu larry@ALR.COM, and + &a.wilko.email;, provided Wangtek and Archive QIC-02 + tape drives in order to improve the + wt driver. - Ernst Winter (Deceased) - contributed a 2.88 MB floppy drive to the project. This will hopefully - increase the pressure for rewriting the floppy disk driver. - + Ernst Winter (Deceased) + contributed a 2.88 MB floppy drive to the project. This + will hopefully increase the pressure for rewriting the + floppy disk driver. Tekram - Technologies sent one each of their DC-390, DC-390U - and DC-390F FAST and ULTRA SCSI host adapter cards for - regression testing of the NCR and AMD drivers with their cards. - They are also to be applauded for making driver sources for free - operating systems available from their FTP server ftp://ftp.tekram.com/scsi/FreeBSD/. + Technologies sent one each of their DC-390, + DC-390U and DC-390F FAST and ULTRA SCSI host adapter + cards for regression testing of the NCR and AMD drivers + with their cards. They are also to be applauded for + making driver sources for free operating systems + available from their FTP server ftp://ftp.tekram.com/scsi/FreeBSD/. - Larry M. Augustin contributed not only a - Symbios Sym8751S SCSI card, but also a set of data books, - including one about the forthcoming Sym53c895 chip with Ultra-2 - and LVD support, and the latest programming manual with - information on how to safely use the advanced features of the - latest Symbios SCSI chips. Thanks a lot! + Larry M. Augustin contributed not only a Symbios + Sym8751S SCSI card, but also a set of data books, + including one about the forthcoming Sym53c895 chip with + Ultra-2 and LVD support, and the latest programming + manual with information on how to safely use the + advanced features of the latest Symbios SCSI chips. + Thanks a lot! - &a.kuku.email; donated - an FX120 12 speed Mitsumi CDROM drive for IDE CDROM driver - development. + &a.kuku.email; donated an FX120 12 speed Mitsumi + CDROM drive for IDE CDROM driver development. - Mike Tancsa mike@sentex.ca donated four various - ATM PCI cards in order to help increase support of these cards as - well as help support the development effort of the netatm ATM - stack. - + Mike Tancsa mike@sentex.ca donated + four various ATM PCI cards in order to help increase + support of these cards as well as help support the + development effort of the netatm ATM stack. @@ -288,31 +314,40 @@ - BSDi (formerly Walnut Creek CDROM) - has donated almost more than we can say (see the 'About the FreeBSD Project' - section of the FreeBSD Handbook for more details). - In particular, we would like to thank them for the original - hardware used for freefall.FreeBSD.org, our primary - development machine, and for thud.FreeBSD.org, a testing and build - box. We are also indebted to them for funding various - contributors over the years and providing us with unrestricted - use of their T1 connection to the Internet. + BSDi + (formerly Walnut Creek CDROM) has donated almost more + than we can say (see the 'About the FreeBSD Project' + section of the FreeBSD + Handbook for more details). In particular, we + would like to thank them for the original hardware used + for freefall.FreeBSD.org, + our primary development machine, and for thud.FreeBSD.org, a + testing and build box. We are also indebted to them for + funding various contributors over the years and + providing us with unrestricted use of their T1 + connection to the Internet. - The interface - business GmbH, Dresden has been patiently supporting - &a.joerg.email; who has often preferred FreeBSD work over paid work, and - used to fall back to their (quite expensive) EUnet Internet - connection whenever his private connection became too slow or - flaky to work with it... + The interface + business GmbH, Dresden has been patiently + supporting &a.joerg.email; who has often preferred + FreeBSD work over paid work, and used to fall back to + their (quite expensive) EUnet Internet connection + whenever his private connection became too slow or flaky + to work with it... - Berkeley Software Design, - Inc. has contributed their DOS emulator code to the - remaining BSD world, which is used in the - doscmd command. + Berkeley + Software Design, Inc. has contributed their DOS + emulator code to the remaining BSD world, which is used + in the doscmd command. @@ -323,8 +358,8 @@ The FreeBSD Developers These are the people who have commit privileges and do the - engineering work on the FreeBSD source tree. All core team members are - also developers. + engineering work on the FreeBSD source tree. All core team + members are also developers. (in alphabetical order by last name): @@ -335,11 +370,12 @@ Core Team Alumni core team - The following people were members of the FreeBSD core team during - the periods indicated. We thank them for their past efforts in the - service of the FreeBSD project. + The following people were members of the FreeBSD core team + during the periods indicated. We thank them for their past + efforts in the service of the FreeBSD project. - In rough reverse chronological order: + In rough reverse chronological + order: &contrib.corealumni; @@ -348,11 +384,12 @@ Development Team Alumni development team - The following people were members of the FreeBSD development team - during the periods indicated. We thank them for their past efforts - in the service of the FreeBSD project. + The following people were members of the FreeBSD development + team during the periods indicated. We thank them for their past + efforts in the service of the FreeBSD project. - In rough reverse chronological order: + In rough reverse chronological + order: &contrib.develalumni; @@ -361,11 +398,12 @@ Ports Management Team Alumni portmgr team - The following people were members of the FreeBSD portmgr team during - the periods indicated. We thank them for their past efforts in the - service of the FreeBSD project. + The following people were members of the FreeBSD portmgr + team during the periods indicated. We thank them for their past + efforts in the service of the FreeBSD project. - In rough reverse chronological order: + In rough reverse chronological + order: &contrib.portmgralumni; @@ -379,7 +417,7 @@ Here are some remembrances. In rough reverse chronological order of their - passing: + passing: &contrib.develinmemoriam; @@ -387,16 +425,18 @@ Derived Software Contributors - This software was originally derived from William F. Jolitz's 386BSD - release 0.1, though almost none of the original 386BSD specific code - remains. This software has been essentially re-implemented from the - 4.4BSD-Lite release provided by the Computer Science Research Group - (CSRG) at the University of California, Berkeley and associated academic + This software was originally derived from William F. + Jolitz's 386BSD release 0.1, though almost none of the original + 386BSD specific code remains. This software has been + essentially re-implemented from the 4.4BSD-Lite release provided + by the Computer Science Research Group (CSRG) at the University + of California, Berkeley and associated academic contributors. There are also portions of NetBSD and OpenBSD that have been - integrated into FreeBSD as well, and we would therefore like to thank - all the contributors to NetBSD and OpenBSD for their work. + integrated into FreeBSD as well, and we would therefore like to + thank all the contributors to NetBSD and OpenBSD for their + work. Modified: head/en_US.ISO8859-1/articles/contributors/contrib.386bsd.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.386bsd.xml Fri Dec 18 00:03:21 2015 (r47885) +++ head/en_US.ISO8859-1/articles/contributors/contrib.386bsd.xml Fri Dec 18 04:12:22 2015 (r47886) @@ -1,64 +1,67 @@ - + + + Adam Glass - glass@postgres.berkeley.edu + glass@postgres.berkeley.edu Adrian Hall - ahall@mirapoint.com + ahall@mirapoint.com Andrey A. Chernov - ache@astral.msk.su + ache@astral.msk.su Andrew Gerweck - andy@gerweck.dynup.net + andy@gerweck.dynup.net Andrew Herbert - andrew@werple.apana.org.au + andrew@werple.apana.org.au Andrew Moore - alm@netcom.com + alm@netcom.com Andy Valencia ajv@csd.mot.com - jtk@netcom.com + jtk@netcom.com Arne Henrik Juul - arnej@Lise.Unit.NO + arnej@Lise.Unit.NO Bakul Shah - bvs@bitblocks.com + bvs@bitblocks.com Barry Irwin - bvi@moria.org + bvi@moria.org Barry Lustig - barry@ictv.com + barry@ictv.com Bob Wilcox - bob@obiwan.uucp + bob@obiwan.uucp @@ -67,117 +70,117 @@ Brett Lymn - blymn@mulga.awadi.com.AU + blymn@mulga.awadi.com.AU Charles Hannum - mycroft@ai.mit.edu + mycroft@ai.mit.edu Chris G. Demetriou - cgd@postgres.berkeley.edu + cgd@postgres.berkeley.edu Chris Torek - torek@ee.lbl.gov + torek@ee.lbl.gov Christoph Robitschko - chmr@edvz.tu-graz.ac.at + chmr@edvz.tu-graz.ac.at Daniel Poirot - poirot@aio.jsc.nasa.gov + poirot@aio.jsc.nasa.gov Dave Burgess - burgess@hrd769.brooks.af.mil + burgess@hrd769.brooks.af.mil Dave Rivers - rivers@ponds.uucp + rivers@ponds.uucp David Dawes - dawes@physics.su.OZ.AU + dawes@physics.su.OZ.AU David Greenman - dg@Root.COM + dg@Root.COM Eric J. Haug - ejh@slustl.slu.edu + ejh@slustl.slu.edu Felix Gaehtgens - felix@escape.vsse.in-berlin.de + felix@escape.vsse.in-berlin.de Frank Maclachlan - fpm@crash.cts.com + fpm@crash.cts.com Gary A. Browning - gab10@griffcd.amdahl.com + gab10@griffcd.amdahl.com Gary Howland - gary@hotlava.com + gary@hotlava.com Geoff Rehmet - csgr@alpha.ru.ac.za + csgr@alpha.ru.ac.za Goran Hammarback - goran@astro.uu.se + goran@astro.uu.se Guido van Rooij - guido@gvr.org + guido@gvr.org Guy Antony Halse - guy@rucus.ru.ac.za + guy@rucus.ru.ac.za Guy Harris - guy@auspex.com + guy@auspex.com Havard Eidnes - Havard.Eidnes@runit.sintef.no + Havard.Eidnes@runit.sintef.no Herb Peyerl - hpeyerl@novatel.cuc.ab.ca + hpeyerl@novatel.cuc.ab.ca Holger Veit - Holger.Veit@gmd.de + Holger.Veit@gmd.de @@ -186,22 +189,22 @@ J.T. Conklin - jtc@cygnus.com + jtc@cygnus.com Jagane D Sundar - jagane@netcom.com + jagane@netcom.com James Clark - jjc@jclark.com + jjc@jclark.com James Jegers - jimj@miller.cs.uwm.edu + jimj@miller.cs.uwm.edu @@ -210,27 +213,27 @@ James da Silva - jds@cs.umd.edu et al + jds@cs.umd.edu et al Jay Fenlason - hack@datacube.com + hack@datacube.com Jim Wilson - wilson@moria.cygnus.com + wilson@moria.cygnus.com Jörg Lohse - lohse@tech7.informatik.uni-hamburg.de + lohse@tech7.informatik.uni-hamburg.de Jörg Wunsch - joerg_wunsch@uriah.heep.sax.de + joerg_wunsch@uriah.heep.sax.de @@ -239,33 +242,33 @@ John Woods - jfw@eddie.mit.edu + jfw@eddie.mit.edu Jordan K. Hubbard - jkh@whisker.hubbard.ie + jkh@whisker.hubbard.ie Julian Elischer - julian@dialix.oz.au + julian@dialix.oz.au Karl Dietz - Karl.Dietz@triplan.com + Karl.Dietz@triplan.com Karl Lehenbauer - karl@NeoSoft.com - karl@one.neosoft.com + karl@NeoSoft.com + karl@one.neosoft.com Keith Bostic - bostic@toe.CS.Berkeley.EDU + bostic@toe.CS.Berkeley.EDU @@ -274,204 +277,204 @@ Kent Talarico - kent@shipwreck.tsoft.net + kent@shipwreck.tsoft.net Kevin Lahey - kml%rokkaku.UUCP@mathcs.emory.edu - kml@mosquito.cis.ufl.edu + kml%rokkaku.UUCP@mathcs.emory.edu + kml@mosquito.cis.ufl.edu Konstantinos Konstantinidis - kkonstan@duth.gr + kkonstan@duth.gr Marc Frajola - marc@dev.com + marc@dev.com Mark Tinguely - tinguely@plains.nodak.edu - tinguely@hookie.cs.ndsu.NoDak.edu + tinguely@plains.nodak.edu + tinguely@hookie.cs.ndsu.NoDak.edu Martin Renters - martin@tdc.on.ca + martin@tdc.on.ca Michael Clay - mclay@weareb.org + mclay@weareb.org Michael Galassi - nerd@percival.rain.com + nerd@percival.rain.com Mike Durkin - mdurkin@tsoft.sf-bay.org + mdurkin@tsoft.sf-bay.org Naoki Hamada - nao@tom-yam.or.jp + nao@tom-yam.or.jp Nate Williams - nate@bsd.coe.montana.edu + nate@bsd.coe.montana.edu Nick Handel - nhandel@NeoSoft.com - nick@madhouse.neosoft.com + nhandel@NeoSoft.com + nick@madhouse.neosoft.com Pace Willisson - pace@blitz.com + pace@blitz.com Paul Kranenburg - pk@cs.few.eur.nl + pk@cs.few.eur.nl Paul Mackerras - paulus@cs.anu.edu.au + paulus@cs.anu.edu.au Paul Popelka - paulp@uts.amdahl.com + paulp@uts.amdahl.com Peter da Silva - peter@NeoSoft.com + peter@NeoSoft.com Phil Sutherland - philsuth@mycroft.dialix.oz.au + philsuth@mycroft.dialix.oz.au Poul-Henning Kamp - phk@FreeBSD.org + phk@FreeBSD.org Ralf Friedl - friedl@informatik.uni-kl.de + friedl@informatik.uni-kl.de Rick Macklem - root@snowhite.cis.uoguelph.ca + root@snowhite.cis.uoguelph.ca Robert D. Thrush - rd@phoenix.aii.com + rd@phoenix.aii.com Rodney W. Grimes - rgrimes@cdrom.com + rgrimes@cdrom.com Sascha Wildner - swildner@channelz.GUN.de + swildner@channelz.GUN.de *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-doc-all@freebsd.org Fri Dec 18 23:46:24 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCE12A4B4BA; Fri, 18 Dec 2015 23:46:24 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B05E155A; Fri, 18 Dec 2015 23:46:24 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBINkNHB072613; Fri, 18 Dec 2015 23:46:23 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBINkNfx072612; Fri, 18 Dec 2015 23:46:23 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201512182346.tBINkNfx072612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Fri, 18 Dec 2015 23:46:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47887 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2015 23:46:24 -0000 Author: rodrigo (ports committer) Date: Fri Dec 18 23:46:23 2015 New Revision: 47887 URL: https://svnweb.freebsd.org/changeset/doc/47887 Log: Add Fosdem 2016 event Modified: head/share/xml/events2016.xml Modified: head/share/xml/events2016.xml ============================================================================== --- head/share/xml/events2016.xml Fri Dec 18 04:12:22 2015 (r47886) +++ head/share/xml/events2016.xml Fri Dec 18 23:46:23 2015 (r47887) @@ -45,4 +45,31 @@ class remotely can sign up for a subscription to receive the classes week-by-week as they are recorded. + + + Fosdem 2016 + https://fosdem.org/2016/ + + 2016 + 1 + 30 + + + 2016 + 1 + 31 + + + Belgium + Brussels + ULB Campus Solbosch + + FOSDEM is a free event for software developers to + meet, share ideas and attend interesting talks and presentations + on various topics by project leaders and committers. The BSDs will + be there, you can visit us during the two days in our booth, try to + pass the BSDCG Exam + on Saturday, and come to the BSD devroom + on Sunday to attend talks about your favorite BSDs. + From owner-svn-doc-all@freebsd.org Fri Dec 18 23:56:34 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6459AA4B9C4; Fri, 18 Dec 2015 23:56:34 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33B0719D1; Fri, 18 Dec 2015 23:56:34 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBINuXQ9075505; Fri, 18 Dec 2015 23:56:33 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBINuXo7075504; Fri, 18 Dec 2015 23:56:33 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201512182356.tBINuXo7075504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Fri, 18 Dec 2015 23:56:33 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47888 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2015 23:56:34 -0000 Author: rodrigo (ports committer) Date: Fri Dec 18 23:56:33 2015 New Revision: 47888 URL: https://svnweb.freebsd.org/changeset/doc/47888 Log: Fix xml typo Modified: head/share/xml/events2016.xml Modified: head/share/xml/events2016.xml ============================================================================== --- head/share/xml/events2016.xml Fri Dec 18 23:46:23 2015 (r47887) +++ head/share/xml/events2016.xml Fri Dec 18 23:56:33 2015 (r47888) @@ -58,7 +58,7 @@ 2016 1 31 - + Belgium Brussels From owner-svn-doc-all@freebsd.org Sat Dec 19 00:44:25 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3378A4BEAA; Sat, 19 Dec 2015 00:44:25 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B457B1A5D; Sat, 19 Dec 2015 00:44:25 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBJ0iOd7090008; Sat, 19 Dec 2015 00:44:24 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBJ0iOrx090007; Sat, 19 Dec 2015 00:44:24 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201512190044.tBJ0iOrx090007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sat, 19 Dec 2015 00:44:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47889 - head/en_US.ISO8859-1/books/handbook/network-servers X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2015 00:44:26 -0000 Author: bjk Date: Sat Dec 19 00:44:24 2015 New Revision: 47889 URL: https://svnweb.freebsd.org/changeset/doc/47889 Log: Do not use a potentially symlink'd path in /etc/exports example /home is commonly created by the installer as a symlink to /usr/home, and symbolic links are not permitted in these directives, per exports(5). Submitted by: Sebastian Schaack Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Fri Dec 18 23:56:33 2015 (r47888) +++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Sat Dec 19 00:44:24 2015 (r47889) @@ -664,7 +664,7 @@ server-program-arguments - /home -alldirs 10.0.0.2 10.0.0.3 10.0.0.4 + /usr/home -alldirs 10.0.0.2 10.0.0.3 10.0.0.4 This next example exports /a so that two clients from different domains may access that file From owner-svn-doc-all@freebsd.org Sat Dec 19 15:34:19 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D169A4CF82; Sat, 19 Dec 2015 15:34:19 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16CD812A5; Sat, 19 Dec 2015 15:34:19 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBJFYIZT055892; Sat, 19 Dec 2015 15:34:18 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBJFYIWH055891; Sat, 19 Dec 2015 15:34:18 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201512191534.tBJFYIWH055891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Sat, 19 Dec 2015 15:34:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47890 - head/ja_JP.eucJP/books/handbook/boot X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2015 15:34:19 -0000 Author: ryusuke Date: Sat Dec 19 15:34:17 2015 New Revision: 47890 URL: https://svnweb.freebsd.org/changeset/doc/47890 Log: - Merge the following from the English version: r27981 -> r33365 head/ja_JP.eucJP/books/handbook/boot/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/boot/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/boot/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/boot/chapter.xml Sat Dec 19 00:44:24 2015 (r47889) +++ head/ja_JP.eucJP/books/handbook/boot/chapter.xml Sat Dec 19 15:34:17 2015 (r47890) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.65 + Original revision: r33365 $FreeBSD$ --> @@ -564,6 +564,202 @@ boot: + + + µ¯Æ°»þ¤Î¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥ó + + + + Joseph J. + Barbish + + ´ó¹Æ: + + + + + ¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥ó¤Ï¡¢¥ª¥ê¥¸¥Ê¥ë¤Î¥Ö¡¼¥È¥á¥Ã¥»¡¼¥¸¤ËÈæ¤Ù¡¢ + ¥Ó¥¸¥å¥¢¥ëŪ¤Ë¤è¤êÌ¥ÎÏŪ¤Ê²èÌ̤òÄ󶡤·¤Þ¤¹¡£ + ¤³¤Î²èÌ̤ϡ¢¥³¥ó¥½¡¼¥ë¥í¥°¥¤¥ó¥×¥í¥ó¥×¥È¤Þ¤¿¤Ï X + ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã¤Î¥í¥°¥¤¥ó¥×¥í¥ó¥×¥È¤¬½Ð¤ë¤Þ¤Çɽ¼¨¤µ¤ì¤Þ¤¹¡£ + + &os; ¤Ë¤Ï¡¢2 ¤Ä¤Î´ðËܴĶ­¤¬¤¢¤ê¤Þ¤¹¡£ + ¤Ò¤È¤Ä¤Ï¡¢¥ì¥¬¥·¡¼¤Ê¥Ð¡¼¥Á¥ã¥ë¥³¥ó¥½¡¼¥ë¥³¥Þ¥ó¥É¥é¥¤¥ó´Ä¶­¤Ç¤¹¡£ + ¥·¥¹¥Æ¥à¤Îµ¯Æ°¤¬½ª¤ï¤Ã¤¿¤é¡¢ + ¥³¥ó¥½¡¼¥ë¤Ë¥í¥°¥¤¥ó¥×¥í¥ó¥×¥È¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£ + 2 ¤ÄÌܤδĶ­¤Ï¡¢X11 ¥Ç¥¹¥¯¥È¥Ã¥×¤Î¥°¥é¥Õ¥£¥«¥ë´Ä¶­¤Ç¤¹¡£X11 ¤È + GNOME, + KDE ¤Þ¤¿¤Ï + XFce ¤Î¤è¤¦¤Ê ¥Ç¥¹¥¯¥È¥Ã¥×´Ä¶­ + ¤Î¤É¤ì¤«¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤È¡¢ + startx ¥³¥Þ¥ó¥É¤Ç X11 + ¥Ç¥¹¥¯¥È¥Ã¥×¤¬µ¯Æ°¤·¤Þ¤¹¡£ + + ¥æ¡¼¥¶¤Ë¤è¤Ã¤Æ¤Ï¡¢ + ÅÁÅýŪ¤Ê¥Æ¥­¥¹¥È¥Ù¡¼¥¹¤Î¥í¥°¥¤¥ó¥×¥í¥ó¥×¥È¤è¤ê¡¢ + X11 ¥°¥é¥Õ¥£¥«¥ë¥í¥°¥¤¥ó¥¹¥¯¥ê¡¼¥ó¤¬¹¥¤Þ¤ì¤Þ¤¹¡£ + &xorg; ¤Î XDM, + GNOME ¤Î + gdm ¤ª¤è¤Ó + KDE ¤Î + kdm ¤Î¤è¤¦¤Ê + (¤½¤·¤Æ Ports Collection ¤«¤é¥¤¥ó¥¹¥È¡¼¥ë²Äǽ¤Ê¾¤Î) + ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã¤Ï¡¢ + ´ðËÜŪ¤Ë¥³¥ó¥½¡¼¥ë¤Ë¥í¥°¥¤¥ó¥×¥í¥ó¥×¥È¤òɽ¼¨¤¹¤ë¤«¤ï¤ê¤Ë¡¢ + ¥°¥é¥Õ¥£¥«¥ë¤Ê¥í¥°¥¤¥ó¥¹¥¯¥ê¡¼¥ó¤òÄ󶡤·¤Þ¤¹¡£ + ¥í¥°¥¤¥ó¸å¡¢¥°¥é¥Õ¥£¥«¥ë¤Ê¥Ç¥¹¥¯¥È¥Ã¥×¤ò¥æ¡¼¥¶¤ËÄ󶡤·¤Þ¤¹¡£ + + ¥³¥Þ¥ó¥É¥é¥¤¥ó¤Î´Ä¶­¤Ç¤Ï¡¢ + ¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥ó¤Ï¡¢ + ¥Ö¡¼¥È»þ¤Î¸¡½Ð·ë²Ì¤Î¥á¥Ã¥»¡¼¥¸¤ä¡¢ + ¥¿¥¹¥¯¤Î¥¹¥¿¡¼¥È¥¢¥Ã¥×¥á¥Ã¥»¡¼¥¸¤ò¡¢ + ¥í¥°¥¤¥ó¥×¥í¥ó¥×¥È¤¬É½¼¨¤µ¤ì¤ë¤Þ¤Ç±£¤·¤Þ¤¹¡£ + X11 ¤Î´Ä¶­¤Ç¤Ï¡¢¥æ¡¼¥¶¤Ï¡¢¥Ó¥¸¥å¥¢¥ëŪ¤Ë¤è¤ê¤­¤ì¤¤¤Ê + (µsoft; &windows; ¤Þ¤¿¤Ï¡¢Èó unix ·¿¤Î¥·¥¹¥Æ¥à) + ¤Î¥¹¥¿¡¼¥È¥¢¥Ã¥×¤Ë»÷¤¿¤è¤¦¤Ê¡¢¥¹¥¿¡¼¥È¥¢¥Ã¥×¤ò·Ð¸³¤·¤Þ¤¹¡£ + + + ¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥óµ¡Ç½ + + ¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥óµ¡Ç½¤Ï¡¢ + 256 ¿§¤Î¥Ó¥Ã¥È¥Þ¥Ã¥× (.bmp) ¤Þ¤¿¤Ï + ZSoft PCX (.pcx) + ¥Õ¥¡¥¤¥ë¤Ë¤Î¤ßÂбþ¤·¤Æ¤¤¤Þ¤¹¡£ + ¤µ¤é¤Ë¡¢É¸½à¤Î VGA ¥¢¥À¥×¥¿¤ÇÆ°¤«¤¹¤Ë¤Ï¡¢ + ¥¹¥×¥é¥Ã¥·¥å¥¤¥á¡¼¥¸¤Ï 320x200 + ¥Ô¥¯¥»¥ë°Ê²¼¤Î²òÁüÅ٤Ǥ¢¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ + + (ºÇÂç²òÁüÅÙ 1024x768 ¥Ô¥¯¥»¥ë¤Þ¤Ç¤Î) + ¤â¤¦¾¯¤·Â礭¤Ê¥¤¥á¡¼¥¸¤ò»È¤¤¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢&os; ¤Ë + VESA ¥µ¥Ý¡¼¥È¤òÄɲ䷤Ƥ¯¤À¤µ¤¤¡£ + µ¯Æ°»þ¤Ë VESA ¥â¥¸¥å¡¼¥ë¤òÆɤ߹þ¤à¤«¡¢ + ¥«¡¼¥Í¥ë¥³¥ó¥Õ¥£¥°¥ì¡¼¥·¥ç¥ó¥Õ¥¡¥¤¥ë¤Ë + VESA ¥ª¥×¥·¥ç¥ó¤òÄɲ䷤ơ¢ + ¥«¥¹¥¿¥à¥«¡¼¥Í¥ë¤ò¹½ÃÛ ( ¤ò»²¾È) ¤¹¤ë¤³¤È¤ÇÍ­¸ú¤Ë¤Ç¤­¤Þ¤¹¡£ + VESA ¤Î¥µ¥Ý¡¼¥È¤Ë¤è¤ê¡¢ + ¥Õ¥ë¥¹¥¯¥ê¡¼¥ó¤Ç¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥ó¤òɽ¼¨¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ + + ¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥ó¤Ï¡¢µ¯Æ°¥×¥í¥»¥¹¤Î´Ö¡¢ + ²èÌ̤Ëɽ¼¨¤µ¤ì¤Þ¤¹¤¬¡¢ + ¥­¡¼¥Ü¡¼¥É¤«¤é²¿¤«¤Î¥­¡¼¤ò²¡¤¹¤³¤È¤Ç¡¢ + ¤¤¤Ä¤Ç¤â¤ä¤á¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ + + ¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥ó¤Ï¡¢ + X11 ¤Î³°¤Ç¤Î¥Ç¥Õ¥©¥ë¥È¤Ç¤â¤¢¤ê¤Þ¤¹¡£ + °ìÄê´ü´Ö»È¤ï¤ì¤Ê¤¤¤È¡¢ + ²èÌ̤¬¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥ó¤ËÊѤï¤ê¡¢ + ¥¤¥á¡¼¥¸¤Î¶¯¤µ¤¬¡¢ÌÀ¤ë¤¯¤«¤é°Å¤¯¤Ê¤ë¤è¤¦¤ËÊѲ½¤·¡¢ + ¤½¤ì¤¬·«¤êÊÖ¤µ¤ì¤Þ¤¹¡£ + ¤³¤Î¥Ç¥Õ¥©¥ë¥È¤Î¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥ó + (¥¹¥¯¥ê¡¼¥ó¥»¡¼¥Ð) ¤Î¿¶¤ëÉñ¤¤¤Ï¡¢ + /etc/rc.conf ¤Ë + saver= ¹Ô¤òÄɲ乤뤳¤È¤ÇÊѹ¹¤Ç¤­¤Þ¤¹¡£ + saver= ¥ª¥×¥·¥ç¥ó¤Ï¡¢ + ¤¤¤¯¤Ä¤«¤Î¥Ó¥ë¥È¥¤¥ó¤Î¥¹¥¯¥ê¡¼¥ó¥»¡¼¥Ð¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤Æ¡¢ + Áª¤Ö¤³¤È¤¬½ÐÍè¤Þ¤¹¡£ + ´°Á´¤Ê°ìÍ÷¤Ï¡¢&man.splash.4; ¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤Ç¸«¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ + ¥Ç¥Õ¥©¥ë¥È¤Î¥¹¥¯¥ê¡¼¥ó¥»¡¼¥Ð¡¼¤Ï + warp ¤È¸Æ¤Ð¤ì¤ë¤â¤Î¤Ç¤¹¡£ + /etc/rc.conf ¤Ç»ØÄꤹ¤ë + saver= ¥ª¥×¥·¥ç¥ó¤Ï¡¢ + ¤Ï²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Ë¤Î¤ß ŬÍѤµ¤ì¤ë¤È¤¤¤¦¤³¤È¤Ëµ¤¤ò¤Ä¤±¤Æ¤¯¤À¤µ¤¤¡£ + X11 ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã¤Ë¤Ï±Æ¶Á¤·¤Þ¤»¤ó¡£ + + ¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥ó¤òÍ­¸ú¤ËÀßÄꤷ¤Æ¤¤¤Æ¤â¡¢µ¯Æ°»þ¤Ë¤Ï¡¢ + ¥Ö¡¼¥È¥ª¥×¥·¥ç¥ó¥á¥Ë¥å¡¼¤ä¡¢ + ¥¿¥¤¥à¥¦¥§¥¤¥È¥«¥¦¥ó¥È¥À¥¦¥ó¥×¥í¥ó¥×¥È¤Ê¤É¤Î¥Ö¡¼¥È¥í¡¼¥À¥á¥Ã¥»¡¼¥¸¤Ïɽ¼¨¤µ¤ì¤Þ¤¹¡£ + + http://artwork.freebsdgr.org + ¤Î¥®¥ã¥é¥ê¤«¤é¡¢ + ¥µ¥ó¥×¥ë¤Î¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥ó¥Õ¥¡¥¤¥ë¤ò¥À¥¦¥ó¥í¡¼¥É¤Ç¤­¤Þ¤¹¡£ + sysutils/bsd-splash-changer + port ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤È¡¢ + µ¯Æ°»þ¤Ë¥¹¥×¥é¥Ã¥·¥å¥¤¥á¡¼¥¸¤Î¥³¥ì¥¯¥·¥ç¥ó¤«¤é¥é¥ó¥À¥à¤Ë°ìË礬ÁªÂò¤µ¤ì¤Þ¤¹¡£ + + + + ¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥óµ¡Ç½¤òÍ­¸ú¤Ë¤¹¤ë + + ¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥ó (.bmp) ¤Þ¤¿¤Ï + (.pcx) ¥Õ¥¡¥¤¥ë¤Ï¡¢ + /boot + ¥Ç¥£¥ì¥¯¥È¥ê¤ËÃÖ¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ + + ¥Ç¥Õ¥©¥ë¥È¤Î¥Ö¡¼¥È¥Ç¥£¥¹¥×¥ì¥¤¤Î²òÁüÅÙ + (256 ¿§¡¢320x200 ¥Ô¥¯¥»¥ë°Ê²¼) ¤Î¾ì¹ç¤Ë¤Ï¡¢ + °Ê²¼¤ò´Þ¤à¤è¤¦¤Ë + /boot/loader.conf ¤òÊÔ½¸¤·¤Æ¤¯¤À¤µ¤¤¡£ + + splash_bmp_load="YES" +bitmap_load="YES" +bitmap_name="/boot/splash.bmp" + + 1024x768 ¥Ô¥¯¥»¥ë¤Þ¤Ç¤Î¡¢¤è¤êÂ礭¤Ê¥Ó¥Ç¥ª²òÁüÅ٤ξì¹ç¤Ë¤Ï¡¢ + °Ê²¼¤ò´Þ¤à¤è¤¦¤Ë /boot/loader.conf + ¤òÊÔ½¸¤·¤Æ¤¯¤À¤µ¤¤¡£ + + vesa_load="YES" +splash_bmp_load="YES" +bitmap_load="YES" +bitmap_name="/boot/splash.bmp" + + ¾å¤ÎÎã¤Ç¤Ï¡¢¥¹¥×¥é¥Ã¥·¥å¥¹¥¯¥ê¡¼¥ó¤Ë + /boot/splash.bmp + ¤ò»È¤¦¤³¤È¤òÁÛÄꤷ¤Æ¤¤¤Þ¤¹¡£ + PCX ¥Õ¥¡¥¤¥ë¤ò»È¤¦¾ì¹ç¤Ï¡¢ + °Ê²¼¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ + ¤Þ¤¿¡¢²òÁüÅ٤ˤè¤Ã¤Æ¤Ï + vesa_load="YES" ¹Ô¤òÄɲ䷤Ƥ¯¤À¤µ¤¤¡£ + + splash_pcx_load="YES" +bitmap_load="YES" +bitmap_name="/boot/splash.pcx" + + ¥Õ¥¡¥¤¥ë̾¤Ï¾åµ­¤Î¤è¤¦¤Ê + splash ¤Ë¸Â¤é¤ì¤Æ¤¤¤ë¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ + BMP ¤Þ¤¿¤Ï PCX ·Á¼°¤Ç¤¢¤ì¤Ð¡¢ + splash_640x400.bmp + ¤ä blue_wave.pcx + ¤È¤¤¤Ã¤¿Ì¾Á°¤Ç¤â¹½¤¤¤Þ¤»¤ó¡£ + + ¾¤Ë¶½Ì£¤ò»ý¤Á¤½¤¦¤Ê loader.conf + ¤Î¥ª¥×¥·¥ç¥ó¤ò°Ê²¼¤Ç¾Ò²ð¤·¤Þ¤¹¡£ + + + + beastie_disable="YES" + + + ¥«¥¦¥ó¥È¥À¥¦¥ó¤Î¥×¥í¥ó¥×¥È¤ò½ü¤­¡¢ + ¥Ö¡¼¥È¥ª¥×¥·¥ç¥ó¥á¥Ë¥å¡¼¤òɽ¼¨¤·¤Þ¤»¤ó¡£ + ¥Ö¡¼¥È¥ª¥×¥·¥ç¥ó¥á¥Ë¥å¡¼¤Î²èÌ̤ÏÍøÍѤǤ­¤Þ¤»¤ó¤¬¡¢ + ¥¿¥¤¥à¥¦¥§¥¤¥È¥«¥¦¥ó¥È¥À¥¦¥ó¥×¥í¥ó¥×¥È¤¬É½¼¨¤µ¤ì¤Æ¤¤¤ë»þ¤Ë¡¢ + ¥ª¥×¥·¥ç¥ó¤òÁªÂò¤¹¤ë¤³¤È¤ÇÂбþ¤¹¤ë¥Ö¡¼¥È¥ª¥×¥·¥ç¥ó¤òÀßÄê¤Ç¤­¤Þ¤¹¡£ + + + + + loader_logo="beastie" + + + ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢ + ¤³¤ì¤Þ¤Ç¤Î¥ê¥ê¡¼¥¹¤Î¤è¤¦¤Ë¥«¥é¡¼¤Î beastie ¥í¥´¤È¶¦¤Ë¡¢ + ¥Ö¡¼¥È¥ª¥×¥·¥ç¥ó¥á¥Ë¥å¡¼¤Î±¦Â¦¤Ëɽ¼¨¤µ¤ì¤Æ¤¤¤ëñ¸ì + (¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï &os;) ¤òÃÖ¤­´¹¤¨¤Þ¤¹¡£ + + + + + ¤è¤ê¾ÜºÙ¤Ê¾ðÊó¤Ë¤Ä¤¤¤Æ¤Ï¡¢&man.splash.4;, + &man.loader.conf.5; ¤ª¤è¤Ó &man.vga.4; + ¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ + +