~ubuntu-branches/ubuntu/trusty/keepalived/trusty

« back to all changes in this revision

Viewing changes to debian/patches/001-genhash_1.patch

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2005-04-29 23:22:40 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050429232240-a8m3jtpi3cvuyyy2
Tags: 1.1.11-3
Added a warning about sarge kernels to README.Debian and 
the package description 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -urN -x {arch} -x .arch-ids -x .arch-inventory keepalived--dilinger--1--patch-6/doc/man/man1/genhash.1 keepalived--dilinger--1--base-0/doc/man/man1/genhash.1
2
 
--- keepalived--dilinger--1--patch-6/doc/man/man1/genhash.1     1969-12-31 19:00:00.000000000 -0500
3
 
+++ keepalived--dilinger--1--base-0/doc/man/man1/genhash.1      2004-05-02 23:38:25.000000000 -0400
4
 
@@ -0,0 +1,56 @@
5
 
+.\"
6
 
+.\" genhash(1)
7
 
+.\"
8
 
+.\" Copyright (C) 2004 Andres Salomon
9
 
+.TH genhash 1 "Feb 2004"
10
 
+.SH NAME
11
 
+genhash \- md5 hash generation tool for remote web pages
12
 
+.SH SYNOPSIS
13
 
+.B "genhash [options] [-s server-address] [-p port] [-u url]"
14
 
+.SH DESCRIPTION
15
 
+.B genhash
16
 
+is a tool used for generating md5sum hashes of remote web pages.
17
 
+.B genhash
18
 
+can use HTTP or HTTPS to connect to the web page.  The output by this
19
 
+utility includes the HTTP header, page data, and the md5sum of the data.
20
 
+This md5sum can then be used within the
21
 
+.B keepalived(8)
22
 
+program, for monitoring HTTP and HTTPS services.
23
 
+.SH OPTIONS
24
 
+.TP
25
 
+.B --use-ssl, -S
26
 
+Use SSL to connect to the server.
27
 
+.TP
28
 
+.B --server <host>, -s
29
 
+Specify the host or ip address to connect to.
30
 
+.TP
31
 
+.B --port <port>, -p
32
 
+Specify the port to connect to.
33
 
+.TP
34
 
+.B --url <url>, -u
35
 
+Specify the path to the file you want to generate the hash of.
36
 
+.TP
37
 
+.B --use-virtualhost <host>, -u
38
 
+Specify the virtual host to send along with the HTTP headers.
39
 
+.TP
40
 
+.B --verbose, -v
41
 
+Be verbose with the output.
42
 
+.TP
43
 
+.B --help, -h
44
 
+Display the program help screen and exit.
45
 
+.TP
46
 
+.B --release, -r
47
 
+Display the release number (version) and exit.
48
 
+.TP
49
 
+.BR
50
 
+.SH SEE ALSO
51
 
+.BR keepalived (8),
52
 
+.BR keepalived.conf (5)
53
 
+.SH AUTHOR
54
 
+.br
55
 
+.B genhash
56
 
+was written by Alexandre Cassen <acassen@linux-vs.org>.
57
 
+
58
 
+This man page was contributed by Andres Salomon <dilinger@voxel.net>
59
 
+for the Debian GNU/Linux system (but may be used by others).
60
 
+
61
 
diff -urN -x {arch} -x .arch-ids -x .arch-inventory keepalived--dilinger--1--patch-6/doc/man/man8/genhash.8 keepalived--dilinger--1--base-0/doc/man/man8/genhash.8
62
 
--- keepalived--dilinger--1--patch-6/doc/man/man8/genhash.8     2004-05-02 23:42:25.000000000 -0400
63
 
+++ keepalived--dilinger--1--base-0/doc/man/man8/genhash.8      1969-12-31 19:00:00.000000000 -0500
64
 
@@ -1,56 +0,0 @@
65
 
-.\"
66
 
-.\" genhash(8)
67
 
-.\"
68
 
-.\" Copyright (C) 2004 Andres Salomon
69
 
-.TH genhash 8 "Feb 2004"
70
 
-.SH NAME
71
 
-genhash \- md5 hash generation tool for remote web pages
72
 
-.SH SYNOPSIS
73
 
-.B "genhash [options] [-s server-address] [-p port] [-u url]"
74
 
-.SH DESCRIPTION
75
 
-.B genhash
76
 
-is a tool used for generating md5sum hashes of remote web pages.
77
 
-.B genhash
78
 
-can use HTTP or HTTPS to connect to the web page.  The output by this
79
 
-utility includes the HTTP header, page data, and the md5sum of the data.
80
 
-This md5sum can then be used within the
81
 
-.B keepalived(8)
82
 
-program, for monitoring HTTP and HTTPS services.
83
 
-.SH OPTIONS
84
 
-.TP
85
 
-.B --use-ssl, -S
86
 
-Use SSL to connect to the server.
87
 
-.TP
88
 
-.B --server <host>, -s
89
 
-Specify the host or ip address to connect to.
90
 
-.TP
91
 
-.B --port <port>, -p
92
 
-Specify the port to connect to.
93
 
-.TP
94
 
-.B --url <url>, -u
95
 
-Specify the path to the file you want to generate the hash of.
96
 
-.TP
97
 
-.B --use-virtualhost <host>, -u
98
 
-Specify the virtual host to send along with the HTTP headers.
99
 
-.TP
100
 
-.B --verbose, -v
101
 
-Be verbose with the output.
102
 
-.TP
103
 
-.B --help, -h
104
 
-Display the program help screen and exit.
105
 
-.TP
106
 
-.B --release, -r
107
 
-Display the release number (version) and exit.
108
 
-.TP
109
 
-.BR
110
 
-.SH SEE ALSO
111
 
-.BR keepalived (8),
112
 
-.BR keepalived.conf (5)
113
 
-.SH AUTHOR
114
 
-.br
115
 
-.B genhash
116
 
-was written by Alexandre Cassen <acassen@linux-vs.org>.
117
 
-
118
 
-This man page was contributed by Andres Salomon <dilinger@voxel.net>
119
 
-for the Debian GNU/Linux system (but may be used by others).
120
 
-
121
 
diff -urN -x {arch} -x .arch-ids -x .arch-inventory keepalived--dilinger--1--patch-6/genhash/Makefile.in keepalived--dilinger--1--base-0/genhash/Makefile.in
122
 
--- keepalived--dilinger--1--patch-6/genhash/Makefile.in        2004-05-02 23:42:26.000000000 -0400
123
 
+++ keepalived--dilinger--1--base-0/genhash/Makefile.in 2004-05-02 23:39:26.000000000 -0400
124
 
@@ -36,13 +36,13 @@
125
 
 
126
 
 uninstall:
127
 
        rm -f $(DESTDIR)$(bindir)/$(EXEC)
128
 
-       rm -f $(DESTDIR)$(prefix)/man/man8/genhash.8
129
 
+       rm -f $(DESTDIR)$(prefix)/man/man1/genhash.1
130
 
 
131
 
 install:
132
 
        install -d $(DESTDIR)$(bindir)
133
 
        install -m 755 $(BIN)/$(EXEC) $(DESTDIR)$(bindir)/
134
 
-       install -d $(DESTDIR)$(prefix)/man/man8
135
 
-       install -m 644 ../doc/man/man8/genhash.8 $(DESTDIR)$(prefix)/man/man8
136
 
+       install -d $(DESTDIR)$(prefix)/man/man1
137
 
+       install -m 644 ../doc/man/man1/genhash.1 $(DESTDIR)$(prefix)/man/man1
138
 
 
139
 
 mrproper: clean distclean
140
 
        rm -f config.*