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
1 --- avahi-0.6.14/avahi-autoipd/main.c.cls       2006-09-13 12:49:45.000000000 -0700
2 +++ avahi-0.6.14/avahi-autoipd/main.c   2006-09-25 20:34:10.000000000 -0700
3 @@ -239,7 +239,7 @@
4  
5      fprintf(f, "%s\n", inet_ntop(AF_INET, &addr, buf, sizeof (buf)));
6      fclose(f);
7 -
8 +    chmod(fn, S_IRUSR|S_IWUSR);
9      return 0;
10      
11  fail: