aboutsummaryrefslogtreecommitdiffstats
path: root/comms/mgetty+sendfax
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2000-09-11 06:46:02 +0800
committerjmz <jmz@FreeBSD.org>2000-09-11 06:46:02 +0800
commitb8810b984daf433edc17ac2aa7bd40c85be99898 (patch)
tree83d39efd03848f8df9746729d9c5533cd08204c1 /comms/mgetty+sendfax
parentb2172c486d2238bd689c9b841b72ca8eaf177cfb (diff)
downloadfreebsd-ports-gnome-b8810b984daf433edc17ac2aa7bd40c85be99898.tar.gz
freebsd-ports-gnome-b8810b984daf433edc17ac2aa7bd40c85be99898.tar.zst
freebsd-ports-gnome-b8810b984daf433edc17ac2aa7bd40c85be99898.zip
Upgrade to the latest version (1.1.22.Aug27)
Add a warning message because /var/spool/fax/outgoing/ is world writeable.
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r--comms/mgetty+sendfax/files/mgettycfg.in1
-rw-r--r--comms/mgetty+sendfax/pkg-install1
2 files changed, 2 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/files/mgettycfg.in b/comms/mgetty+sendfax/files/mgettycfg.in
index c442404b9652..e2b93de3d857 100644
--- a/comms/mgetty+sendfax/files/mgettycfg.in
+++ b/comms/mgetty+sendfax/files/mgettycfg.in
@@ -103,6 +103,7 @@ open (F, ">/etc/ttys");
print F @ttys;
close (F);
+print STDERR "\n\n*** WARNING the directory /var/spool/fax/outgoing/ is world writable.\n*** This is potentially insecure\n";
exit 0;
diff --git a/comms/mgetty+sendfax/pkg-install b/comms/mgetty+sendfax/pkg-install
index c442404b9652..e2b93de3d857 100644
--- a/comms/mgetty+sendfax/pkg-install
+++ b/comms/mgetty+sendfax/pkg-install
@@ -103,6 +103,7 @@ open (F, ">/etc/ttys");
print F @ttys;
close (F);
+print STDERR "\n\n*** WARNING the directory /var/spool/fax/outgoing/ is world writable.\n*** This is potentially insecure\n";
exit 0;