mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
PATH=%%PREFIX%%/sbin:/bin:/usr/bin
|
||
|
[ -x %%PREFIX%%/sbin/nntpcached ] && nntpcached && echo -n ' nntpcached'
|