From owner-svn-doc-all@FreeBSD.ORG Thu Feb 28 23:33:05 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BFC7BD8D; Thu, 28 Feb 2013 23:33:05 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A3C1394C; Thu, 28 Feb 2013 23:33:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SNX5xM094684; Thu, 28 Feb 2013 23:33:05 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1SNX4er094673; Thu, 28 Feb 2013 23:33:04 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201302282333.r1SNX4er094673@svn.freebsd.org> From: Eitan Adler Date: Thu, 28 Feb 2013 23:33:04 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41064 - in head/en_US.ISO8859-1/books/handbook: advanced-networking disks install mirrors multimedia printing security serialcomms 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.14 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, 28 Feb 2013 23:33:05 -0000 Author: eadler Date: Thu Feb 28 23:33:03 2013 New Revision: 41064 URL: http://svnweb.freebsd.org/changeset/doc/41064 Log: Remove references / support of &os; 7.x ppp-and-slip not touched because of ongoing work to revise that chapter. Reviewed by: doc@ Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml head/en_US.ISO8859-1/books/handbook/disks/chapter.xml head/en_US.ISO8859-1/books/handbook/install/chapter.xml head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml head/en_US.ISO8859-1/books/handbook/printing/chapter.xml head/en_US.ISO8859-1/books/handbook/security/chapter.xml head/en_US.ISO8859-1/books/handbook/serialcomms/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Feb 28 18:37:51 2013 (r41063) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Feb 28 23:33:03 2013 (r41064) @@ -867,22 +867,6 @@ route_net2="-net 192.168.1.0/24 192.168. wrapper. - Under &os; 7.X, with a device driver you need to - also bring in the 802.11 networking support required by the - driver. For the &man.ath.4; driver these are at least the - &man.wlan.4;, wlan_scan_ap and - wlan_scan_sta modules; the &man.wlan.4; - module is automatically loaded with the wireless device - driver, the remaining modules must be loaded at boot time - in /boot/loader.conf: - - wlan_scan_ap_load="YES" -wlan_scan_sta_load="YES" - - Since &os; 8.0, these modules are part of the - base &man.wlan.4; driver which is dynamically loaded with - the adapter driver. - With that, you will need the modules that implement cryptographic support for the security protocols you intend to use. These are intended to be dynamically loaded on @@ -922,13 +906,6 @@ device ath_hal # pci/cardbus c options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors device ath_rate_sample # SampleRate tx rate control for ath - Both following lines are also required by - &os; 7.X, other &os; versions do not need - them: - - device wlan_scan_ap # 802.11 AP mode scanning -device wlan_scan_sta # 802.11 STA mode scanning - With this information in the kernel configuration file, recompile the kernel and reboot your &os; machine. @@ -979,21 +956,6 @@ freebsdap 00:11:95:c3:0d:ac 1 require you to mark the interface up again. - - Under &os; 7.X, the adapter device, for example - ath0, - is used directly instead of the - wlan0 - device. This requires you to replace the both previous - lines with: - - &prompt.root; ifconfig ath0 up scan - - In the rest of this document, &os; 7.X users - will need to change the command and configuration lines - according to that scheme. - - The output of a scan request lists each BSS/IBSS network found. Beside the name of the network, SSID, we find the @@ -1096,13 +1058,6 @@ freebsdap 00:11:95:c3:0d:ac 1 wlans_ath0="wlan0" ifconfig_wlan0="DHCP" - - As previously mentioned, &os; 7.X will only - require a line related to the adapter device: - - ifconfig_ath0="DHCP" - - If there are multiple access points and you want to select a specific one, you can select it by its SSID: Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Thu Feb 28 18:37:51 2013 (r41063) +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Thu Feb 28 23:33:03 2013 (r41064) @@ -3040,13 +3040,7 @@ Filesystem 1K-blocks Used Avail Capacity kernel configuration. Next, enable disk quotas in - /etc/rc.conf. On &os; 7.X and - earlier, this is done by adding the line: - - enable_quotas="YES" - - On &os; 8.0-RELEASE and later, add the following - line instead: + /etc/rc.conf: quota_enable="YES" @@ -4028,10 +4022,6 @@ Device 1K-blocks Used Av linkend="network-communication">&os; networking. - - - Use &os; 8.1-RELEASE or newer. - The HAST project was sponsored by The Modified: head/en_US.ISO8859-1/books/handbook/install/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/install/chapter.xml Thu Feb 28 18:37:51 2013 (r41063) +++ head/en_US.ISO8859-1/books/handbook/install/chapter.xml Thu Feb 28 23:33:03 2013 (r41064) @@ -4556,7 +4556,7 @@ Please press any key to reboot. That directory will normally contain the following images: - FreeBSD 7.<replaceable>X</replaceable> and 8.<replaceable>X</replaceable> + <title>&os; 8.<replaceable>X</replaceable> ISO Image Names and Meanings Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Thu Feb 28 18:37:51 2013 (r41063) +++ head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Thu Feb 28 23:33:03 2013 (r41064) @@ -232,7 +232,7 @@ CTM distribution lists. &a.ctm-cvs-cur.name; supports the entire CVS tree. &a.ctm-src-cur.name; supports the head of the development - branch. &a.ctm-src-7.name; supports the 7.X release branch, + branch. &a.ctm-src-9.name; supports the 9.X release branch, etc.. (If you do not know how to subscribe yourself to a list, click on the list name above or go to &a.mailman.lists.link; and click on the list that you wish to Modified: head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml Thu Feb 28 18:37:51 2013 (r41063) +++ head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml Thu Feb 28 23:33:03 2013 (r41064) @@ -1677,10 +1677,7 @@ bktr0: Pinnacle/Miro TV, Philips SECAM t SANE has a supported devices list that can provide you with information - about the support for a scanner and its status. On systems - prior to &os; 8.X the - &man.uscanner.4; manual page also provides a list of supported - USB scanners. + about the support for a scanner and its status. @@ -1704,16 +1701,6 @@ device uhci device ohci device ehci - On systems prior to &os; 8.X, the following line is - also needed: - - device uscanner - - On these versions of &os;, the &man.uscanner.4; device - driver provides support for the USB scanners. Since - &os; 8.0, this support is directly provided by - the &man.libusb.3; library. - After rebooting with the correct kernel, plug in your USB scanner. A line showing the detection of your @@ -1722,14 +1709,9 @@ device ehci ugen0.2: <EPSON> at usbus0 - or on a &os; 7.X system: - - uscanner0: EPSON EPSON Scanner, rev 1.10/3.02, addr 2 - These messages show that our scanner is using - either /dev/ugen0.2 or - /dev/uscanner0 as device node according - to the &os; version we run. For this example, a + either /dev/ugen0.2 + as device node. For this example, a &epson.perfection; 1650 USB scanner was used. @@ -1973,22 +1955,6 @@ device `epson:/dev/uscanner0' is a Epson add path ugen0.2 mode 0660 group usb add path usb/0.2.0 mode 0666 group usb - &os; 7.X users will probably need the following - lines with the correct device node - /dev/uscanner0: - - [system=5] -add path uscanner0 mode 660 group usb - - Then add the following to - /etc/rc.conf and reboot the - machine: - - devfs_system_ruleset="system" - - More information regarding these lines can be found in the - &man.devfs.8; manual page. - Now, one will just have to add users to the usb group to allow the access to the scanner: Modified: head/en_US.ISO8859-1/books/handbook/printing/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/printing/chapter.xml Thu Feb 28 18:37:51 2013 (r41063) +++ head/en_US.ISO8859-1/books/handbook/printing/chapter.xml Thu Feb 28 23:33:03 2013 (r41064) @@ -212,15 +212,6 @@ Basic Setup - - As of &os; 8.0, device nodes for serial ports have been - renamed from - /dev/ttydN to - /dev/ttyuN. - &os; 7.X users will have to adapt the following - documentation according to these changes. - - To use printers with the LPD spooling system, you will need to set up both your printer hardware and the LPD software. This @@ -1465,15 +1456,6 @@ $%&'()*+,-./01234567 Advanced Printer Setup - - As of &os; 8.0, device nodes for serial ports have been - renamed from - /dev/ttydN to - /dev/ttyuN. - &os; 7.X users will have to adapt the following - documentation according to these changes. - - This section describes filters for printing specially formatted files, header pages, printing across networks, and restricting and accounting for printer usage. Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/security/chapter.xml Thu Feb 28 18:37:51 2013 (r41063) +++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml Thu Feb 28 23:33:03 2013 (r41064) @@ -645,8 +645,7 @@ turned off, and access to raw devices will be denied. Higher levels restrict even more operations. For a full description of the effect of various secure levels, please read the - &man.security.7; manual page (or the manual page of - &man.init.8; in releases older than &os; 7.0). + &man.security.7; manual page. Bumping the secure level to 1 or higher may cause a few Modified: head/en_US.ISO8859-1/books/handbook/serialcomms/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/serialcomms/chapter.xml Thu Feb 28 18:37:51 2013 (r41063) +++ head/en_US.ISO8859-1/books/handbook/serialcomms/chapter.xml Thu Feb 28 23:33:03 2013 (r41064) @@ -59,17 +59,6 @@ Introduction - - As of &os; 8.0, device nodes for serial ports have been - renamed from - /dev/cuadN to - /dev/cuauN and - from - /dev/ttydN to - /dev/ttyuN. - &os; 7.X users will have to adapt the following - documentation according to these changes. -