mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
|
#!/bin/sh
|
||
|
if [ -x /usr/local/libexec/fingerd -a -f /usr/local/etc/fingerdir/serverhost ]; then
|
||
|
/usr/local/libexec/fingerd
|
||
|
echo ' gnu-fingerd'
|
||
|
fi
|