From owner-svn-doc-all@FreeBSD.ORG Tue Apr 29 21:14:52 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF6F5A49; Tue, 29 Apr 2014 21:14:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B22D11A75; Tue, 29 Apr 2014 21:14:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3TLEqKY044608; Tue, 29 Apr 2014 21:14:52 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3TLEq5N044607; Tue, 29 Apr 2014 21:14:52 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201404292114.s3TLEq5N044607@svn.freebsd.org> From: Warren Block Date: Tue, 29 Apr 2014 21:14:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44706 - head/en_US.ISO8859-1/articles/linux-users 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.17 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, 29 Apr 2014 21:14:53 -0000 Author: wblock Date: Tue Apr 29 21:14:52 2014 New Revision: 44706 URL: http://svnweb.freebsd.org/changeset/doc/44706 Log: Restore lost tags. Modified: head/en_US.ISO8859-1/articles/linux-users/article.xml Modified: head/en_US.ISO8859-1/articles/linux-users/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/linux-users/article.xml Tue Apr 29 21:09:33 2014 (r44705) +++ head/en_US.ISO8859-1/articles/linux-users/article.xml Tue Apr 29 21:14:52 2014 (r44706) @@ -134,7 +134,7 @@ the following command installs Apache 2.4: - &prompt.root; pkg install apache24 + &prompt.root; pkg install apache24 For more information on packages refer to section 5.4 of the &os; Handbook: /etc/rc.conf, it can be started without rebooting the system: - &prompt.root; service sshd start + &prompt.root; service sshd start &prompt.root; service apache24 start If a service has not been enabled, it can be started from the command line using : - &prompt.root; service sshd onestart + &prompt.root; service sshd onestart @@ -440,16 +440,16 @@ net.inet.ip.forwarding: 0 - yum install package / - apt-get install package - pkg install package + yum install package / + apt-get install package + pkg install package Install package from remote repository - rpm -ivh package - / dpkg -i package - pkg add package + rpm -ivh package + / dpkg -i package + pkg add package Install local package