aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlav Vitters <olav@vitters.nl>2020-07-26 22:32:19 +0200
committerOlav Vitters <olav@vitters.nl>2020-07-26 22:32:19 +0200
commit990ac2e3cbaedc3e9a624f975ce4d64f8ea9eee2 (patch)
tree481ba6656f7e958b5fd82e3649ee22916b67163b
parente5260ec74cb130a6e2209e5f94165769611214a1 (diff)
downloadinitscripts-990ac2e3cbaedc3e9a624f975ce4d64f8ea9eee2.tar
initscripts-990ac2e3cbaedc3e9a624f975ce4d64f8ea9eee2.tar.gz
initscripts-990ac2e3cbaedc3e9a624f975ce4d64f8ea9eee2.tar.bz2
initscripts-990ac2e3cbaedc3e9a624f975ce4d64f8ea9eee2.tar.xz
initscripts-990ac2e3cbaedc3e9a624f975ce4d64f8ea9eee2.zip
minimize changes with 10.04 tag
-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.