diff options
author | gordon <gordon@FreeBSD.org> | 2002-07-08 06:13:05 +0800 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2002-07-08 06:13:05 +0800 |
commit | ade83fb5117a94dcd11563684e68d06a599ddc81 (patch) | |
tree | 9ca3b63808b96c0818ad87f71d6352ca1ace0272 /CVSROOT | |
parent | 0127078fbba4688c5c8ad62acf2148c836396496 (diff) | |
download | freebsd-ports-gnome-ade83fb5117a94dcd11563684e68d06a599ddc81.tar.gz freebsd-ports-gnome-ade83fb5117a94dcd11563684e68d06a599ddc81.tar.zst freebsd-ports-gnome-ade83fb5117a94dcd11563684e68d06a599ddc81.zip |
nfsd and mountd belong in /usr/sbin not /sbin. Especially since portmap /
rpcbind is in /usr/sbin to begin with.
Reviewed by: jake (mentor)
Diffstat (limited to 'CVSROOT')
-rw-r--r-- | CVSROOT/modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 338ce1c284d7..ebf64dc12b99 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -4271,7 +4271,7 @@ mount_umap src/sbin/mount_umap mount_umapfs src/sbin/mount_umapfs mount_union src/sbin/mount_union mount_unionfs src/sbin/mount_unionfs -mountd src/sbin/mountd +mountd src/usr.sbin/mountd mouseclock ports/x11-clocks/mouseclock moused src/usr.sbin/moused movemail ports/mail/movemail @@ -4524,7 +4524,7 @@ nextboot src/sbin/i386/nextboot nfbtrans ports/textproc/nfbtrans nfs src/sys/nfs nfsclient src/sys/nfsclient -nfsd src/sbin/nfsd +nfsd src/usr.sbin/nfsd nfsiod src/sbin/nfsiod nfsstat src/usr.bin/nfsstat ngctl src/usr.sbin/ngctl |