# HG changeset patch # User Pascal Bellard # Date 1214240013 0 # Node ID dbb21026eb5c71deae5761749a581caad2a3354f # Parent 72fa50265748ca24274dc48098d3afa7f5ebc30a wpa_supplicant: run as daemon diff -r 72fa50265748 -r dbb21026eb5c wpa_supplicant/receipt --- a/wpa_supplicant/receipt Mon Jun 23 15:15:07 2008 +0000 +++ b/wpa_supplicant/receipt Mon Jun 23 16:53:33 2008 +0000 @@ -5,7 +5,7 @@ CATEGORY="utilities" SHORT_DESC="WPA Supplicant with support for WPA and WPA2" MAINTAINER="0dddba11@googlemail.com" -DEPENDS="" +DEPENDS="openssl" BUILD_DEPENDS="openssl-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://hostap.epitest.fi/wpa_supplicant/" @@ -32,3 +32,12 @@ cp -a stuff/etc $fs } +# Pre and post install commands for Tazpkg. +post_install() +{ + grep -q ^WPA_CONF= $1/etc/daemon.conf || cat >> $1/etc/daemon.conf <