From owner-freebsd-doc@FreeBSD.ORG Sat Feb 16 04:41:09 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D6715D71 for ; Sat, 16 Feb 2013 04:41:09 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by mx1.freebsd.org (Postfix) with ESMTP id 491CE9A5 for ; Sat, 16 Feb 2013 04:41:08 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id fg15so3250618wgb.13 for ; Fri, 15 Feb 2013 20:41:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=5+b5ZSGY7CO/Vu5WsQ+gViLwOd/IMXhqV3UwZWDjOAw=; b=fUTjXHAiynv3g4TCUC+TFpvYcHyMXMcSLGXAm1d5ioZcn77SLGyx5/hVAeWyN/kJgK Xo47yYUGDxmA70uuRjVCEspbPKnmJjidKPh9ULrxMF9jYCNcySenFvQX3NRUmS4+/RBI hdqW0BCemYJiHG7+3iZCisWoF74jNYTh4Wq8A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:x-gm-message-state; bh=5+b5ZSGY7CO/Vu5WsQ+gViLwOd/IMXhqV3UwZWDjOAw=; b=KEiktJkPbpzV1XVVpU/5ywIrS1qndXy7sNKdsMfnarQBNtGdTDbfIAUqk9PHVBC7vJ 592sudGZ/ixedpFu2/coJ7YmccOw5kjMP2aX7YcWkIsum+9414Ndi61d5NgV4uIu30Bf 7M6zTs6ETt5gVLDk+gvNDXWkQRuI2FIpSBXaciBWIGWzeVnrONwHn/3tnLjFP0udQEU5 kNwImGSP1G2h5RCE8GFkDvOwx2myeepIkptMsKRDwnfY2KGdGbcUvKPq3tnwvhU9YPBH UeZc/56ZYkMXfzZDxgp7Fhe8aaXc0LQbIzWIpSAzinoN4wBjHUKrRV6SkwyRSPemHKMm G+2A== X-Received: by 10.194.110.69 with SMTP id hy5mr8283587wjb.1.1360989661835; Fri, 15 Feb 2013 20:41:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.152.161 with HTTP; Fri, 15 Feb 2013 20:40:31 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Fri, 15 Feb 2013 23:40:31 -0500 Message-ID: Subject: Re: removing references to &os; 7.x To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmEKhmS2iXy3UHodM1Iw+WMgN8sduSZylhBI/pjJEd09bDTdgWqQ1BHwYmwOJrFPGaUNWln X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2013 04:41:09 -0000 On 15 February 2013 17:26, Eitan Adler wrote: > Thoughts? To be committed after the EoL date. A couple of other parts added: commit 0d896fc6c0ba639f011381f375666a865a46754f Author: Eitan Adler Date: Fri Feb 15 17:16:01 2013 -0500 Remove references / support of &os; 7.x ppp-and-slip not touched because of ongoing work to revise that chapter. Reviewed by: ??? Approved by: ??? (mentor) diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml index 42b6726..7e1cfe8 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml @@ -867,22 +867,6 @@ route_net2="-net 192.168.1.0/24 192.168.1.1" 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 chip support 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 54M -83:96 100 EPS WPA 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 54M -83:96 100 EPS WPA 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: diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.xml b/en_US.ISO8859-1/books/handbook/disks/chapter.xml index 6cd038f..aa7bec2 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.xml @@ -3040,13 +3040,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on 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 Avail Capacity linkend="network-communication">&os; networking. - - - Use &os; 8.1-RELEASE or newer. - The HAST project was sponsored by The diff --git a/en_US.ISO8859-1/books/handbook/install/chapter.xml b/en_US.ISO8859-1/books/handbook/install/chapter.xml index 5f0810a..e2c87af 100644 --- a/en_US.ISO8859-1/books/handbook/install/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/install/chapter.xml @@ -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 diff --git a/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml b/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml index ee33ada..259a705 100644 --- a/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml @@ -174,14 +174,6 @@ Id Refs Address Size Name &prompt.root; cd /usr/ports/emulators/linux_base-f10 &prompt.root; make install distclean - - On &os; systems prior to &os; 8.0, you will have - to use the emulators/linux_base-fc4 port - instead of emulators/linux_base-f10. - - You should now have working Linux binary compatibility. Some programs may complain about incorrect minor versions of the system libraries. In general, however, this does diff --git a/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml b/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml index a0e056b..e6296dc 100644 --- a/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml @@ -250,7 +250,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 diff --git a/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml b/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml index b592d01..0d80aae 100644 --- a/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml @@ -1677,10 +1677,7 @@ bktr0: Pinnacle/Miro TV, Philips SECAM tuner. 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 GT-8200 flatbed scanner 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: diff --git a/en_US.ISO8859-1/books/handbook/printing/chapter.xml b/en_US.ISO8859-1/books/handbook/printing/chapter.xml index 5a1bd15..974494e 100644 --- a/en_US.ISO8859-1/books/handbook/printing/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/printing/chapter.xml @@ -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. diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.xml b/en_US.ISO8859-1/books/handbook/security/chapter.xml index 3cd5bd1..365e172 100644 --- a/en_US.ISO8859-1/books/handbook/security/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/security/chapter.xml @@ -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 diff --git a/en_US.ISO8859-1/books/handbook/serialcomms/chapter.xml b/en_US.ISO8859-1/books/handbook/serialcomms/chapter.xml index 0bba8ba..c0cf334 100644 --- a/en_US.ISO8859-1/books/handbook/serialcomms/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/serialcomms/chapter.xml @@ -63,17 +63,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. - @@ -708,18 +697,6 @@ sio3: type 16550A Terminals - - 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. - - terminals Terminals provide a convenient and low-cost way to access @@ -1194,18 +1171,6 @@ ttyu5 "/usr/libexec/getty std.19200" vt100 on insecure Dial-in Service - - 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. - - dial-in service Configuring your FreeBSD system for dial-in service is very @@ -1921,15 +1886,6 @@ AT&B2&W Dial-out Service - - As of &os; 8.0, device nodes for serial ports have been - renamed from - /dev/cuadN to - /dev/cuauN. - &os; 7.X users will have to adapt the following - documentation according to these changes. - - dial-out service The following are tips for getting your host to be able to @@ -2247,15 +2203,6 @@ raisechar=^^ Setting Up the Serial Console - - 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. - - serial console -- Eitan Adler