# HG changeset patch # User meillo@marmaro.de # Date 1278542419 -7200 # Node ID 1db6e1b91ead4da5e86ef2b2ac9f6ea186d0ec91 # Parent cb42157b3520188ce5e068fb1f2a45b5efde95bf moved rmail from bin (man1) to sbin (man8) Debian demands rmail to be in /usr/sbin therefore it is surely no bad idea to have ich this way diff -r cb42157b3520 -r 1db6e1b91ead Makefile.am --- a/Makefile.am Thu Jul 08 00:26:55 2010 +0200 +++ b/Makefile.am Thu Jul 08 00:40:19 2010 +0200 @@ -66,13 +66,13 @@ rmdir $(DESTDIR)@with_spooldir@ rmail: - [ -d "$(DESTDIR)@prefix@/bin" ] || mkdir -p "$(DESTDIR)@prefix@/bin" + [ -d "$(DESTDIR)@prefix@/sbin" ] || mkdir -p "$(DESTDIR)@prefix@/sbin" sed '/^SENDMAIL/s,/usr/sbin/sendmail,$(DESTDIR)@prefix@/sbin/masqmail,'\ - contrib/rmail >$(DESTDIR)@prefix@/bin/rmail - chmod 755 $(DESTDIR)@prefix@/bin/rmail + contrib/rmail >$(DESTDIR)@prefix@/sbin/rmail + chmod 755 $(DESTDIR)@prefix@/sbin/rmail rm-rmail: - rm -f $(DESTDIR)@prefix@/bin/rmail + rm -f $(DESTDIR)@prefix@/sbin/rmail uid_bit: $(DESTDIR)@prefix@/sbin/masqmail diff -r cb42157b3520 -r 1db6e1b91ead Makefile.in --- a/Makefile.in Thu Jul 08 00:26:55 2010 +0200 +++ b/Makefile.in Thu Jul 08 00:40:19 2010 +0200 @@ -749,13 +749,13 @@ rmdir $(DESTDIR)@with_spooldir@ rmail: - [ -d "$(DESTDIR)@prefix@/bin" ] || mkdir -p "$(DESTDIR)@prefix@/bin" + [ -d "$(DESTDIR)@prefix@/sbin" ] || mkdir -p "$(DESTDIR)@prefix@/sbin" sed '/^SENDMAIL/s,/usr/sbin/sendmail,$(DESTDIR)@prefix@/sbin/masqmail,'\ - contrib/rmail >$(DESTDIR)@prefix@/bin/rmail - chmod 755 $(DESTDIR)@prefix@/bin/rmail + contrib/rmail >$(DESTDIR)@prefix@/sbin/rmail + chmod 755 $(DESTDIR)@prefix@/sbin/rmail rm-rmail: - rm -f $(DESTDIR)@prefix@/bin/rmail + rm -f $(DESTDIR)@prefix@/sbin/rmail uid_bit: $(DESTDIR)@prefix@/sbin/masqmail chmod u+s $(DESTDIR)@prefix@/sbin/masqmail diff -r cb42157b3520 -r 1db6e1b91ead man/Makefile.am --- a/man/Makefile.am Thu Jul 08 00:26:55 2010 +0200 +++ b/man/Makefile.am Thu Jul 08 00:40:19 2010 +0200 @@ -1,1 +1,1 @@ -man_MANS=masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.get.5 masqmail.aliases.5 rmail.1 +man_MANS=masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.get.5 masqmail.aliases.5 rmail.8 diff -r cb42157b3520 -r 1db6e1b91ead man/Makefile.in --- a/man/Makefile.in Thu Jul 08 00:26:55 2010 +0200 +++ b/man/Makefile.in Thu Jul 08 00:40:19 2010 +0200 @@ -176,7 +176,7 @@ with_logdir = @with_logdir@ with_spooldir = @with_spooldir@ with_user = @with_user@ -man_MANS = masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.get.5 masqmail.aliases.5 rmail.1 +man_MANS = masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.get.5 masqmail.aliases.5 rmail.8 all: all-am .SUFFIXES: diff -r cb42157b3520 -r 1db6e1b91ead man/rmail.1 --- a/man/rmail.1 Thu Jul 08 00:26:55 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ -.TH rmail 1 2010-06-21 masqmail-0.2.25 "User Commands" - -.SH NAME -rmail \- handle remote mail received via uucp - - -.SH SYNOPSIS -\fB/usr/bin/rmail \fIrecipient ...\fR - - -.SH DESCRIPTION - -Rmail is a wrapper around masqmail. -It reads a mail message on standard input and passes it to masqmail's standard input. -Rmail only removes the first line from the input and constructs the return path from it. - -Such a first line: - -From user Wed Jan 9 12:43:35 1985 remote from host Date: 9 Jan 1985 8:39 EST - -would generate this call to masqmail: - -masqmail \-i \-f user@host \-\- bob@example.org - -(If ``bob@example.org'' was the argument to the rmail call.)) - - -.SH AUTHOR - -Masqmail was written by Oliver Kurth. -It is now maintained by Markus Schnalke . - -You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR. -There is also a mailing list, you will find information about it at masqmail's main site. - -This man page was written by markus schnalke - - -.SH BUGS - -Address translations from domain!user to user@domain is not done. -This rmail program is only very basic. -See sendmail for a more sophisticated rmail implementation. - - -Please report bugs to the mailing list. - - -.SH SEE ALSO - -\fBmasqmail(8)\fR diff -r cb42157b3520 -r 1db6e1b91ead man/rmail.8 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/man/rmail.8 Thu Jul 08 00:40:19 2010 +0200 @@ -0,0 +1,51 @@ +.TH rmail 8 2010-07-08 masqmail-0.2.25 "Maintenance Commands" + +.SH NAME +rmail \- handle remote mail received via uucp + + +.SH SYNOPSIS +\fB/usr/sbin/rmail \fIrecipient ...\fR + + +.SH DESCRIPTION + +Rmail is a wrapper around masqmail. +It reads a mail message on standard input and passes it to masqmail's standard input. +Rmail only removes the first line from the input and constructs the return path from it. + +Such a first line: + +From user Wed Jan 9 12:43:35 1985 remote from host Date: 9 Jan 1985 8:39 EST + +would generate this call to masqmail: + +masqmail \-i \-f user@host \-\- bob@example.org + +(If ``bob@example.org'' was the argument to the rmail call.)) + + +.SH AUTHOR + +Masqmail was written by Oliver Kurth. +It is now maintained by Markus Schnalke . + +You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR. +There is also a mailing list, you will find information about it at masqmail's main site. + +This man page was written by markus schnalke + + +.SH BUGS + +Address translations from domain!user to user@domain is not done. +This rmail program is only very basic. +See sendmail for a more sophisticated rmail implementation. + + +Please report bugs to the mailing list. + + +.SH SEE ALSO + +\fBmasqmail(8)\fR