From ff1cc4a8f475033c01a5ee9a92bbd8a3429c36ff Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 5 Dec 2007 16:50:48 +0000 Subject: Teach Amd how to unmount. --- usr.sbin/amd/include/aux_conf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.sbin') diff --git a/usr.sbin/amd/include/aux_conf.h b/usr.sbin/amd/include/aux_conf.h index 11e0b15..1529ba3 100644 --- a/usr.sbin/amd/include/aux_conf.h +++ b/usr.sbin/amd/include/aux_conf.h @@ -29,6 +29,8 @@ */ #define UNMOUNT_TRAP(mnt) unmount(mnt->mnt_dir) /* End of replaced UNMOUNT_TRAP macro definition */ +/* umount(8) executable path, for type:=program */ +#define UNMOUNT_PROGRAM "/sbin/umount" /* * The next line is a literal inclusion of a file which includes a @@ -53,6 +55,7 @@ (dst)->addr = (struct sockaddr *) (src); \ (dst)->addrlen = sizeof(*src); \ } +#define NFS_ARGS_T_ADDR_IS_POINTER 1 /* End of included NFS_SA_DREF macro definition file */ /* -- cgit v1.1