diff options
author | fredb <fredb@pkgsrc.org> | 2002-05-22 18:02:32 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-05-22 18:02:32 +0000 |
commit | 712ecd8e3c1a999b34f9b9b299ff476a8c0f9a3e (patch) | |
tree | dd46cc79073f2eb16676647fe4266e1f645b706e /sysutils/ups-nut/Makefile | |
parent | c050843fc2dda91207f4cf5a0e995a69b0632194 (diff) | |
download | pkgsrc-712ecd8e3c1a999b34f9b9b299ff476a8c0f9a3e.tar.gz |
On NetBSD, the drivers need to call msync() after writing to the memory
mmap()-ed shared with "upsd", so that "upsd" an read it back reliably.
This keeps "upsd" from complaining about stale data. Bump PKGREVISION.
Diffstat (limited to 'sysutils/ups-nut/Makefile')
-rw-r--r-- | sysutils/ups-nut/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile index 9c5452a0504..720faad7b5b 100644 --- a/sysutils/ups-nut/Makefile +++ b/sysutils/ups-nut/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2002/05/13 14:40:51 lukem Exp $ +# $NetBSD: Makefile,v 1.20 2002/05/22 18:02:32 fredb Exp $ # DISTNAME= nut-0.45.5 PKGNAME= ups-nut-0.45.5 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.exploits.org/nut/release/ |