From 9354fea34283f54e45fb7d6faa7b54f516081780 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 24 Jan 2012 11:16:53 +0100 Subject: libmount: remove fstab.d support If you really need to store your configuration to a alternative files then you have to explicitly specify the files or directories on mount(8) command line by --fstab option. Signed-off-by: Karel Zak --- libmount/src/mountP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmount/src/mountP.h') diff --git a/libmount/src/mountP.h b/libmount/src/mountP.h index 05a13d5de..fa0edf50c 100644 --- a/libmount/src/mountP.h +++ b/libmount/src/mountP.h @@ -102,7 +102,7 @@ mnt_debug_h(void *handler, const char *mesg, ...) # define DBG_FLUSH do { ; } while(0) #endif -/* extension for files in the /etc/fstab.d directory */ +/* extension for files in the directory */ #define MNT_MNTTABDIR_EXT ".fstab" /* library private paths */ -- cgit v1.2.3-55-g7522