summaryrefslogtreecommitdiff
path: root/net/icsi-finger/patches/patch-ah
blob: b45b948c084dde0a2abfe67cb596767e4bc49931 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
$NetBSD: patch-ah,v 1.1 2008/12/15 15:37:56 is Exp $

--- config.h.orig	1997-10-27 20:44:06.000000000 +0100
+++ config.h
@@ -12,38 +12,35 @@
  *
  */
 
-#undef InstallCmd
-#define InstallCmd	/usr/local/etc/install -c
-
-#if defined(sun) && !defined(__svr4__)
-#undef X11Dir		/* use own X11R6 on old SunOS */
-#endif
-
-#ifndef X11Dir
-#ifndef sgi
-#define X11Dir		/usr/local/X11R6
-#endif
-#endif
-
-#ifdef bsdi
-#undef X11Dir
-#define X11Dir		/usr/X11
 #undef FingerDir
-#define FingerDir	/var/spool/fingerdir
-#endif
+#define FingerDir /var/run/fingerdir
+
+#undef MugShotPath
+#define MugShotPath "/usr/pkg/images/finger"
+
+#undef BinDir
+#define BinDir /usr/pkg/bin
+
+#undef EtcDir
+#define EtcDir /usr/pkg/sbin
 
-#ifdef ultrix
-/*
- * Standard ultrix man(1) cannot handle multiple man directories.
- */
 #undef ManDir
 #undef ManExt
 #undef Man5Ext
 #undef Man8Ext
-#define ManDir /usr/man
-#define ManExt l
-#define Man5Ext l
-#define Man8Ext l
-#endif /* ultrix */
 
-/* #define USE_DBMALLOC */
+#define ManExt 1
+#define Man5Ext 5
+#define Man8Ext 8
+
+/* Binaries with names identical to standard UNIX versions may be prefixed
+   e.g., "gfinger" instead of "finger". */
+#undef BinPrefix
+#define BinPrefix g
+
+#undef HAVE_X11
+#undef HAVE_SUNVIEW
+#undef PRINT_WIDGET
+
+#undef MAILDIR 
+#define MAILDIR "/var/mail"