From 542aa642a14ac39fe32b7631466c6a9505bab38e Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 6 Aug 2005 11:36:13 +0000 Subject: [PATCH] Remove NDINIT(9) link again. The old API was removed on 2004/11/12. --- etc/Makefile | 3 ++- share/man/man9/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index c5822a08d6..60c19b6c78 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,6 +1,6 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 # $FreeBSD: src/etc/Makefile,v 1.219.2.38 2003/03/04 09:49:00 ru Exp $ -# $DragonFly: src/etc/Makefile,v 1.81 2005/08/05 23:43:19 swildner Exp $ +# $DragonFly: src/etc/Makefile,v 1.82 2005/08/06 11:36:13 swildner Exp $ .if !defined(NO_SENDMAIL) SUBDIR= sendmail @@ -331,6 +331,7 @@ upgrade_etc: preupgrade csh -c "rm -f ${DESTDIR}/usr/share/man/{man,cat}8/${man}.8.gz" .endfor csh -c "rm -f ${DESTDIR}/usr/share/man/{man,cat}9/suser_xxx.9.gz" + csh -c "rm -f ${DESTDIR}/usr/share/man/{man,cat}9/NDINIT.9.gz" rm -f ${DESTDIR}/usr/share/examples/cvsup/DragonFly-supfile rm -f ${DESTDIR}/usr/share/examples/cvsup/DragonFly-stable-supfile rm -f ${DESTDIR}/usr/share/nls/*/.cat diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 8e296e7132..c1f8048885 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/share/man/man9/Makefile,v 1.60.2.26 2003/06/13 01:04:17 hmp Exp $ -# $DragonFly: src/share/man/man9/Makefile,v 1.20 2005/08/05 23:43:19 swildner Exp $ +# $DragonFly: src/share/man/man9/Makefile,v 1.21 2005/08/06 11:36:13 swildner Exp $ MAN= DECLARE_MODULE.9 DELAY.9 DEV_MODULE.9 KASSERT.9 MD5.9 \ MODULE_DEPEND.9 MODULE_VERSION.9 SPLASSERT.9 SYSCALL_MODULE.9 \ @@ -158,7 +158,7 @@ MLINKS+=make_dev.9 destroy_dev.9 MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9 MLINKS+=malloc.9 realloc.9 malloc.9 reallocf.9 MLINKS+=mi_switch.9 cpu_switch.9 -MLINKS+=namei.9 NDINIT.9 +MLINKS+=namei.9 MLINKS+=pci.9 pci_read_config.9 pci.9 pci_write_config.9 MLINKS+=pci.9 pci_enable_busmaster.9 pci.9 pci_disable_busmaster.9 MLINKS+=pci.9 pci_enable_io.9 pci.9 pci_disable_io.9 -- 2.28.0