diff options
author | H. Peter Anvin <hpa@zytor.com> | 1998-03-27 05:37:41 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 1998-03-27 05:37:41 +0000 |
commit | b85764b115b4cb3601c660613b094b2b042dcb0a (patch) | |
tree | 762e7ba86393ad293bf62f7763b22c7e06dcc690 /include | |
parent | 416c8a6915ad2e45c98fd8a72a0deeb8adb5d1c1 (diff) | |
download | autofs3-b85764b115b4cb3601c660613b094b2b042dcb0a.tar.gz autofs3-b85764b115b4cb3601c660613b094b2b042dcb0a.tar.xz autofs3-b85764b115b4cb3601c660613b094b2b042dcb0a.zip |
Initial integration of rth's mount_autofs.
Diffstat (limited to 'include')
-rw-r--r-- | include/automount.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/automount.h b/include/automount.h index a590525..14f13c5 100644 --- a/include/automount.h +++ b/include/automount.h @@ -18,6 +18,9 @@ #ifndef _PATH_UMOUNT #define _PATH_UMOUNT "/bin/umount" #endif +#ifndef _PATH_AUTOMOUNT +#define _PATH_AUTOMOUNT "/usr/sbin/automount" +#endif #ifndef _PATH_E2FSCK #define _PATH_E2FSCK "/sbin/fsck.ext2" |