wok diff freeradius-dialupadmin/receipt @ rev 1924

volatile.cpio.gz in receipt is incompatible with tazpkg stuff
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 23 10:31:12 2008 +0000 (2008-12-23)
parents b7a4721eb10b
children bf9b1734ec69
line diff
     1.1 --- a/freeradius-dialupadmin/receipt	Sun Oct 05 13:02:19 2008 +0000
     1.2 +++ b/freeradius-dialupadmin/receipt	Tue Dec 23 10:31:12 2008 +0000
     1.3 @@ -23,10 +23,6 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	( cd $1/ ; cpio -o -H newc | gzip -9 ) > \
     1.8 -		$1/$INSTALLED/$PACKAGE/volatile.cpio.gz <<EOT
     1.9 -etc/dialupadmin
    1.10 -EOT
    1.11  	# Configure lighttpd server
    1.12  	if [ -f $1/etc/lighttpd/lighttpd.conf ]; then
    1.13  		if ! grep -q /usr/share/dialup_admin/ $1/etc/lighttpd/lighttpd.conf; then
    1.14 @@ -61,8 +57,3 @@
    1.15  		fi
    1.16  	fi
    1.17  }
    1.18 -
    1.19 -repack_cleanup()
    1.20 -{
    1.21 -        zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id )
    1.22 -}