Module Name:    src
Committed By:   christos
Date:           Wed Sep 29 13:50:49 UTC 2010

Modified Files:
        src/share/man/man5: Makefile
Removed Files:
        src/share/man/man5: resolver.5

Log Message:
make resolver.5 an alias to resolv.conf.5, since ours was better.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/share/man/man5/Makefile
cvs rdiff -u -r1.4 -r0 src/share/man/man5/resolver.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/Makefile
diff -u src/share/man/man5/Makefile:1.65 src/share/man/man5/Makefile:1.66
--- src/share/man/man5/Makefile:1.65	Wed Sep 29 09:45:26 2010
+++ src/share/man/man5/Makefile	Wed Sep 29 09:50:49 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.65 2010/09/29 13:45:26 christos Exp $
+#	$NetBSD: Makefile,v 1.66 2010/09/29 13:50:49 christos Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
 
 # missing: dump.5 plot.5
@@ -13,12 +13,13 @@
 	motd.5 netconfig.5 netgroup.5 networks.5 nologin.5 \
 	nsswitch.conf.5 pam.conf.5 passwd.5 passwd.conf.5 phones.5 \
 	printcap.5 protocols.5 ranlib.5 rc.conf.5 remote.5 \
-	resolver.5 resolv.conf.5 route.conf.5 rpc.5 \
+	resolv.conf.5 route.conf.5 rpc.5 \
 	security.conf.5 services.5 shells.5 \
 	stab.5 statvfs.5 sysctl.conf.5 ttyaction.5 \
 	utmp.5 utmpx.5 veriexec.5 weekly.conf.5 wscons.conf.5
 
 MLINKS=	fs.5 inode.5 hosts.equiv.5 rhosts.5
+MLINKS+=resolv.conf.5 resolver.5
 MLINKS+=utmp.5 wtmp.5 utmp.5 lastlog.5 passwd.5 master.passwd.5
 MLINKS+=utmpx.5 wtmpx.5 utmpx.5 lastlogx.5
 

Reply via email to