]> git.pld-linux.org Git - packages/exmh.git/blame - exmh-conf.patch
- dropped pre-cvs changelog
[packages/exmh.git] / exmh-conf.patch
CommitLineData
c18f26fe 1--- exmh-2.5/exmh-async.sjl Tue Dec 17 17:37:47 1996
2+++ exmh-2.5/exmh-async Tue Dec 17 18:01:10 1996
3@@ -1,4 +1,4 @@
4-#!wish -f
5+#!/usr/bin/wish -f
6 #
7 # async editor frontend for exmh
8 # Arg1: invoking interpreter's name (from [winfo name .])
9
10*** exmh-2.5/exmh Thu Jul 23 19:02:17 1999
11--- exmh-2.5/exmh~ Thu Jul 29 21:31:11 1999
12***************
13*** 1,4 ****
14! #!wish -f
15 #
16 # TK interface to the MH Mail utility
17 # Brent Welch <welch@acm.org>
18--- 1,4 ----
19! #!/usr/bin/wish -f
20 #
21 # TK interface to the MH Mail utility
22 # Brent Welch <welch@acm.org>
23***************
24*** 17,22 ****
25--- 17,50 ----
26
27 # The following lines are patched by exmh.install
28 #CONFIGURATION
29+ set wish /usr/bin/wish
30+ set exmh(version) {version 2.5 01/15/2001}
31+ set exmh(name) exmh
32+ set exmh(maintainer) welch@acm.org
33+ set mh_path /usr/bin
34+ set exmh(slocal) /usr/lib/nmh/slocal
35+ set mime(dir) /usr/bin
36+ set mailcap_default /etc/mailcap
37+ set mimetypes_default /etc/mime.types
38+ set exmh(expect) /usr/bin/expect
39+ set exmh(expectk) /usr/bin/expectk
40+ set faces(dir) /usr/lib/faces
41+ set faces(set,user) {local users usenix misc}
42+ set faces(set,unknown) {domains unknown}
43+ set faces(set,news) news
44+ set faces(defaultDomain) eng.sun.com
45+ set faces(suffix) {xpm gif xbm}
46+ set pgp(pgp,path) /usr/bin
47+ set pgp(pgp5,path) /usr/bin
48+ set pgp(gpg,path) /usr/bin
49+ set pgp(pgp6,path) /usr/bin
50+ set glimpse(path) /usr/bin
51+ set sound(cmd) {/usr/bin/play -v 38}
52+ set exmh(library) /usr/lib/exmh-2.5
53+ set install(dir,bin) /usr/bin
54+ set install(dir,man) /usr/man/manl
55+ set install(dir,lib) /usr/lib/exmh-2.5
56+
57 #END CONFIGURATION
58
59 if [catch {file join a b}] {
60child process exited abnormally
61
62*** exmh-2.5/exmh-bg Thu Jul 22 19:02:17 1999
63--- exmh-2.5/exmh-bg~ Thu Jul 29 21:31:11 1999
64***************
65*** 1,4 ****
66! #!wish -f
67 #
68 # Background processing script for exmh.
69 # This does stuff and then sends messages to the background module
70--- 1,4 ----
71! #!/usr/bin/wish -f
72 #
73 # Background processing script for exmh.
74 # This does stuff and then sends messages to the background module
75***************
76*** 17,22 ****
77--- 17,50 ----
78
79 #CONFIGURATION
80+ set wish /usr/bin/wish
81+ set exmh(version) {version 2.5 (01/15/2001)}
82+ set exmh(name) exmh
83+ set exmh(maintainer) welch@acm.org
84+ set mh_path /usr/bin
85+ set exmh(slocal) /usr/lib/nmh/slocal
86+ set mime(dir) /usr/bin
87+ set mailcap_default /etc/mailcap
88+ set mimetypes_default /etc/mime.types
89+ set exmh(expect) /usr/bin/expect
90+ set exmh(expectk) /usr/bin/expectk
91+ set faces(dir) /usr/lib/faces/
92+ set faces(set,user) {local users usenix misc}
93+ set faces(set,unknown) {domains unknown}
94+ set faces(set,news) news
95+ set faces(defaultDomain) eng.sun.com
96+ set faces(suffix) {xpm gif xbm}
97+ set pgp(pgp,path) /usr/bin
98+ set pgp(pgp5,path) /usr/bin
99+ set pgp(gpg,path) /usr/bin
100+ set pgp(pgp6,path) /usr/bin
101+ set glimpse(path) /usr/bin
102+ set sound(cmd) {/usr/bin/play -v 38}
103+ set exmh(library) /usr/lib/exmh-2.5
104+ set install(dir,bin) /usr/bin
105+ set install(dir,man) /usr/man/manl
106+ set install(dir,lib) /usr/lib/exmh-2.5
107+
108 #END CONFIGURATION
109
110
This page took 0.107685 seconds and 4 git commands to generate.