Listing 1: rpc.pcnfsd
**===================================================
** Copyright (c) 1986-1993 by Sun Microsystems, Inc.
**
** D I S C L A I M E R S E C T I O N , E T C .
**
** pcnfsd is copyrighted software, but is freely licensed. This
** means that you are free to redistribute it, modify it, ship it
** in binary with your system, whatever, provided:
**
** - you leave the Sun copyright notice in the source code
** - you make clear what changes you have introduced and do
** not represent them as being supported by Sun.
** - you do not charge money for the source code (unlikely, given
** its free availability)
**
** If you make changes to this software, we ask that you do so in
** a way which allows you to build either the "standard" version or
** your custom version from a single source file. Test it, lint
** it (it won't lint 100%, very little does, and there are bugs in
** some versions of lint :-), and send it back to Sun via email
** so that we can roll it into the source base and redistribute
** it. We'll try to make sure your contributions are acknowledged
** in the source, but after all these years it's getting hard to
** remember who did what.
**
** Thanks to everyone who has contributed.
**
** Geoff Arnold, PC-NFS architect <geoff@East.Sun.COM>
**===================================================
alterations to pcnfsd_print.c
foxfire# diff pcnfsd_print.c.orig pcnfsd_print.c
57,60c57,60
< #define MAXTIME_FOR_PRINT 10
< #define MAXTIME_FOR_QUEUE 10
< #define MAXTIME_FOR_CANCEL 10
< #define MAXTIME_FOR_STATUS 10
---
> #define MAXTIME_FOR_PRINT 30
> #define MAXTIME_FOR_QUEUE 30
> #define MAXTIME_FOR_CANCEL 30
> #define MAXTIME_FOR_STATUS 30
62c62
< #define QMAX 50
---
> #define QMAX 60
|