• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..13-Aug-2006-

README.debianH A D13-Aug-20061.7 KiB4531

README.debian-sourceH A D13-Aug-2006635 2315

changelogH A D13-Aug-20064.7 KiB15094

conffilesH A D13-Aug-200695 54

controlH A D13-Aug-20061.1 KiB3027

copyrightH A D13-Aug-2006685 2414

cron.weeklyH A D13-Aug-2006212 147

debian-Makefile.diffH A D13-Aug-2006341 127

debian-configs.diffH A D13-Aug-20061.1 KiB4937

debian-ecartis-cfg.diffH A D13-Aug-20061.1 KiB3934

debian-listargate.diffH A D13-Aug-2006393 2013

dirsH A D13-Aug-2006118 76

docsH A D13-Aug-200697 21

ecartis-cgi.dirsH A D13-Aug-200668 54

ecartis-cgi.postinstH A D13-Aug-200699 73

postinstH A D13-Aug-20061.1 KiB5429

rulesH A D13-Aug-20063.4 KiB13976

README.debian

1ecartis for DEBIAN
2---------------------
3
4Ecartis will not work until you configure it.  Please observe some things:
5
61. There's a config file in /etc/ecartis.  Modify it as appropriate, taking
7   special note of domain stuff.
8
92. Ecartis per-list info, configs, and defaults, are in /var/ecartis.
10
113. /usr/doc/ecartis/examples/lists has a sample config like you'd find in
12   /var/ecartis/lists.
13
144. Add the information from /usr/doc/listar/examples/aliases to your
15   /etc/aliases file and run newaliases.
16
17Also, note:
18
19For the purposes of the ecartis documentation, the home directory for ecartis
20is /usr/lib/ecartis; this is where ecartis itself is.  The ecartis data
21directory, where all the list configuration files and data files reside, is
22/var/lib/ecartis.  /etc/ecartis contains global (site-wide) ecartis
23configuration information.
24
25Ecartis logs to /var/log/ecartis.log with its own devices.  It is now rotated
26weekly.
27
28There is a spam-regexp file in /usr/doc/ecartis/examples.  See the
29README.ANTISPAM file for details.  If you want to use anti-spam measures,
30use this file or something like it and stick it in the appropriate directory
31under /var/lib/ecartis.
32
33You can find ecartis scripts like newlist.pl under /usr/lib/ecartis/scripts.
34You ought to have su'd to the user "ecartis" before running them.
35
36The ecartis CGI script can be found in the package ecartis-cgi.  Please
37look there if you want the CGI interface.
38
39John Goerzen <jgoerzen@complete.org>, Sun,  3 Jan 1999 23:10:12 -0600
40Second edition, March 21, 1999
41
42Updated to Ecartis by Nils Vogels <nivo@is-root.com>, Sun, Aug 6 2001
43*STILL NEEDS VERIFICATION AND FURTHER ADOPTING*
44Listargate etc is still in here, when it has been superseded by LSG2.
45

README.debian-source

1Instructions for building the Debian version from CVS
2-----------------------------------------------------
3
4Check out the CVS source, and cd into it.
5
6You can build your .deb by running:
7
8  dpkg-buildpackage -b -rfakeroot -us -uc
9
10Don't run this as root.
11
12Then you can install it by running the following as root:
13
14  dpkg -i filename.deb
15
16Prerequisites:
17  You must have fakeroot installed.  Depending on your version of
18  Debian, this may be either in a package named fakeroot or one
19  named libtricks.
20  You must have debhelper, dpkg-dev, and other Debian building tools
21  installed.
22  You must have a working C compiler installed.
23