summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-01-20 20:58:54 +0000
committerwollman <wollman@FreeBSD.org>1995-01-20 20:58:54 +0000
commit837a5d2f5b10958c691456e34d17c9327b0c81fa (patch)
treedc7623d871124d9a396919bc15045aa5d69ce616 /usr.sbin/amd
parent0ba8a14f2ec87e3407973f025d1e0dc0fe2aa38c (diff)
downloadFreeBSD-src-837a5d2f5b10958c691456e34d17c9327b0c81fa.zip
FreeBSD-src-837a5d2f5b10958c691456e34d17c9327b0c81fa.tar.gz
Allow NIS maps, noconn mounts .
Sumbitted by: Boyd Faulkner <faulkner@mpd.tandem.com>
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 837d596..fa41cfe 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 */
OpenPOWER on IntegriCloud