diff options
author | pst <pst@FreeBSD.org> | 1994-09-28 18:22:08 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-09-28 18:22:08 +0000 |
commit | 8b9944a4b290ef204be95433d4ad5411b95c9bc9 (patch) | |
tree | b2bd9757753279da2266cf00c96c03b4e800d5ab | |
parent | 4354befc59e5219a1738ca401c38718c4b38ef04 (diff) | |
download | FreeBSD-src-8b9944a4b290ef204be95433d4ad5411b95c9bc9.zip FreeBSD-src-8b9944a4b290ef204be95433d4ad5411b95c9bc9.tar.gz |
Forget it. pcnfsd is too ugly for words because of the hand edited
rpc files and other cruft. It's not important enough to have it in the
source distribution and I don't feel comfortable with this, as it's below
the standards of CSRG.
Disable & remove pcnfsd. Either I'll rewrite this so it can all be
generated with rpcgen or stuff it in ports and let it rot there.
-rw-r--r-- | libexec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 80aef44..5bf4f2d 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 SUBDIR= atrun comsat fingerd ftpd getNAME getty lfs_cleanerd \ - mail.local makekey rexecd rlogind rpc.pcnfsd rpc.rstatd rpc.rusersd \ + mail.local makekey rexecd rlogind rpc.rstatd rpc.rusersd \ rpc.rwalld rshd talkd telnetd tftpd uucpd # Present but disabled: kpasswdd |