if (!f) {
agerr(AGERR,"failed to open %s for write.\n", config_path);
}
+
+ fprintf(f, "# This file was generated by \"dot -c\" at time of install.\n\n");
+ fprintf(f, "# You may temporarily disable a plugin by removing or commenting out\n");
+ fprintf(f, "# a line in this file, or you can modify its \"quality\" value to affect\n");
+ fprintf(f, "# default plugin selection.\n\n");
+ fprintf(f, "# Manual edits to this file **will be lost** on upgrade.\n\n");
}
libdir = gvconfig_libdir();