diff options
author | Olav Vitters <olav@vitters.nl> | 2020-07-26 22:32:19 +0200 |
---|---|---|
committer | Olav Vitters <olav@vitters.nl> | 2020-07-26 22:32:19 +0200 |
commit | 990ac2e3cbaedc3e9a624f975ce4d64f8ea9eee2 (patch) | |
tree | 481ba6656f7e958b5fd82e3649ee22916b67163b /network-scripts/ifup-eth | |
parent | e5260ec74cb130a6e2209e5f94165769611214a1 (diff) | |
download | initscripts-990ac2e3cbaedc3e9a624f975ce4d64f8ea9eee2.tar initscripts-990ac2e3cbaedc3e9a624f975ce4d64f8ea9eee2.tar.gz initscripts-990ac2e3cbaedc3e9a624f975ce4d64f8ea9eee2.tar.bz2 initscripts-990ac2e3cbaedc3e9a624f975ce4d64f8ea9eee2.tar.xz initscripts-990ac2e3cbaedc3e9a624f975ce4d64f8ea9eee2.zip |
minimize changes with 10.04 tag
Diffstat (limited to 'network-scripts/ifup-eth')
-rwxr-xr-x | network-scripts/ifup-eth | 1 |
1 files changed, 0 insertions, 1 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 |