mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
f6effc0969
Remove *.bak config files. Closes-PR: ports/1813 Forgotten by: peter Please don't forget to close PR's. Duplicated effort is effort that could be used elsewhere. ;-)
5 lines
119 B
Bash
5 lines
119 B
Bash
#!/bin/sh
|
|
|
|
PATH=%%PREFIX%%/sbin:/bin:/usr/bin
|
|
[ -x %%PREFIX%%/sbin/nntpcached ] && nntpcached && echo -n ' nntpcached'
|