summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-13 18:59:51 +0000
committered <ed@FreeBSD.org>2010-01-13 18:59:51 +0000
commitfc12a579a0a06596dc1b73d257d1b9751d747ce9 (patch)
tree6a9f013d6418c72a50d9746b0cde667930a59591 /ObsoleteFiles.inc
parentfee8e21b50dac7cfc13624b364dc2947480b06fd (diff)
downloadFreeBSD-src-fc12a579a0a06596dc1b73d257d1b9751d747ce9.zip
FreeBSD-src-fc12a579a0a06596dc1b73d257d1b9751d747ce9.tar.gz
Remove login(3), logout(3) and logwtmp(3) from libutil.
These functions only apply to utmp(5). They cannot be kept intact when moving towards utmpx. The login(3) function would break, because its argument is an utmp structure. The logout(3) and logwtmp(3) functions cannot be used, since they provide a functionality which partially overlaps. Increment SHLIB_MAJOR to 9 to indicate the removal.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index bbe1e37..c873ab7 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -15,6 +15,9 @@
#
# 20100113: remove utmp.h, replace it by utmpx.h
+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/ulog_endutxent.3.gz
OLD_FILES+=usr/share/man/man3/ulog_getutxent.3.gz
OLD_FILES+=usr/share/man/man3/ulog_getutxline.3.gz
@@ -22,6 +25,7 @@ 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_LIBS+=lib/libutil.so.8
# 20100105: new userland semaphore implementation
OLD_FILES+=usr/include/sys/semaphore.h
# 20100103: ntptrace(8) removed
OpenPOWER on IntegriCloud