mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
1d5e12b991
used to manage Adaptec I2O controllers' (asr(4)) and their devices.
8 lines
84 B
Bash
8 lines
84 B
Bash
#! /bin/sh
|
|
# $FreeBSD$
|
|
|
|
DPTPATH=%%PREFIX%%/dpt
|
|
export DPTPATH
|
|
|
|
${DPTPATH}/dptmgr $*
|