aboutsummaryrefslogtreecommitdiff
path: root/net/pcnfsd
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* Replace master site with working onesKris Kennaway2005-07-101-1/+3
| | | | Notes: svn path=/head/; revision=138838
* define USE_GETUSERSHELL not GETUSERSHELL - with getusershell() rpc.pcnfsd willOliver Lehmann2005-04-212-1/+2
| | | | | | | | | | | | | use getusershell() to determine if the usershell is a valid shell or not. Without USE_GETUSERSHELL defined, rpc.pcnfsd will only check if the usershell ends in sh - which is bad when you want to enable an /sbin/nologin user to mount nfs shares. Bump PORTREVISION Noticed by: playing with NFS on MS-DOS 6.22 (yihaa) Notes: svn path=/head/; revision=133829
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* $Id$ -> $FreeBSD$Peter Wemm1999-08-302-2/+2
| | | | Notes: svn path=/head/; revision=21126
* 1) Add a patch to fix the syntax for 'lpc status' for FreeBSD 3.x+Chris Piazza1999-06-302-2/+18
| | | | | | | | | | 2) Shorten down a long line in DESCR. PR: 12442 Submitted by: Isupov A.Yu <isupov@moonhe.jinr.ru> Notes: svn path=/head/; revision=19910
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Move Makefile.inc to ${FILESDIR}, copy it to ${WRKSRC} during extractSatoshi Asami1998-12-013-3/+14
| | | | | | | | | | and include it explicitly. The previous method of relying in the implicit inclusion of "../Makefile.inc" broke when WRKDIRPREFIX is set. Notes: svn path=/head/; revision=14983
* Man, I think I see a pattern here. manpage(pkg/PLIST)->manpage(Makefile)Tim Vanderhoek1998-08-242-2/+4
| | | | Notes: svn path=/head/; revision=12810
* Set maintainer to ports@freebsd.orgPaul Traina1997-07-101-2/+2
| | | | Notes: svn path=/head/; revision=7283
* General Makefile cleanupDavid E. O'Brien1996-12-011-1/+3
| | | | | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... Notes: svn path=/head/; revision=4738
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Add $ID$.Satoshi Asami1996-04-211-0/+2
| | | | Notes: svn path=/head/; revision=3013
* Add in patches for vulnerabilities discussed in CERT CA:96.08Paul Traina1996-04-212-0/+82
| | | | Notes: svn path=/head/; revision=3011
* Change "networking" to "net".Satoshi Asami1995-11-271-1/+1
| | | | Notes: svn path=/head/; revision=2485
* Major cleanup. Make sure all parts agree with each other.Satoshi Asami1995-05-121-2/+131
| | | | | | | Submitted by: Javier Martin Rueda <jmrueda@diatel.upm.es> Notes: svn path=/head/; revision=1694
* Man page is compressed.Satoshi Asami1995-04-171-1/+1
| | | | | | | Pointed-out by: pkg_create Notes: svn path=/head/; revision=1429
* Update of net Makefiles! Am I done? :)Satoshi Asami1995-04-151-2/+5
| | | | Notes: svn path=/head/; revision=1363
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+1
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* mkdir -p the BINDIR during beforeinstall, instead of blindlyJoerg Wunsch1995-03-191-3/+4
| | | | | | | assuming everyone has already got a /usr/local/libexec. Notes: svn path=/head/; revision=1146
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-181-0/+1
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590
* Add package support for pcnfsd(8)Paul Traina1994-10-073-0/+7
| | | | Notes: svn path=/head/; revision=203
* PC NFS authentication/spooling daemonPaul Traina1994-10-075-0/+248
Notes: svn path=/head/; revision=198