doc/en_US.ISO8859-1/articles/pxe/pkgmaker.sh
Alfred Perlstein 44f73048e9 Bring config files mentioned in this article into cvs and point at them
rather than to an outside source.
2003-06-17 08:21:40 +00:00

9 lines
282 B
Bash

#!/bin/sh
# $Wintelcom: src/freebsd/pxe/doc/pkgmaker.sh,v 1.1 2000/07/14 12:42:05 bright Exp $
# $FreeBSD$
PKGNAME=${1}
PKGDIR=`pwd`/${PKGNAME}/
pkg_create -i ${PKGDIR}pre -I ${PKGDIR}post -f ${PKGDIR}PLIST -s ${PKGDIR} -p / -d ${PKGDIR}DESCR -c ${PKGDIR}COMMENT ${PKGNAME}.tgz