Date: Tue, 6 Apr 2021 14:55:00 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a6e9d4748570 - main - mailer.conf cleanup comments Message-ID: <202104061455.136Et0ms036191@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6e9d47485701df703529f51077590436dbb7750 commit a6e9d47485701df703529f51077590436dbb7750 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2021-04-06 14:53:16 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2021-04-06 14:54:39 +0000 mailer.conf cleanup comments --- mail/antivirus-milter/files/antivirus.in | 2 +- mail/rbl-milter/files/rblmilter.in | 2 +- mail/sendmail-devel/files/mailer.conf | 1 + mail/sendmail/files/mailer.conf | 1 + net/webalizer-geodb/Makefile | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mail/antivirus-milter/files/antivirus.in b/mail/antivirus-milter/files/antivirus.in index ee64bff751aa..e604f482ec31 100644 --- a/mail/antivirus-milter/files/antivirus.in +++ b/mail/antivirus-milter/files/antivirus.in @@ -1,5 +1,5 @@ #!/bin/sh - +# # Start or stop antivirus # # PROVIDE: antivirus diff --git a/mail/rbl-milter/files/rblmilter.in b/mail/rbl-milter/files/rblmilter.in index caaaf6d42abc..377874492145 100644 --- a/mail/rbl-milter/files/rblmilter.in +++ b/mail/rbl-milter/files/rblmilter.in @@ -1,5 +1,5 @@ #!/bin/sh - +# # Start or stop rblmilter # # PROVIDE: rblmilter diff --git a/mail/sendmail-devel/files/mailer.conf b/mail/sendmail-devel/files/mailer.conf index 5631e3995478..f73fd8b43afe 100644 --- a/mail/sendmail-devel/files/mailer.conf +++ b/mail/sendmail-devel/files/mailer.conf @@ -1,3 +1,4 @@ +# # Execute the "real" sendmail program, named /usr/local/sbin/sendmail # sendmail /usr/local/sbin/sendmail diff --git a/mail/sendmail/files/mailer.conf b/mail/sendmail/files/mailer.conf index 5631e3995478..f73fd8b43afe 100644 --- a/mail/sendmail/files/mailer.conf +++ b/mail/sendmail/files/mailer.conf @@ -1,3 +1,4 @@ +# # Execute the "real" sendmail program, named /usr/local/sbin/sendmail # sendmail /usr/local/sbin/sendmail diff --git a/net/webalizer-geodb/Makefile b/net/webalizer-geodb/Makefile index 90ef6c117372..04e319cb1ae2 100644 --- a/net/webalizer-geodb/Makefile +++ b/net/webalizer-geodb/Makefile @@ -1,3 +1,4 @@ + PORTNAME= webalizer-geodb PORTVERSION= 20210401 CATEGORIES+= net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104061455.136Et0ms036191>