diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-22 22:15:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-22 22:15:24 +0000 |
commit | 4ff5a32df798750b0fea1d8a1c0a23627b103186 (patch) | |
tree | 00deca4ab67a60e8821b5654b458ef07fac621dd /sys/dev/microcode/symbol | |
parent | 061fe1dcbae67b038109fc344986bb0ee98baf99 (diff) |
rename these two firmwares to nicer names
Diffstat (limited to 'sys/dev/microcode/symbol')
-rw-r--r-- | sys/dev/microcode/symbol/Makefile | 6 | ||||
-rw-r--r-- | sys/dev/microcode/symbol/symbol-license | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile index d7f12ed4f18..36a78a98f10 100644 --- a/sys/dev/microcode/symbol/Makefile +++ b/sys/dev/microcode/symbol/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2004/11/22 09:22:08 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2004/11/22 22:15:23 deraadt Exp $ NOPROG= NOMAN= @@ -10,9 +10,9 @@ NOMAN= afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ - ${.CURDIR}/eprimsym ${DESTDIR}/etc/firmware + ${.CURDIR}/eprimsym ${DESTDIR}/etc/firmware/symbol-eprim ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ - ${.CURDIR}/esecsym ${DESTDIR}/etc/firmware + ${.CURDIR}/esecsym ${DESTDIR}/etc/firmware/symbol-esec ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ ${.CURDIR}/symbol-license ${DESTDIR}/etc/firmware .endif diff --git a/sys/dev/microcode/symbol/symbol-license b/sys/dev/microcode/symbol/symbol-license index 625dd0619a9..6f85278ae0d 100644 --- a/sys/dev/microcode/symbol/symbol-license +++ b/sys/dev/microcode/symbol/symbol-license @@ -23,5 +23,5 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -This license applies to the eprimsym and esecsym firmwares for Spectrum -wireless cards without firmware on board. +This license applies to the symbol-eprimand symbol-esec firmwares for +Symbol Spectrum wireless cards without firmware on board. |