mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
10 lines
142 B
Plaintext
10 lines
142 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
# $Id$
|
||
|
|
||
|
sed -e "s=!!PREFIX!!=${PREFIX}=" \
|
||
|
< ${FILESDIR}/bb.sh \
|
||
|
> ${PREFIX}/etc/rc.d/bb.sh
|
||
|
|
||
|
chmod 554 ${PREFIX}/etc/rc.d/bb.sh
|