2018-05-28 21:12:29 +02:00
|
|
|
--- ./client/scripts/linux.orig 2017-07-25 08:39:54.000000000 -0500
|
|
|
|
+++ ./client/scripts/linux 2017-08-03 15:31:41.067873392 -0500
|
|
|
|
@@ -22,6 +22,10 @@
|
2010-05-19 10:58:23 +02:00
|
|
|
# 4. TIMEOUT not tested. ping has a flag I don't know, and I'm suspicious
|
|
|
|
# of the $1 in its args.
|
|
|
|
|
2018-05-28 21:12:29 +02:00
|
|
|
+# Set a reasonable default path for Linux:
|
2010-05-19 10:58:23 +02:00
|
|
|
+PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
|
|
|
|
+export PATH
|
|
|
|
+
|
2018-05-28 21:12:29 +02:00
|
|
|
# 5. Script refresh in 2017. The aliasing code was too convoluted and needs
|
|
|
|
# to go away. Migrated DHCPv4 script to ip command from iproute2 suite.
|
|
|
|
# This is based on Debian script with some tweaks. ifconfig is no longer
|