diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-30 03:57:40 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-30 03:57:40 +0000 |
commit | 99c25961e6b7a96c03f16c721c474a1205890847 (patch) | |
tree | 30a22f0a3e8e3280f34fa2e2b33b9b9afa353b2c /net/pcnfsd | |
parent | 4d93155ba6b14a40e014556d0c7d314e03a681e5 (diff) | |
download | ports-99c25961e6b7a96c03f16c721c474a1205890847.tar.gz ports-99c25961e6b7a96c03f16c721c474a1205890847.zip |
Notes
Diffstat (limited to 'net/pcnfsd')
-rw-r--r-- | net/pcnfsd/files/patch-ae | 16 | ||||
-rw-r--r-- | net/pcnfsd/pkg-descr | 4 |
2 files changed, 18 insertions, 2 deletions
diff --git a/net/pcnfsd/files/patch-ae b/net/pcnfsd/files/patch-ae new file mode 100644 index 000000000000..433de8b0f95f --- /dev/null +++ b/net/pcnfsd/files/patch-ae @@ -0,0 +1,16 @@ +*** pcnfsd_print.c Tue Jun 29 10:46:56 1999 +--- pcnfsd_print.c Tue Jun 29 10:49:51 1999 +*************** +*** 691,697 **** +--- 691,701 ---- + int saw_system; + + #if (defined(BSD) && (BSD >= 199103)) ++ #if __FreeBSD__ < 3 + p = popen("/usr/sbin/lpc status", "r"); ++ #else ++ p = popen("/usr/sbin/lpc status all", "r"); ++ #endif /* __FreeBSD__ */ + #else + p = popen("/usr/etc/lpc status", "r"); + #endif diff --git a/net/pcnfsd/pkg-descr b/net/pcnfsd/pkg-descr index 8a944483b15c..6d6ce1f3c721 100644 --- a/net/pcnfsd/pkg-descr +++ b/net/pcnfsd/pkg-descr @@ -1,5 +1,5 @@ -pcnfsd(8) is an authentication and support server to be used by NFS clients that -don't have their own authentication system (e.g. DOS PC's, Macintoshes, +pcnfsd(8) is an authentication and support server to be used by NFS clients +that don't have their own authentication system (e.g. DOS PC's, Macintoshes, fileserver translators...) This version includes the security patches discussed in CERT advisory |