Bug-fix release:
+ Fix the password routines to use thread-safe functions (getpwnam_r, getpwent_r, getpwuid_r) + Use the ${INSTALL} definition from Makefile.inc rather than install + Install make as bmake This fixes a segmentation violation on Sparc. i386 still has problems.
This commit is contained in:
parent
ceb1a17c6f
commit
75f6740792
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 1999/04/12 14:54:00 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.6 1999/04/13 08:44:00 agc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= zoularis-19990412
|
||||
DISTNAME= zoularis-19990413
|
||||
CATEGORIES= cross
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.5 1999/04/12 14:54:00 agc Exp $
|
||||
$NetBSD: md5,v 1.6 1999/04/13 08:44:00 agc Exp $
|
||||
|
||||
MD5 (zoularis-19990412.tar.gz) = 97fc9643ddcc86b8fd2d9ff7d42d147b
|
||||
MD5 (zoularis-19990413.tar.gz) = 40c83c4525bf0497c656e3245375c4a1
|
||||
|
|
Loading…
Reference in a new issue