aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README47
1 files changed, 47 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c149ca1
--- /dev/null
+++ b/README
@@ -0,0 +1,47 @@
1Alck README.
2Copyright (C) 2013 Sergey Poznyakoff
3See the end of file for copying conditions.
4
5* Overview
6
7Alck checks one or several sendmail-style alias files for consistency.
8See the accompanying manpage, alck.1, for a detailed description.
9
10* Building and Configuring
11
12Run 'make' to build the program. Run 'make install' as a
13superuser to install it. By default, the utility is installed
14in /usr/local/bin. To change the installation directory, use
15the PREFIX make variable. For example, the following command:
16
17 make install PREFIX=/usr
18
19will install the binary in /usr/bin and the manpage in
20/usr/share/man/man1.
21
22Specific installation directories can be overridden using the
23following variables:
24
25 BINDIR the directory where the binary is to be installed
26 MANDIR the directory where the manpage is to be installed
27
28
29* Copyright information:
30
31Copyright (C) 2013 Sergey Poznyakoff
32
33 Permission is granted to anyone to make or distribute verbatim copies
34 of this document as received, in any medium, provided that the
35 copyright notice and this permission notice are preserved,
36 thus giving the recipient permission to redistribute in turn.
37
38 Permission is granted to distribute modified versions
39 of this document, or of portions of it,
40 under the above conditions, provided also that they
41 carry prominent notices stating who last changed them.
42
43Local Variables:
44mode: outline
45paragraph-separate: "[ ]*$"
46version-control: never
47End:

Return to:

Send suggestions and report system problems to the System administrator.