The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / avahi / 0001-autoipd-perms.patch
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/avahi/0001-autoipd-perms.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/avahi/0001-autoipd-perms.patch
new file mode 100644 (file)
index 0000000..c740e3f
--- /dev/null
@@ -0,0 +1,11 @@
+--- avahi-0.6.14/avahi-autoipd/main.c.cls      2006-09-13 12:49:45.000000000 -0700
++++ avahi-0.6.14/avahi-autoipd/main.c  2006-09-25 20:34:10.000000000 -0700
+@@ -239,7 +239,7 @@
+     fprintf(f, "%s\n", inet_ntop(AF_INET, &addr, buf, sizeof (buf)));
+     fclose(f);
+-
++    chmod(fn, S_IRUSR|S_IWUSR);
+     return 0;
+     
+ fail: