mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5cc3910e94
and give a brief instruction on how to proceed to get this to work. PR: 14805 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
6 lines
166 B
Bash
6 lines
166 B
Bash
#!/bin/sh
|
|
test -d JDIR -a -x PREFIX/bin/junkbuster -a -f JDIR/configfile || exit 1
|
|
cd JDIR
|
|
su -m nobody -c "PREFIX/bin/junkbuster configfile &"
|
|
echo -n " junkbuster"
|