svn commit: r201643 - in user/ed/utmpx: . share/man/man5

Ed Schouten ed at FreeBSD.org
Wed Jan 6 12:43:59 UTC 2010


Author: ed
Date: Wed Jan  6 12:43:59 2010
New Revision: 201643
URL: http://svn.freebsd.org/changeset/base/201643

Log:
  Remove the utmp manpage and add it to ObsoleteFiles.
  
  Also add the libulog manpages to ObsoleteFiles that were missing in one
  of the previous commits.

Deleted:
  user/ed/utmpx/share/man/man5/utmp.5
Modified:
  user/ed/utmpx/ObsoleteFiles.inc
  user/ed/utmpx/share/man/man5/Makefile

Modified: user/ed/utmpx/ObsoleteFiles.inc
==============================================================================
--- user/ed/utmpx/ObsoleteFiles.inc	Wed Jan  6 12:43:19 2010	(r201642)
+++ user/ed/utmpx/ObsoleteFiles.inc	Wed Jan  6 12:43:59 2010	(r201643)
@@ -14,10 +14,25 @@
 # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
 #
 
-# 20100104: login(3), logout(3) and logwtmp(3) removed
+# 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
+OLD_FILES+=usr/share/man/man3/ulog_getutxuser.3.gz
+OLD_FILES+=usr/share/man/man3/ulog_pututxline.3.gz
+OLD_FILES+=usr/share/man/man3/ulog_setutxent.3.gz
+OLD_FILES+=usr/share/man/man3/ulog_setutxfile.3.gz
+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
 # 20100103: ntptrace(8) removed
 OLD_FILES+=usr/sbin/ntptrace
 OLD_FILES+=usr/share/man/man8/ntptrace.8.gz

Modified: user/ed/utmpx/share/man/man5/Makefile
==============================================================================
--- user/ed/utmpx/share/man/man5/Makefile	Wed Jan  6 12:43:19 2010	(r201642)
+++ user/ed/utmpx/share/man/man5/Makefile	Wed Jan  6 12:43:59 2010	(r201643)
@@ -68,7 +68,6 @@ MAN=	acct.5 \
 	style.Makefile.5 \
 	sysctl.conf.5 \
 	tmpfs.5 \
-	utmp.5 \
 	xfs.5
 
 MLINKS=	dir.5 dirent.5
@@ -79,7 +78,6 @@ MLINKS+=passwd.5 master.passwd.5
 MLINKS+=quota.user.5 quota.group.5
 MLINKS+=rc.conf.5 rc.conf.local.5
 MLINKS+=resolver.5 resolv.conf.5
-MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
 
 .if ${MK_HESIOD} != "no"
 MAN+=	hesiod.conf.5 


More information about the svn-src-user mailing list