aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-09-11 06:46:02 +0800
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-09-11 06:46:02 +0800
commit372b9fb7e25edfa6137fdf0852ba6c59ff904dc3 (patch)
tree6fb67d9d5b20907ab539d414affd5f9140eb2016 /comms
parent8ecc1181ca0140c122c6733e708b4a8745a90e66 (diff)
downloadfreebsd-ports-gnome-372b9fb7e25edfa6137fdf0852ba6c59ff904dc3.tar.gz
freebsd-ports-gnome-372b9fb7e25edfa6137fdf0852ba6c59ff904dc3.tar.zst
freebsd-ports-gnome-372b9fb7e25edfa6137fdf0852ba6c59ff904dc3.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')
-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;