summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;