diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-05-08 09:37:17 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-05-08 09:37:17 +0000 |
commit | 3e626d303b710434566799926130e022228fee1c (patch) | |
tree | 74ed4648826e449fad560d7a597f4e89bbaa9b32 /net/ipw-firmware | |
parent | c97523180ea63290c00aaec1ae32bfd0eb8bfee3 (diff) | |
download | ports-3e626d303b710434566799926130e022228fee1c.tar.gz ports-3e626d303b710434566799926130e022228fee1c.zip |
Notes
Diffstat (limited to 'net/ipw-firmware')
-rw-r--r-- | net/ipw-firmware/Makefile | 2 | ||||
-rw-r--r-- | net/ipw-firmware/files/ipw.sh.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile index 7038b001158f..d36e6a92ae07 100644 --- a/net/ipw-firmware/Makefile +++ b/net/ipw-firmware/Makefile @@ -8,7 +8,7 @@ PORTNAME?= ipw-firmware RELNAME?= ipw2100 PORTVERSION?= 1.3 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= flz/ipw diff --git a/net/ipw-firmware/files/ipw.sh.in b/net/ipw-firmware/files/ipw.sh.in index 9eedb74fde58..ba950ad99db2 100644 --- a/net/ipw-firmware/files/ipw.sh.in +++ b/net/ipw-firmware/files/ipw.sh.in @@ -51,7 +51,6 @@ command="%%PREFIX%%/sbin/%%DRIVERNAME%%control" eval _file=\$_%%DRIVERNAME%%_file_${i} echo -n " [${i}:${_mode:=bss}]" ${command} -i ${i} -f %%FWDIR%%/${_file} - ifconfig ${i} up done echo "." } |