aboutsummaryrefslogtreecommitdiffstats
path: root/network-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'network-scripts')
-rwxr-xr-xnetwork-scripts/ifup-eth1
-rw-r--r--network-scripts/ifup-wireless4
2 files changed, 2 insertions, 3 deletions
diff --git a/network-scripts/ifup-eth b/network-scripts/ifup-eth
index 63387733..ea0ebef8 100755
--- a/network-scripts/ifup-eth
+++ b/network-scripts/ifup-eth
@@ -551,7 +551,6 @@ if is_true "${DHCPV6C}" && [ -x /sbin/dhclient ]; then
echo -n $"Determining IPv6 information for ${DEVICE}..."
# Initialize the dhclient args for IPv6 and obtain the hostname options if needed:
-
if is_true "${PERSISTENT_DHCLIENT}"; then
ONESHOT="";
else
diff --git a/network-scripts/ifup-wireless b/network-scripts/ifup-wireless
index 5fdceadf..9b77f8fd 100644
--- a/network-scripts/ifup-wireless
+++ b/network-scripts/ifup-wireless
@@ -15,9 +15,9 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
-# Configure wireless network device options. See iwconfig(8) for more info.
+# Configure wireless network device options. See iw(8) for more info.
# Mageia prefixes the following variables with WIRELESS_ prefix.
# Valid variables:
# MODE: Ad-Hoc, Managed, etc.