diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-30 11:57:40 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-30 11:57:40 +0800 |
commit | ae242a42ee256485497348ee95c0fd2d68695802 (patch) | |
tree | 97e7ec5fecdc72f437b7139aecb224ef2361cdf0 /net/pcnfsd | |
parent | 48759a3714155b533df433d722f874d53abdc543 (diff) | |
download | freebsd-ports-gnome-ae242a42ee256485497348ee95c0fd2d68695802.tar.gz freebsd-ports-gnome-ae242a42ee256485497348ee95c0fd2d68695802.tar.zst freebsd-ports-gnome-ae242a42ee256485497348ee95c0fd2d68695802.zip |
1) Add a patch to fix the syntax for 'lpc status' for FreeBSD 3.x+
2) Shorten down a long line in DESCR.
PR: 12442
Submitted by: Isupov A.Yu <isupov@moonhe.jinr.ru>
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 |