svn commit: r201817 - in user/ed/utmpx: . lib/libutil

Ed Schouten ed at FreeBSD.org
Fri Jan 8 19:40:30 UTC 2010


Author: ed
Date: Fri Jan  8 19:40:29 2010
New Revision: 201817
URL: http://svn.freebsd.org/changeset/base/201817

Log:
  Bump the version of libutil, because we removed some functions there.
  
  Also update ObsoleteFiles to not remove our new manpages.

Modified:
  user/ed/utmpx/ObsoleteFiles.inc
  user/ed/utmpx/lib/libutil/Makefile

Modified: user/ed/utmpx/ObsoleteFiles.inc
==============================================================================
--- user/ed/utmpx/ObsoleteFiles.inc	Fri Jan  8 19:10:39 2010	(r201816)
+++ user/ed/utmpx/ObsoleteFiles.inc	Fri Jan  8 19:40:29 2010	(r201817)
@@ -15,14 +15,9 @@
 #
 
 # 20100104: utmp and utility functions replaced by utmpx
-OLD_FILES+=usr/share/man/man3/endutxent.3.gz
-OLD_FILES+=usr/share/man/man3/getutxent.3.gz
-OLD_FILES+=usr/share/man/man3/getutxline.3.gz
 OLD_FILES+=usr/share/man/man3/login.3.gz
 OLD_FILES+=usr/share/man/man3/logout.3.gz
 OLD_FILES+=usr/share/man/man3/logwtmp.3.gz
-OLD_FILES+=usr/share/man/man3/pututxline.3.gz
-OLD_FILES+=usr/share/man/man3/setutxent.3.gz
 OLD_FILES+=usr/share/man/man3/ulog_endutxent.3.gz
 OLD_FILES+=usr/share/man/man3/ulog_getutxent.3.gz
 OLD_FILES+=usr/share/man/man3/ulog_getutxline.3.gz
@@ -33,6 +28,7 @@ OLD_FILES+=usr/share/man/man3/ulog_setut
 OLD_FILES+=usr/share/man/man5/lastlog.5.gz
 OLD_FILES+=usr/share/man/man5/utmp.5.gz
 OLD_FILES+=usr/share/man/man5/wtmp.5.gz
+OLD_LIBS+=lib/libutil.so.8
 # 20100103: ntptrace(8) removed
 OLD_FILES+=usr/sbin/ntptrace
 OLD_FILES+=usr/share/man/man8/ntptrace.8.gz

Modified: user/ed/utmpx/lib/libutil/Makefile
==============================================================================
--- user/ed/utmpx/lib/libutil/Makefile	Fri Jan  8 19:10:39 2010	(r201816)
+++ user/ed/utmpx/lib/libutil/Makefile	Fri Jan  8 19:40:29 2010	(r201817)
@@ -6,7 +6,7 @@ SHLIBDIR?= /lib
 .include <bsd.own.mk>
 
 LIB=	util
-SHLIB_MAJOR= 8
+SHLIB_MAJOR= 9
 
 SRCS=	_secure_path.c auth.c expand_number.c flopen.c fparseln.c gr_util.c \
 	hexdump.c humanize_number.c kinfo_getfile.c kinfo_getvmmap.c kld.c \


More information about the svn-src-user mailing list