treewide: Run refresh on all packages
[feed/packages.git] / net / eoip / patches / 100-add_LF_to_pidfile.patch
1 --- a/eoip.c
2 +++ b/eoip.c
3 @@ -430,7 +430,7 @@ int main(int argc, char **argv)
4 exit(1);
5
6 mfd = fopen(pidfile, "w");
7 - fprintf(mfd,"%d", getpid());
8 + fprintf(mfd,"%d\n", getpid());
9 fclose(mfd);
10
11 /* structure of Mikrotik EoIP: