[networking-guide] master: USERCTL=yes can still be used (3c170a0)

stephenw at fedoraproject.org stephenw at fedoraproject.org
Sun Jan 18 17:35:02 UTC 2015


Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git

On branch  : master

>---------------------------------------------------------------

commit 3c170a0f973675de7ad76e10142efbaf87ca687c
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Sun Jan 18 18:29:20 2015 +0100

    USERCTL=yes can still be used
    
    The default action is 'no'
    sudo grep usernetctl /etc/sysconfig/network-scripts/*
    will show its usage in ifup and ifdown.


>---------------------------------------------------------------

 en-US/Configure_Networking.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/en-US/Configure_Networking.xml b/en-US/Configure_Networking.xml
index 394d66a..16800f7 100644
--- a/en-US/Configure_Networking.xml
+++ b/en-US/Configure_Networking.xml
@@ -1585,7 +1585,8 @@ ONBOOT=yes
 PREFIX=24
 IPADDR=10.0.1.27
 </programlisting>
-Optionally specify the hardware or MAC address using the <command>HWADDR</command> directive. Note that this may influence the device naming procedure as explained in <xref linkend="ch-Consistent_Network_Device_Naming" />. You do not need to specify the network or broadcast address as this is calculated automatically by <application>ipcalc</application>.
+Optionally specify the hardware or MAC address using the <command>HWADDR</command> directive. Note that this may influence the device naming procedure as explained in <xref linkend="ch-Consistent_Network_Device_Naming" />. You do not need to specify the network or broadcast address as this is calculated automatically by <application>ipcalc</application>. To enable a normal user to set the interface up or down, add <command>USERCTL=yes</command>.
+
 </para>
 
 <bridgehead id="bh-Dynamic_Network_Settings">Dynamic Network Settings</bridgehead>



More information about the docs-commits mailing list