diff options
author | 2001-06-04 22:18:19 +0000 | |
---|---|---|
committer | 2001-06-04 22:18:19 +0000 | |
commit | 38f748f81a984c4bca2f0fe677e5e7ea13f7c2d3 (patch) | |
tree | 806653ded2b3afe49f24eff9fd871de44e44da39 | |
parent | switch uid when cleaning up tmp files and sockets; reported by zen-parse@gmx.net on bugtraq (diff) | |
download | wireguard-openbsd-38f748f81a984c4bca2f0fe677e5e7ea13f7c2d3.tar.xz wireguard-openbsd-38f748f81a984c4bca2f0fe677e5e7ea13f7c2d3.zip |
rpc.pcnfsd is now free
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index ff830ffe6a7..36b3e490aae 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.80 2001/06/02 18:21:24 deraadt Exp $ +# $OpenBSD: Makefile,v 1.81 2001/06/04 22:18:19 deraadt Exp $ # not yet done: catman @@ -11,13 +11,13 @@ SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest \ mailwrapper mopd mtree named \ netgroup_mkdb openssl pkg pkg_install portmap ppp pppd pppoe pstat \ pwd_mkdb quot quotaon rarpd rbootd rdconfig rdate repquota rmt \ - rpc.bootparamd rpc.lockd rwhod \ + rpc.bootparamd rpc.lockd rpc.pcnfsd rwhod \ sa sesd sliplogin slstats spppcontrol spray \ syslogd tcpdump timed tokenadm tokeninit traceroute trpt trsp \ usbdevs user vipw vnconfig wsmoused zdump zic # LICENSING ISSUES: -# rpc.pcnfsd mrouted mrinfo mtrace map-mbone +# mrouted mrinfo mtrace map-mbone # IPv6 SUBDIR+=faithd ifmcstat ndp rip6query route6d rtadvd rtsold traceroute6 |