From 89aa8af31d0fb3ccb4d515e967f6936e9c468dc2 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Wed, 18 Jan 2006 07:04:29 +0000 Subject: [PATCH] Create a manual page link of passwd.5 for new master.passwd.5. The manual page already documents master.passwd. This is same as done on other BSDs. I mentioned this on submit list two weeks ago. --- share/man/man5/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 932c34d064..dd972bc526 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD: src/share/man/man5/Makefile,v 1.27.2.12 2003/05/23 22:20:24 dwhite Exp $ -# $DragonFly: src/share/man/man5/Makefile,v 1.7 2005/08/05 10:13:43 swildner Exp $ +# $DragonFly: src/share/man/man5/Makefile,v 1.8 2006/01/18 07:04:29 reed Exp $ #MISSING: dump.5 plot.5 MAN= a.out.5 acct.5 core.5 dir.5 devices.conf.5 \ @@ -20,5 +20,6 @@ MLINKS+=fs.5 inode.5 MLINKS+=hosts.equiv.5 rhosts.5 MLINKS+=resolver.5 resolv.conf.5 MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5 +MLINKS+=passwd.5 master.passwd.5 .include -- 2.11.4.GIT