diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-28 07:07:31 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-28 07:07:31 +0000 |
commit | cad6c0c117fe4b1c6ae18dda6a02174a31dc4295 (patch) | |
tree | f8a77505ed450af8911e77789464145b2a168e9d /net/generic-nqs/files/patch-aa | |
parent | Move generic-nqs to the net category. (diff) |
Generic-NQS, a freely available Network Queuing System that provides
configurable limits on jobs on a per queue basis as well as for the
total queue system.
It is based on the de facto NQS standards and is interoperable with
commercial NQS products.
PR: 6699
Submitted by: Tony Maher <tonym@angis.org.au>
Notes
Notes:
svn path=/head/; revision=19862
Diffstat (limited to 'net/generic-nqs/files/patch-aa')
-rw-r--r-- | net/generic-nqs/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/generic-nqs/files/patch-aa b/net/generic-nqs/files/patch-aa new file mode 100644 index 000000000000..a2ce072c8d24 --- /dev/null +++ b/net/generic-nqs/files/patch-aa @@ -0,0 +1,19 @@ +--- Source-Tree/qmgr/all-systems/mgr_main.c.orig Mon Sep 9 08:24:58 1996 ++++ Source-Tree/qmgr/all-systems/mgr_main.c Sat May 2 11:09:26 1998 +@@ -502,14 +502,14 @@ + * On systems with named pipes, we get a pipe to the local + * daemon automatically the first time we call inter(). + */ +-#if IS_POSIX_1 | IS_SYSVr4 | IS_BSD4_4 +-#else + #if IS_BSD + if (interconn () < 0) { + fprintf (stderr, "%s(FATAL): Unable to get ", Nqsmgr_prefix); + fprintf (stderr, "a pipe to the local daemon.\n"); + exit (16); + } ++#else ++#if IS_POSIX_1 | IS_SYSVr4 | IS_BSD4_4 + #else + BAD SYSTEM TYPE + #endif |