From owner-cvs-lib Sun May 11 00:51:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA17165 for cvs-lib-outgoing; Sun, 11 May 1997 00:51:53 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA17158; Sun, 11 May 1997 00:51:46 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id RAA21226; Sun, 11 May 1997 17:49:58 +1000 Date: Sun, 11 May 1997 17:49:58 +1000 From: Bruce Evans Message-Id: <199705110749.RAA21226@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, CVS-committers@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, davidn@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libutil Makefile libutil.h setproctitle.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Branch: lib/libutil RELENG_2_2 > Modified: lib/libutil Makefile libutil.h setproctitle.3 > Log: > Brings in login.conf, uucplock to 2.2 branch. > Bumps sharedlib version to 2.2, in line with current (since they are > now identical in both branches). The current version also needs to be bumped, since login_getpwclass didn't exist yesterday. New versions of login and su stopped working with old libraries here. Bruce