diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 12:30:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 12:30:01 +0000 |
commit | 7fc693bc32fbea34ae4fd8f2e110226ddc904625 (patch) | |
tree | 7369e93912ed0c0ab2d584d0110362704cd46f7e /net-mgmt/bpft/pkg-install | |
parent | 89d3eeaeca6e97fe488c2f110971d197f5c0baa3 (diff) | |
download | ports-7fc693bc32fbea34ae4fd8f2e110226ddc904625.tar.gz ports-7fc693bc32fbea34ae4fd8f2e110226ddc904625.zip |
Notes
Diffstat (limited to 'net-mgmt/bpft/pkg-install')
-rw-r--r-- | net-mgmt/bpft/pkg-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/bpft/pkg-install b/net-mgmt/bpft/pkg-install new file mode 100644 index 000000000000..deeadea00ab4 --- /dev/null +++ b/net-mgmt/bpft/pkg-install @@ -0,0 +1,4 @@ +#!/bin/sh + +DBDIR=/usr/local/var/bpft +mkdir -p $DBDIR |