wok-stable diff slitaz-loram/receipt @ rev 7180
Added airpwn. Airpwn is a tool for generic packet injection on an 802.11 network.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 08 00:03:57 2010 +0000 (2010-11-08) |
parents | fd85055f79db |
children | f7cdbd605b68 |
line diff
1.1 --- a/slitaz-loram/receipt Sun Nov 22 12:40:18 2009 +0100 1.2 +++ b/slitaz-loram/receipt Mon Nov 08 00:03:57 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-loram" 1.7 -VERSION="1.5" 1.8 +VERSION="1.6" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Rules to build low ram rootfs.gz." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -21,7 +21,7 @@ 1.13 local line 1.14 local len 1.15 local i 1.16 - tag="/dev/cdrom if need" 1.17 + tag="Fast boot into X" 1.18 i=$(grep -n "$tag" $1/etc/init.d/rcS | cut -d: -f1) 1.19 i=$(($i-1)) 1.20 len=38 1.21 @@ -99,7 +99,7 @@ 1.22 ---- 1.23 'tazlito gen-distro' will create a loram flavor while this package is installed. 1.24 EOF 1.25 - if [ ! -x $1/bin/funionfs -a ! -d $1/var/lib/tazpkg/installed/aufs ]; then 1.26 + if [ ! -x $1/bin/funionfs -a ! -d $1/var/lib/tazpkg/installed/aufs-utils ]; then 1.27 cat <<EOF 1.28 ---- 1.29 You will build a live CD with /usr mounted read-only.