masqmail
changeset 66:4762e0d26d8e
rename and movement of README contents
author | meillo@marmaro.de |
---|---|
date | Sun, 30 May 2010 17:11:07 +0200 |
parents | 66d47cc69611 |
children | bce7604e0465 |
files | docs/INSTALL.linux docs/README docs/linux-distris man/README |
diffstat | 4 files changed, 36 insertions(+), 37 deletions(-) [+] |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/docs/INSTALL.linux Sun May 30 17:11:07 2010 +0200 1.3 @@ -0,0 +1,34 @@ 1.4 +Distribution specific stuff 1.5 +=========================== 1.6 + 1.7 +Debian 1.8 +------ 1.9 + 1.10 +If you compile for Debian, do the configure with at least these options: 1.11 + 1.12 + ./configure --with-liblockfile --with-group=mail 1.13 + 1.14 +Use the group `mail' instead of the group `trusted'. 1.15 + 1.16 +You can also build your own Debian package with 1.17 + 1.18 + dpkg-buildpackage -rfakeroot 1.19 + 1.20 +You need to have fakeroot installed to do this. Or, as root, do: 1.21 + 1.22 + dpkg-buildpackage 1.23 + 1.24 +However, you better have a look at the official masqmail package in 1.25 +Debian. 1.26 + 1.27 + apt-get source masqmail 1.28 + 1.29 +is your friend. 1.30 + 1.31 + 1.32 + 1.33 +SuSE/Redhat 1.34 +----------- 1.35 + 1.36 +There are spec files for rpm creation on the website. You may have to 1.37 +adjust these files.
2.1 --- a/docs/README Sun May 30 16:54:59 2010 +0200 2.2 +++ b/docs/README Sun May 30 17:11:07 2010 +0200 2.3 @@ -1,6 +1,3 @@ 2.4 -Since masqmail-0.2.22, documentation is maintained in troff (man page) 2.5 -format directly. The old XML sources are no longer used. 2.6 - 2.7 The `old-manual' directory contains the old manual (as expected) and 2.8 html versions of man pages from that time (May/July 2000). The files 2.9 have been copied from the old project website.
3.1 --- a/docs/linux-distris Sun May 30 16:54:59 2010 +0200 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,34 +0,0 @@ 3.4 -Distribution specific stuff 3.5 -=========================== 3.6 - 3.7 -Debian 3.8 ------- 3.9 - 3.10 -If you compile for Debian, do the configure with at least these options: 3.11 - 3.12 - ./configure --with-liblockfile --with-group=mail 3.13 - 3.14 -Use the group `mail' instead of the group `trusted'. 3.15 - 3.16 -You can also build your own Debian package with 3.17 - 3.18 - dpkg-buildpackage -rfakeroot 3.19 - 3.20 -You need to have fakeroot installed to do this. Or, as root, do: 3.21 - 3.22 - dpkg-buildpackage 3.23 - 3.24 -However, you better have a look at the official masqmail package in 3.25 -Debian. 3.26 - 3.27 - apt-get source masqmail 3.28 - 3.29 -is your friend. 3.30 - 3.31 - 3.32 - 3.33 -SuSE/Redhat 3.34 ------------ 3.35 - 3.36 -There are spec files for rpm creation on the website. You may have to 3.37 -adjust these files.