From 3028162f5f998f35941dec3dec3b347c714ef753 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Mon, 22 Jan 2018 21:24:21 -0600 Subject: [PATCH] The following changes were made: * Added SHELL (/bin/bash) to Makefile * Added BRIEF to Makefile * Added REPO to Makefile.dhclient and Makefile.dhcpd --- Makefile | 5 ++++- Makefile.dhclient | 1 + Makefile.dhcpd | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bdc416e..6b89fbe 100644 --- a/Makefile +++ b/Makefile @@ -8,11 +8,14 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +SHELL = /bin/bash + export SRCPKG = dhcp export DEPENDS = glibc export ARCH = x86_64 export URL = https://www.isc.org/ -SNAPVER = 4 +BRIEF = Source package for dhcpd and dhclient +SNAPVER = 5 PWD := $(shell pwd) ROOT := $(PWD)/ROOT diff --git a/Makefile.dhclient b/Makefile.dhclient index e0c8adb..b8f1d1c 100644 --- a/Makefile.dhclient +++ b/Makefile.dhclient @@ -8,6 +8,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +REPO = core BRIEF = DHCP Client DESC = The Internet Systems Consortium DHCP Client, dhclient, \ provides a means for configuring one or more network interfaces using \ diff --git a/Makefile.dhcpd b/Makefile.dhcpd index a5e313d..de5b6ed 100644 --- a/Makefile.dhcpd +++ b/Makefile.dhcpd @@ -8,6 +8,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +REPO = server BRIEF = DHCP server DESC = The Internet Systems Consortium DHCP Server, dhcpd, implements the \ Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap \