1 --- shairplay-0.9.0.orig/src/shairplay.c
2 +++ shairplay-0.9.0/src/shairplay.c
3 @@ -313,8 +313,11 @@ main(int argc, char *argv[])
5 raop = raop_init_from_keyfile(10, &raop_cbs, "airport.key", NULL);
7 - fprintf(stderr, "Could not initialize the RAOP service\n");
9 + raop = raop_init_from_keyfile(10, &raop_cbs, "/etc/shairplay/airport.key", NULL);
11 + fprintf(stderr, "Could not initialize the RAOP service\n");
16 if (strlen(options.password)) {