]> git.pld-linux.org Git - packages/autofs.git/blame - autofs-4.1.3-mtab_lock.patch
- cleanups
[packages/autofs.git] / autofs-4.1.3-mtab_lock.patch
CommitLineData
e3a22658 1--- autofs-4.1.3.orig/include/automount.h 2004-05-18 20:20:08.000000000 +0800
2+++ autofs-4.1.3/include/automount.h 2004-06-05 16:26:39.000000000 +0800
3@@ -36,7 +36,7 @@
4
5 #define DEFAULT_TIMEOUT (5*60) /* 5 minutes */
6 #define AUTOFS_LOCK "/var/lock/autofs" /* To serialize access to mount */
7-#define MOUNTED_LOCK "_PATH_MOUNTED~" /* mounts' lock file */
8+#define MOUNTED_LOCK _PATH_MOUNTED "~" /* mounts' lock file */
9 #define MTAB_NOTUPDATED 0x1000 /* mtab succeded but not updated */
10 #define NOT_MOUNTED 0x0100 /* path notmounted */
11
This page took 0.056584 seconds and 4 git commands to generate.