summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorgraichen <graichen@FreeBSD.org>1996-01-09 08:49:21 +0000
committergraichen <graichen@FreeBSD.org>1996-01-09 08:49:21 +0000
commit29ac274c874cae91fc174553b4c1927bbcafdadb (patch)
treeb8b0c085b63bc032bcc0b862817ce68b43281fd8 /usr.sbin/amd
parentcc0f623ba56c68c7ef13a714ce3042f2cebc2a4e (diff)
downloadFreeBSD-src-29ac274c874cae91fc174553b4c1927bbcafdadb.zip
FreeBSD-src-29ac274c874cae91fc174553b4c1927bbcafdadb.tar.gz
Obtained from: David Mazieres (OpenBSD)
added "#define PRECISE_SYMLINKS" to the amd config header - this solves a problem with the amd "-type:=direct" mounts and /bin/sh giving a "readlink failed" if you cd'ed to a "-type:=direct" mounted directory i got this from david mazieres as a result of giving him our (mostly doug rabsons) fixes for the amd "-type:=direct" mounts and telling them (also some NetBSD people were interested) about my only problem running these fixes (which is now solved too :-)
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/config/os-bsd44.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/amd/config/os-bsd44.h b/usr.sbin/amd/config/os-bsd44.h
index 863ebfa..0c12d22 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 1.2 1995/01/20 20:58:54 wollman Exp $
+ * $Id: os-bsd44.h,v 1.3 1995/06/27 11:07:27 dfr Exp $
*
* 4.4 BSD definitions for Amd (automounter)
*/
@@ -195,3 +195,7 @@ struct mntent {
*/
#undef RE_HDR
#define RE_HDR <regexp.h>
+/*
+ * Need precise length links
+ */
+#define PRECISE_SYMLINKS
OpenPOWER on IntegriCloud