aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-01-20 20:58:54 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-01-20 20:58:54 +0000
commit039b79a9607d515a3f8db09cbe6c127a2ebae380 (patch)
treedc7623d871124d9a396919bc15045aa5d69ce616 /usr.sbin/amd
parent401de747b85bff3ec4d34dc908c5fbc1dfa73379 (diff)
downloadsrc-039b79a9607d515a3f8db09cbe6c127a2ebae380.tar.gz
src-039b79a9607d515a3f8db09cbe6c127a2ebae380.zip
Allow NIS maps, noconn mounts .
Sumbitted by: Boyd Faulkner <faulkner@mpd.tandem.com>
Notes
Notes: svn path=/head/; revision=5750
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/config/os-bsd44.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/amd/config/os-bsd44.h b/usr.sbin/amd/config/os-bsd44.h
index 837d59659ca0..fa41cfecb68d 100644
--- a/usr.sbin/amd/config/os-bsd44.h
+++ b/usr.sbin/amd/config/os-bsd44.h
@@ -37,7 +37,7 @@
*
* @(#)os-bsd44.h 8.1 (Berkeley) 6/6/93
*
- * $Id: os-bsd44.h,v 5.2.2.1 1992/02/09 15:10:11 jsp beta $
+ * $Id: os-bsd44.h,v 1.1.1.1 1994/05/26 05:22:07 rgrimes Exp $
*
* 4.4 BSD definitions for Amd (automounter)
*/
@@ -68,9 +68,9 @@
#define OS_HAS_NDBM
/*
- * 4.4 doesn't provide NIS.
+ * 4.4 doesn't provide NIS, but FreeBSD does.
*/
-#undef HAS_NIS_MAPS
+#define HAS_NIS_MAPS
/*
* OS provides strerror()
@@ -153,6 +153,7 @@ XXX - Probably no hope of running Amd on this machine!
#define MNTOPT_SOFT "soft" /* soft mount */
#define MNTOPT_INTR "intr" /* interrupts allowed */
+#define MNTOPT_NOCONN "noconn" /* no connection option allowed */
#define NFSMNT_HOSTNAME 0 /* hostname on 4.4 is not optional */