aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-24 15:15:38 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-24 15:15:38 +0000
commitb1f5417ca959a1fbc3c7d3ead3f66d51670d5383 (patch)
treece43d5c87cf5467bc89b80b4f50424c8748528bd /README
parent0c23f6feccd1006d709b1acad44cd30d62d16197 (diff)
downloadgsc-b1f5417ca959a1fbc3c7d3ead3f66d51670d5383.tar.gz
gsc-b1f5417ca959a1fbc3c7d3ead3f66d51670d5383.tar.bz2
Update
git-svn-id: file:///svnroot/gsc/trunk@286 d2de0444-eb31-0410-8365-af798a554d48
Diffstat (limited to 'README')
-rw-r--r--README34
1 files changed, 25 insertions, 9 deletions
diff --git a/README b/README
index abcd633..0d01089 100644
--- a/README
+++ b/README
@@ -1,39 +1,55 @@
GSC README
Copyright (C) 2005, 2007 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
- GSC stands for Gray's Script Collection. It is a collection of
-shell scripts I use on my machines. Basically, it's for my own use,
-but you may find it useful too. All scripts and programs are under GPL.
+ GSC stands for Gray's Script Collection. It is a collection of
+various utilities I use on my machines. Basically, it was intended
+for my own use, but you may find it useful too. All scripts and
+programs are under GPL version 3 (or later).
* Installation
- Configure and make:
+ Configure and make:
./configure [OPTIONS]
make
make install
+
+ See the file INSTALL for the description of ./configure and its
+generic options. The options and variables specific to GSC are
+described below:
+
+--enable-sendfile
+ Attempt to use sendfile(2) when possible
+
+--enable-modules
+ Enable only modules from XMODLIST. This is not fully supported yet.
-Some C code relies on GNU libc functions, such as obstack, getline or
-getopt_long. If you lack these, you'll have to provide replacements.
-
+--with-sendmail-version=VERSION
+ Build .cf files for the given version of Sendmail.
+
+--with-sendmail-cfdir=DIR
+ Specify full name of Sendmail cf directory (e.g.:
+ /usr/src/sendmail-8.13.1/cf/cf). Use this option only if
+ `--with-sendmail-version' does not work.
+
* Documentation
- Full documentation is shipped in doc subdirectory
+ Full documentation is shipped in doc subdirectory
* Bug reporting.
Send bug reports to <gray@gnu.org.ua>.
* Copyright information:
-Copyright (C) 2005 Sergey Poznyakoff
+Copyright (C) 2005, 2007 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.

Return to:

Send suggestions and report system problems to the System administrator.