wok diff dhcp/receipt @ rev 20713

updated at (3.1.13 -> 3.1.23)
author Hans-G?nter Theisgen
date Wed Feb 06 17:06:52 2019 +0100 (2019-02-06)
parents eb8067417980
children a1d1bad5f192
line diff
     1.1 --- a/dhcp/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/dhcp/receipt	Wed Feb 06 17:06:52 2019 +0100
     1.3 @@ -12,12 +12,11 @@
     1.4  CONFIG_FILES="/etc/dhcpd.conf"
     1.5  
     1.6  DEPENDS="libcrypto"
     1.7 -BUILD_DEPENDS="perl"
     1.8 +BUILD_DEPENDS="perl file"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14  	grep -q MYEOL includes/dhctoken.h ||
    1.15  	sed -i "s/SEMI/MYEOL = '\\\\n',\n\tQUESTION = '?',\n\t&/" \
    1.16  		includes/dhctoken.h
    1.17 @@ -36,4 +35,3 @@
    1.18  	cp $install/usr/sbin/dhcpd $fs/usr/sbin
    1.19  	cp $stuff/dhcpd $fs/etc/init.d
    1.20  }
    1.21 -