From 372b9fb7e25edfa6137fdf0852ba6c59ff904dc3 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Sun, 10 Sep 2000 22:46:02 +0000 Subject: Upgrade to the latest version (1.1.22.Aug27) Add a warning message because /var/spool/fax/outgoing/ is world writeable. --- comms/mgetty+sendfax/files/mgettycfg.in | 1 + comms/mgetty+sendfax/pkg-install | 1 + 2 files changed, 2 insertions(+) (limited to 'comms/mgetty+sendfax') 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; -- cgit v1.2.3