diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-06-08 16:23:08 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-06-08 16:23:08 +0000 |
commit | b3c3f1890805598642aa44ae71c336f7800298df (patch) | |
tree | 69ce5dee8832e6a6d9d21361eca5bd2cd7f840b2 /mail/dbmail/files/patch-0029-update-description-of-pid-file-location-in-server-man-page | |
parent | net/freerdp: update to 2.1.0 (diff) |
mail/dbmail: Update version 3.2.3=>3.2.4
- Migrate to Github
PR: 247084
Submitted by: fluffy
Relnotes: https://github.com/dbmail/dbmail/commit/c9f8fee139215aba52071f1c2ac268e282b0de18
Diffstat (limited to 'mail/dbmail/files/patch-0029-update-description-of-pid-file-location-in-server-man-page')
-rw-r--r-- | mail/dbmail/files/patch-0029-update-description-of-pid-file-location-in-server-man-page | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/mail/dbmail/files/patch-0029-update-description-of-pid-file-location-in-server-man-page b/mail/dbmail/files/patch-0029-update-description-of-pid-file-location-in-server-man-page deleted file mode 100644 index 7b88c134e424..000000000000 --- a/mail/dbmail/files/patch-0029-update-description-of-pid-file-location-in-server-man-page +++ /dev/null @@ -1,34 +0,0 @@ -From 17c7e5f34b66cdfc4e9621cb69431ee657cfb346 Mon Sep 17 00:00:00 2001 -From: Chris Mayo <aklhfex@gmail.com> -Date: Fri, 22 Jul 2016 20:38:00 +0100 -Subject: [PATCH 29/33] update description of pid file location in server man - pages - ---- - man/serveropts.txt | 10 ++++++---- - 1 file changed, 6 insertions(+), 4 deletions(-) - -diff --git man/serveropts.txt man/serveropts.txt -index b01400d..5e14527 100644 ---- man/serveropts.txt -+++ man/serveropts.txt -@@ -3,10 +3,12 @@ OPTIONS - ------- - - -p pidfile:: -- Specify an alternate pid file. The daemons are currently hardcoded -- to use /var/run/dbmail-<daemon> for their pid files, and will halt -- if the pid file cannot be written. Use the -p pidfile option to -- place the pid file in your system's preferred location. -+ Specify an alternate pid file. By default the daemons use dbmail-<daemon>.pid -+ for their pid files, saving them in the directory specified by the -+ pid_directory entry in dbmail.conf or if that does not exist the value set by -+ the configuration option --localstatedir, and will halt if the pid file -+ cannot be written. Use the -p pidfile option to place the pid file in -+ your system's preferred location. - - -n:: - No daemonize: inetd mode. The program remains attached to the console from --- -2.10.1 (Apple Git-78) - |