4a004c1a1e
Fixes pr 4752, based on the pkg by Ty Sarna with minor changes.
5 lines
184 B
Bash
5 lines
184 B
Bash
#!/bin/sh
|
|
# $NetBSD: nntpcached.rc,v 1.1 1998/06/06 15:28:36 frueauf Exp $
|
|
|
|
PATH=%%PREFIX%%/sbin:/bin:/usr/bin
|
|
[ -x %%PREFIX%%/sbin/nntpcached ] && nntpcached && echo -n ' nntpcached'
|