1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/gnu-finger/files/fingerd.sh.sample
Masafumi Max NAKANE f0bf4911ea Rename files/start.fingerd.sh.sample -> fingerd.sh.sample.
Submitted by:	sanpei@yy.cs.keio.ac.jp
(Closing part of PR #2360.)
1997-01-06 07:24:43 +00:00

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