aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-09-10 22:46:02 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-09-10 22:46:02 +0000
commit372b9fb7e25edfa6137fdf0852ba6c59ff904dc3 (patch)
tree6fb67d9d5b20907ab539d414affd5f9140eb2016 /comms/mgetty+sendfax
parent8ecc1181ca0140c122c6733e708b4a8745a90e66 (diff)
downloadports-372b9fb7e25edfa6137fdf0852ba6c59ff904dc3.tar.gz
ports-372b9fb7e25edfa6137fdf0852ba6c59ff904dc3.zip
Notes
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;