mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 15:33:24 -04:00
13 lines
520 B
Plaintext
13 lines
520 B
Plaintext
$NetBSD: patch-ab,v 1.5 2003/09/23 21:39:47 abs Exp $
|
|
|
|
--- config.h.in.orig Mon Mar 19 06:48:23 2001
|
|
+++ config.h.in
|
|
@@ -58,6 +58,7 @@
|
|
* NB: The Unix-domain support is unfinished.
|
|
*/
|
|
#define FAX_USER "@FAXUID@" /* account name of the ``fax user'' */
|
|
+#define FAX_GROUP "@FAXGID@" /* group name of the ``fax user'' */
|
|
#define FAX_SERVICE "hylafax" /* client-server service name */
|
|
#define FAX_PROTONAME "tcp" /* protocol used by client+server */
|
|
#define FAX_DEFPORT 4559 /* port to use if service is unknown */
|