[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH/RFC] --force-confmiss and --overwrite-conffiles



Hi,

sorry, I forgot the use of cfo_newconff, like in the old patch.

+    if (strcmp(currenthash, newdisthash) != 0 && f_overwriteconf
+    || !strcmp(currenthash, NONEXISTENTFLAG) && fc_conff_miss) {
+        if (useredited) {
+            what |= cfof_prompt;
+            fc_conff_new = 1;
+        } else
+            what = cfo_newconff;
+    }

regards,
Daniel Bock


Reply to: