aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-06-11 17:24:14 +0800
committersheldonh <sheldonh@FreeBSD.org>2001-06-11 17:24:14 +0800
commitd16e0b35e768bdebf31c50e4fc6495b6c74e1f22 (patch)
tree8ca9c1ad41b20f1c2240ce6414075dac471a686f
parent776192097b0b530936340cf9b482e7a12cd0b34e (diff)
downloadfreebsd-ports-gnome-d16e0b35e768bdebf31c50e4fc6495b6c74e1f22.tar.gz
freebsd-ports-gnome-d16e0b35e768bdebf31c50e4fc6495b6c74e1f22.tar.zst
freebsd-ports-gnome-d16e0b35e768bdebf31c50e4fc6495b6c74e1f22.zip
Fix typo in previous commit.
-rw-r--r--mail/exim-devel/files/configure.default2
-rw-r--r--mail/exim-old/files/configure.default2
-rw-r--r--mail/exim/files/configure.default2
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim-devel/files/configure.default b/mail/exim-devel/files/configure.default
index 8063ef63ead1..c954a9ec9521 100644
--- a/mail/exim-devel/files/configure.default
+++ b/mail/exim-devel/files/configure.default
@@ -161,7 +161,7 @@ host_lookup = 0.0.0.0/0
# percent_hack_domains = *
pid_file_path = /var/run/exim%s.pid
-log_file_path = /var/run/exim/%s.pid
+log_file_path = /var/log/exim/%s.pid
end
diff --git a/mail/exim-old/files/configure.default b/mail/exim-old/files/configure.default
index 8063ef63ead1..c954a9ec9521 100644
--- a/mail/exim-old/files/configure.default
+++ b/mail/exim-old/files/configure.default
@@ -161,7 +161,7 @@ host_lookup = 0.0.0.0/0
# percent_hack_domains = *
pid_file_path = /var/run/exim%s.pid
-log_file_path = /var/run/exim/%s.pid
+log_file_path = /var/log/exim/%s.pid
end
diff --git a/mail/exim/files/configure.default b/mail/exim/files/configure.default
index 8063ef63ead1..c954a9ec9521 100644
--- a/mail/exim/files/configure.default
+++ b/mail/exim/files/configure.default
@@ -161,7 +161,7 @@ host_lookup = 0.0.0.0/0
# percent_hack_domains = *
pid_file_path = /var/run/exim%s.pid
-log_file_path = /var/run/exim/%s.pid
+log_file_path = /var/log/exim/%s.pid
end