Author: rmacklem
Date: Sun May 1 01:34:22 2011
New Revision: 221288
URL: http://svn.freebsd.org/changeset/base/221288
Log:
Fix the Makefile for mount_nfs so that it creates a
link for mount_oldnfs.8 instead of mount_newnfs.8.
Modified:
head/sbin/mount_nfs/Makefile
Modified: head/sbin/mount_nfs/Makefile
==============================================================================
--- head/sbin/mount_nfs/Makefile Sun May 1 00:48:03 2011
(r221287)
+++ head/sbin/mount_nfs/Makefile Sun May 1 01:34:22 2011
(r221288)
@@ -5,7 +5,7 @@
PROG= mount_nfs
SRCS= mount_nfs.c getmntopts.c mounttab.c
MAN= mount_nfs.8
-MLINKS= mount_nfs.8 mount_newnfs.8
+MLINKS= mount_nfs.8 mount_oldnfs.8
MOUNT= ${.CURDIR}/../mount
UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"