From 2fc52b6c41172fc4ae15e736fae095aa681ff03a Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Tue, 9 Aug 2022 16:04:09 +0200 Subject: config: add correct unconfigured value for use_devicesfile --- conf/example.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/example.conf.in b/conf/example.conf.in index 4e5482fee..5fadeac12 100644 --- a/conf/example.conf.in +++ b/conf/example.conf.in @@ -126,7 +126,7 @@ devices { # be used, regardless of this setting, when the --devicesfile # option is set to a specific file name. # This configuration option has an automatic default value. - # use_devicesfile = 0 + # use_devicesfile = @DEFAULT_USE_DEVICES_FILE@ # Configuration option devices/devicesfile. # The name of the system devices file, listing devices that LVM should use. -- cgit v1.2.1