1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/www/links1/files/patch-default.c
Dmitry Sivachenko 037c25243f Put links-0.97 back as links1. This corresponds to www/links port as of
27.06.2002.  links-2 is not fully compatible with links-0.97 and this
breaks doc builds.
2002-07-03 20:59:55 +00:00

12 lines
594 B
C

--- default.c.orig Sun May 19 20:12:20 2002
+++ default.c Sun May 19 20:12:23 2002
@@ -267,7 +267,7 @@
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;
}