mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f0bf4911ea
Submitted by: sanpei@yy.cs.keio.ac.jp (Closing part of PR #2360.)
6 lines
147 B
Bash
6 lines
147 B
Bash
#!/bin/sh
|
|
if [ -x /usr/local/libexec/fingerd -a -f /usr/local/etc/fingerdir/serverhost ]; then
|
|
/usr/local/libexec/fingerd
|
|
echo ' gnu-fingerd'
|
|
fi
|