recipes: x-apps/emacs: Enable emacs again, trying the -no-pie option
[dragora.git] / patches / tcp_wrappers / ignore_missing_inetdconf
blobb7401f3030bb4a4b19b14fd188b09edd9d443cbd
1 --- a/inetcf.c
2 +++ b/inetcf.c
3 @@ -90,9 +90,7 @@ char   *conf;
4         for (i = 0; inet_files[i] && (fp = fopen(inet_files[i], "r")) == 0; i++)
5              /* void */ ;
6         if (fp == 0) {
7 -           fprintf(stderr, "Cannot find your inetd.conf or tlid.conf file.\n");
8 -           fprintf(stderr, "Please specify its location.\n");
9 -           exit(1);
10 +           return inet_files[i];
11         }
12         conf = inet_files[i];
13         check_path(conf, &st);