8 lines
84 B
Bash
8 lines
84 B
Bash
#! /bin/sh
|
|
# $FreeBSD$
|
|
|
|
DPTPATH=%%PREFIX%%/dpt
|
|
export DPTPATH
|
|
|
|
${DPTPATH}/dptmgr $*
|