File tgt-missing-module-directory-not-an-error of Package tgt.1509
Only in tgt-1.0.44: tags
Only in tgt-1.0.44: TAGS
diff -aurp tgt-1.0.44.orig/usr/bs.c tgt-1.0.44/usr/bs.c
--- tgt-1.0.44.orig/usr/bs.c 2014-02-02 22:56:32.000000000 -0800
+++ tgt-1.0.44/usr/bs.c 2015-11-15 17:14:51.932000000 -0800
@@ -267,7 +267,8 @@ static int bs_init_signalfd(void)
dir = opendir(BSDIR);
if (dir == NULL) {
- eprintf("could not open backing-store module directory %s\n",
+ /* not considered an error if there are no modules */
+ dprintf("could not open backing-store module directory %s\n",
BSDIR);
} else {
struct dirent *dirent;