1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-24 06:00:30 -04:00
ports/www/links1/files/patch-default.c
Dmitry Marakasov 9430d3e612 - Fix build with openssl-devel and libressl-devel
- Add LICENSE
- Pass maintainership to submitter

PR:		216915
Submitted by:	pkubaj@anongoth.pl
2017-02-22 10:19:19 +00:00

11 lines
585 B
C

--- default.c.orig 2011-11-23 00:54:28 UTC
+++ default.c
@@ -361,7 +361,7 @@ void init_home()
get_system_name();
links_home = get_home(&first_use);
if (!links_home) {
- fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n\007");
+ fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n");
sleep(3);
return;
}