wok diff dhcp/receipt @ rev 3679

Fix: ocsinventory-agent. Add Tazpkg.pm. Fix filesystem reports.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Jul 12 23:18:03 2009 +0200 (2009-07-12)
parents 7dbe1d832560
children 7534e9548281
line diff
     1.1 --- a/dhcp/receipt	Mon May 11 22:37:59 2009 +0200
     1.2 +++ b/dhcp/receipt	Sun Jul 12 23:18:03 2009 +0200
     1.3 @@ -16,6 +16,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.7 +	--disable-dhcpv6 \
     1.8  	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \
     1.9  	make && make DESTDIR=$PWD/_pkg install
    1.10  }