summaryrefslogtreecommitdiffstats
path: root/sbin/mount_autofs
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2004-09-08 08:44:14 +0000
committeralfred <alfred@FreeBSD.org>2004-09-08 08:44:14 +0000
commit8337118014694f7f25c0fe0425553914b6ae882a (patch)
tree24bbe73be77f1a04bbf9f3e5aa2f938fb71bbf35 /sbin/mount_autofs
parentc2b417e394a6ab4f6a2101136afaf4b8e57fdfef (diff)
downloadFreeBSD-src-8337118014694f7f25c0fe0425553914b6ae882a.zip
FreeBSD-src-8337118014694f7f25c0fe0425553914b6ae882a.tar.gz
sync with private code:
fix a 5.x'ism that 4.x needs protection from. make this code compile standalone.
Diffstat (limited to 'sbin/mount_autofs')
-rw-r--r--sbin/mount_autofs/Makefile4
-rw-r--r--sbin/mount_autofs/mount_autofs.82
-rw-r--r--sbin/mount_autofs/mount_autofs.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount_autofs/Makefile b/sbin/mount_autofs/Makefile
index a234944..e7d040d 100644
--- a/sbin/mount_autofs/Makefile
+++ b/sbin/mount_autofs/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.4 2004/08/31 16:27:40 bright Exp $
+# $Id: Makefile,v 1.6 2004/09/08 08:27:12 bright Exp $
# $FreeBSD$
PROG=mount_autofs
MAN=mount_autofs.8
-BINDIR?=/usr/sbin
+BINDIR?=/sbin
.include <bsd.prog.mk>
diff --git a/sbin/mount_autofs/mount_autofs.8 b/sbin/mount_autofs/mount_autofs.8
index b4f0c84..8d9e25e 100644
--- a/sbin/mount_autofs/mount_autofs.8
+++ b/sbin/mount_autofs/mount_autofs.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: mount_autofs.8,v 1.2 2004/08/31 08:49:56 bright Exp $
+.\" $Id: mount_autofs.8,v 1.3 2004/09/08 08:12:21 bright Exp $
.\" $FreeBSD$
.Dd August 30, 2004
.Dt MOUNT_AUTOFS 8
diff --git a/sbin/mount_autofs/mount_autofs.c b/sbin/mount_autofs/mount_autofs.c
index 393ff06..d01f840 100644
--- a/sbin/mount_autofs/mount_autofs.c
+++ b/sbin/mount_autofs/mount_autofs.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mount_autofs.c,v 1.4 2004/08/31 16:28:22 bright Exp $
+ * $Id: mount_autofs.c,v 1.5 2004/09/08 08:12:21 bright Exp $
* $FreeBSD$
*/
#include <sys/param.h>
OpenPOWER on IntegriCloud