more stage3 fixes/updates, added libelf package (required for ?trace)
[hdw-linux/hdw-linux.git] / packages / net / dhcp / dhcp
index 63b7242..7e9b82e 100644 (file)
@@ -2,9 +2,9 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 3.0.1
+# [V] 3.0.3
 # [S] 3-1
-# [D] dhcp-3.0.1.tar.gz ftp://ftp.isc.org/isc/dhcp/
+# [D] dhcp-3.0.3.tar.gz ftp://ftp.isc.org/isc/dhcp/
 
 pre_install()  {
        cat >> site.conf <<-EOF
@@ -27,5 +27,5 @@ post_install()        {
        
        # documentation and config files
        rm -rf $docdir && mkdir -p $docdir
-       cp -v doc/* client/dhclient.conf server/dhcpd.conf $docdir
+       cp -v doc/[!j]* client/dhclient.conf server/dhcpd.conf $docdir
                }