The following changes were made:

* Completely re-written as shell script
  * Modified documentation to better reflect reality
  * Removed the rather useless 'ifquery' tool
This commit is contained in:
2017-11-05 11:34:59 -06:00
parent 53077da060
commit 68281843d3
5 changed files with 434 additions and 946 deletions

View File

@@ -8,19 +8,19 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
DEPENDS = dhclient,iproute2,perl
DEPENDS = dhclient,iproute2
ARCH = none
URL =
BRIEF = Scripts for starting and stopping network interfaces
DESC = Scripts which use the iproute2 tools for automatically starting and \
stopping network devices during startup.
SNAPVER = 2
SNAPVER = 0
ARCHIVE :=
SRCDIR := $(PWD)/SRC/iftools
PATCHDIR := $(PWD)/SRC/patches
VERSION := $(shell grep 'VERSION\s*=>' SRC/iftools/ifup| \
cut -d "'" -f2)-$(SNAPVER)
VERSION := $(shell grep 'VERSION=' SRC/iftools/ifup| \
cut -d "=" -f2)-$(SNAPVER)
include /usr/share/snap/Makefile.snaplinux