diff options
author | ade <ade@FreeBSD.org> | 2000-09-19 05:58:04 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-19 05:58:04 +0800 |
commit | 6d78f2b9e282249502cdf91c2cf1191978feb789 (patch) | |
tree | b55adcf7c25a54a383506c8e5aeb7b4ebf4997b0 /comms/hylafax/Makefile | |
parent | 88285405289a5aad0f34f8a898930403a5ffc7e1 (diff) | |
download | freebsd-ports-gnome-6d78f2b9e282249502cdf91c2cf1191978feb789.tar.gz freebsd-ports-gnome-6d78f2b9e282249502cdf91c2cf1191978feb789.tar.zst freebsd-ports-gnome-6d78f2b9e282249502cdf91c2cf1191978feb789.zip |
Fix incorrect use of snprintf() that causes pid of process
trying to lock a serial device in /var/spool/lock to be
incorrectly written into the lock file.
PORTREVISION bumped.
PR: 20141
Submitted by: Cyrus Rahman <cr@jcmax.com>
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index f9e231fce46e..99f906ece8ec 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -7,6 +7,7 @@ PORTNAME= hylafax PORTVERSION= 4.1.b2 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/hylafax/source/BETA/ DISTNAME= ${PORTNAME}-4.1beta2 |