summaryrefslogtreecommitdiff
path: root/net/icsi-finger/patches/patch-ah
blob: dd281d505e032db97a06ee10341525a7dc06f13b (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
$NetBSD: patch-ah,v 1.3 2011/11/23 16:25:08 is Exp $

--- config.h.orig	2000-12-05 04:13:42.000000000 +0000
+++ config.h
@@ -12,52 +12,53 @@
  *
  */
 
-#undef InstallCmd
-#define InstallCmd	/usr/local/etc/install -c
-
-#if defined(sun) && !defined(__svr4__)
-#undef X11Dir		/* use own X11R6 on old SunOS */
-#endif
-
 #if defined(__linux__)
 #undef __WCHAR_TYPE__
 #define __WCHAR_TYPE__ unsigned long
+#endif
 
 #undef FingerDir
 #define FingerDir       /var/spool/fingerdir/
 
-#undef X11Dir
-#define X11Dir		/usr/X11R6
+#undef MugShotPath
+#define MugShotPath "/usr/pkg/images/finger"
 
 #undef InstallCmd
 #define InstallCmd	/usr/bin/install -c
-#endif
 
-#ifndef X11Dir
-#ifndef sgi
-#define X11Dir		/usr/local/X11R6
-#endif
-#endif
+#undef BinDir
+#define BinDir /usr/pkg/bin
 
-#ifdef bsdi
-#undef X11Dir
-#define X11Dir		/usr/X11
-#undef FingerDir
-#define FingerDir	/var/spool/fingerdir
-#endif
+#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"
+#define ManDir /usr/pkg/man
+#define TARGETDIR "/usr/pkg/etc/fingerdir/targets"
+#define TargetDir /usr/pkg/etc/fingerdir/targets
+#define TTYLOCFILE "/usr/pkg/etc/fingerdir/ttylocs"
+#define HOSTCONFIGFILE "/usr/pkg/etc/fingerdir/hostconfig"
+#define ManDir /usr/pkg/man
+#define TARGETDIR "/usr/pkg/etc/fingerdir/targets"
+#define TargetDir /usr/pkg/etc/fingerdir/targets
+#define TTYLOCFILE "/usr/pkg/etc/fingerdir/ttylocs"
+#define HOSTCONFIGFILE "/usr/pkg/etc/fingerdir/hostconfig"