summaryrefslogtreecommitdiff
path: root/mail/faces/patches/patch-ad
blob: 54b77d87cd52f9263a80ed11d0f0e72f588e91f4 (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
91
92
93
94
95
96
97
98
99
100
101
$NetBSD: patch-ad,v 1.2 1998/08/07 11:09:35 agc Exp $

diff -c -N ../faces/scripts/Makefile ./scripts/Makefile
*** ../faces/scripts/Makefile	Tue May  7 00:55:26 1991
--- ./scripts/Makefile	Wed Dec 11 09:30:23 1996
***************
*** 15,30 ****
  BINDIR	= /usr/local/faces/bin
  
  install:
! 	install -c -m 755 addxface $(BINDIR)
! 	install -c -m 755 mailq.faces $(BINDIR)
! 	install -c -m 755 from.faces $(BINDIR)
! 	install -c -m 755 lpqall.faces $(BINDIR)
! 	install -c -m 755 rotary.faces $(BINDIR)
! 	install -c -m 755 facesaddr $(BINDIR)
! 	install -c -m 755 facesall $(BINDIR)
! 	install -c -m 755 mkfacesindex $(BINDIR)
! 	install -c -m 755 newscheck.faces $(BINDIR)
! 	install -c -m 755 newsfrom.faces $(BINDIR)
  
  install2:
  	install -c -m 755 faces $(LBINDIR)
--- 15,30 ----
  BINDIR	= /usr/local/faces/bin
  
  install:
! 	install -c -o bin -m 755 addxface $(BINDIR)
! 	install -c -o bin -m 755 mailq.faces $(BINDIR)
! 	install -c -o bin -m 755 from.faces $(BINDIR)
! 	install -c -o bin -m 755 lpqall.faces $(BINDIR)
! 	install -c -o bin -m 755 rotary.faces $(BINDIR)
! 	install -c -o bin -m 755 facesaddr $(BINDIR)
! 	install -c -o bin -m 755 facesall $(BINDIR)
! 	install -c -o bin -m 755 mkfacesindex $(BINDIR)
! 	install -c -o bin -m 755 newscheck.faces $(BINDIR)
! 	install -c -o bin -m 755 newsfrom.faces $(BINDIR)
  
  install2:
  	install -c -m 755 faces $(LBINDIR)
diff -c -N ../faces/scripts/addxface ./scripts/addxface
*** ../faces/scripts/addxface	Tue Nov 19 05:05:58 1991
--- ./scripts/addxface	Tue Dec 10 17:52:45 1996
***************
*** 15,21 ****
  # than version v1.6.0:
  #$olddb = 1;
  
! $faces = '/usr/local/faces';
  $umask = 000;
  
  # addxface - install any X-Face: in the header of the given mail message
--- 15,21 ----
  # than version v1.6.0:
  #$olddb = 1;
  
! $faces = '/usr/local/share/faces';
  $umask = 000;
  
  # addxface - install any X-Face: in the header of the given mail message
diff -c -N ../faces/scripts/facesall ./scripts/facesall
*** ../faces/scripts/facesall	Mon Nov 25 01:30:24 1991
--- ./scripts/facesall	Tue Dec 10 17:57:49 1996
***************
*** 20,26 ****
  #$olddb = 1;
  
  $cols = 15; $rows = 13;
! $FACEDIR = '/usr/local/faces';
  
  # facesall - show all available faces in the given faces bitmap directory
  # usage: facesall [ -a ] [ bitmap_directory ]
--- 20,26 ----
  #$olddb = 1;
  
  $cols = 15; $rows = 13;
! $FACEDIR = '/usr/local/share/faces';
  
  # facesall - show all available faces in the given faces bitmap directory
  # usage: facesall [ -a ] [ bitmap_directory ]
diff -c -N ../faces/scripts/mkfacesindex ./scripts/mkfacesindex
*** ../faces/scripts/mkfacesindex	Tue Nov 19 05:05:58 1991
--- ./scripts/mkfacesindex	Tue Dec 10 17:58:16 1996
***************
*** 15,21 ****
  # than version v1.6.0:
  #$olddb = 1;
  
! $FACEDIR = '/usr/local/faces';
  
  # mkfacesindex - make a .index file at the root of a faces database that
  #		 facesall can use more speedily instead of tabulating the
--- 15,21 ----
  # than version v1.6.0:
  #$olddb = 1;
  
! $FACEDIR = '/usr/local/share/faces';
  
  # mkfacesindex - make a .index file at the root of a faces database that
  #		 facesall can use more speedily instead of tabulating the
Common subdirectories: ../faces/scripts/rotary and ./scripts/rotary