From owner-svn-doc-all@FreeBSD.ORG Tue Apr 29 02:50:32 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 240B73C6; Tue, 29 Apr 2014 02:50:32 +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 04D17282; Tue, 29 Apr 2014 02:50:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3T2oVEg083087; Tue, 29 Apr 2014 02:50:31 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3T2oVBH083086; Tue, 29 Apr 2014 02:50:31 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201404290250.s3T2oVBH083086@svn.freebsd.org> From: Warren Block Date: Tue, 29 Apr 2014 02:50:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44693 - head/en_US.ISO8859-1/articles/solid-state 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 02:50:32 -0000 Author: wblock Date: Tue Apr 29 02:50:31 2014 New Revision: 44693 URL: http://svnweb.freebsd.org/changeset/doc/44693 Log: Restore lost tags. Modified: head/en_US.ISO8859-1/articles/solid-state/article.xml Modified: head/en_US.ISO8859-1/articles/solid-state/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/solid-state/article.xml Tue Apr 29 02:46:48 2014 (r44692) +++ head/en_US.ISO8859-1/articles/solid-state/article.xml Tue Apr 29 02:50:31 2014 (r44693) @@ -203,11 +203,11 @@ pseudo-device md # memory mounted read-only with /etc/fstab can be made read-write at any time by issuing the command: - &prompt.root; /sbin/mount -uw partition + &prompt.root; /sbin/mount -uw partition and can be toggled back to read-only with the command: - &prompt.root; /sbin/mount -ur partition + &prompt.root; /sbin/mount -ur partition @@ -452,14 +452,14 @@ pseudo-device md # memory It is now assumed that Apache keeps its log files in a - directory apache_log_dir + directory apache_log_dir outside of /var. When this directory lives on a read-only filesystem, Apache will not be able to save any log files, and may have problems working. If so, it is necessary to add a new directory to the list of directories in /etc/rc.d/var to create in /var, and to link - apache_log_dir + apache_log_dir to /var/log/apache. It is also necessary to set permissions and ownership on this new directory. @@ -474,11 +474,11 @@ pseudo-device md # memory &prompt.root; chmod 0774 /var/log/apache &prompt.root; chown nobody:nobody /var/log/apache - Finally, remove the existing apache_log_dir + Finally, remove the existing apache_log_dir directory, and replace it with a link: - &prompt.root; rm -rf apache_log_dir -&prompt.root; ln -s /var/log/apache apache_log_dir + &prompt.root; rm -rf apache_log_dir +&prompt.root; ln -s /var/log/apache apache_log_dir