Fix nonfunctional sed line in training guides

As noted by Jesse Chen, the sed line fixed herein did not
do anything. The intention would have been to uncomment the line.
Change-Id: Ie01b38d37050f48487ea86242517c22b13c8bdd7
Closes-Bug: 1297482
This commit is contained in:
Tom Fifield
2014年03月30日 09:08:42 +08:00
parent f00102520f
commit 81606454d3

View File

@@ -168,7 +168,7 @@ iface eth2 inet dhcp</programlisting>
<listitem>
<para>Enable IP_Forwarding:</para>
<para>
<screen><prompt>#</prompt> <userinput>sed -i 's/net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/' /etc/sysctl.conf</userinput></screen>
<screen><prompt>#</prompt> <userinput>sed -i 's/#net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/' /etc/sysctl.conf</userinput></screen>
</para>
</listitem>
<listitem>
Reference in New Issue
openstack/training-guides
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.