From 575477a728c935419e8e6b3d8f99ac8a3eb21cb8 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Mon, 7 Nov 2016 12:36:59 -0600 Subject: [PATCH] Added dependencies for dhclient and ifupdown --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 89ffa8e..a3fd1a5 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -DEPENDS = bash,procps-ng,sysvinit +DEPENDS = bash,dhclient,ifupdown,procps-ng,sysvinit ARCH = x86_64 URL = DESC = This package supplies the base system init scripts for sysvinit @@ -16,7 +16,7 @@ DESC = This package supplies the base system init scripts for sysvinit ARCHIVE := '' SRCDIR := $(PWD)/SRC/initscripts PATCHDIR := $(PWD)/SRC/patches -VERSION := 0.3sr0 +VERSION := 0.3sr1 include /usr/share/snap/Makefile.snaplinux