summaryrefslogtreecommitdiff
path: root/net/gnu-finger/files/fingerd.sh.sample
blob: edd1a5f8b0b61789d26b8979ca12784a9d59c32c (plain) (blame)
1
2
3
4
5
#!/bin/sh
if [ -x /usr/local/libexec/fingerd -a -f /usr/local/etc/fingerdir/serverhost ]; then
	/usr/local/libexec/fingerd
	echo ' gnu-fingerd'
fi