mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
6 lines
168 B
Bash
6 lines
168 B
Bash
#!/bin/sh
|
|
test -d JDIR -a -x PREFIX/sbin/junkbuster -a -f JDIR/configfile || exit 1
|
|
cd JDIR
|
|
su -m nobody -c "PREFIX/sbin/junkbuster configfile &"
|
|
echo -n " junkbuster"
|