diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-09-10 22:46:02 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-09-10 22:46:02 +0000 |
commit | 372b9fb7e25edfa6137fdf0852ba6c59ff904dc3 (patch) | |
tree | 6fb67d9d5b20907ab539d414affd5f9140eb2016 /comms | |
parent | 8ecc1181ca0140c122c6733e708b4a8745a90e66 (diff) | |
download | ports-372b9fb7e25edfa6137fdf0852ba6c59ff904dc3.tar.gz ports-372b9fb7e25edfa6137fdf0852ba6c59ff904dc3.zip |
Upgrade to the latest version (1.1.22.Aug27)
Add a warning message because /var/spool/fax/outgoing/ is world writeable.
Notes
Notes:
svn path=/head/; revision=32501
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/files/mgettycfg.in | 1 | ||||
-rw-r--r-- | comms/mgetty+sendfax/pkg-install | 1 |
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; |