Change the example line for popper to point to /usr/local/libexec/popper

instead of /usr/local/etc/popper. The 2.0 installation installs it there.
This commit is contained in:
Andreas Schulz 1994-11-18 20:01:21 +00:00
parent 48dd1a4713
commit 85e5776f0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4652

View File

@ -42,5 +42,5 @@ kshell stream tcp nowait root /usr/libexec/rshd rshd -k
#pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd rpc.pcnfsd
#
# example entry for the pop3 server
#pop3 stream tcp nowait root /usr/local/etc/popper popper
#pop3 stream tcp nowait root /usr/local/libexec/popper popper
#