diff options
-rw-r--r-- | www/elinks-devel/files/patch-default.c | 11 | ||||
-rw-r--r-- | www/elinks/files/patch-default.c | 11 | ||||
-rw-r--r-- | www/links/files/patch-default.c | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/www/elinks-devel/files/patch-default.c b/www/elinks-devel/files/patch-default.c new file mode 100644 index 000000000000..f525fdc05692 --- /dev/null +++ b/www/elinks-devel/files/patch-default.c @@ -0,0 +1,11 @@ +--- default.c.orig Sun Dec 31 14:26:52 2000 ++++ default.c Tue Mar 20 09:32:18 2001 +@@ -265,7 +265,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; + } diff --git a/www/elinks/files/patch-default.c b/www/elinks/files/patch-default.c new file mode 100644 index 000000000000..f525fdc05692 --- /dev/null +++ b/www/elinks/files/patch-default.c @@ -0,0 +1,11 @@ +--- default.c.orig Sun Dec 31 14:26:52 2000 ++++ default.c Tue Mar 20 09:32:18 2001 +@@ -265,7 +265,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; + } diff --git a/www/links/files/patch-default.c b/www/links/files/patch-default.c new file mode 100644 index 000000000000..f525fdc05692 --- /dev/null +++ b/www/links/files/patch-default.c @@ -0,0 +1,11 @@ +--- default.c.orig Sun Dec 31 14:26:52 2000 ++++ default.c Tue Mar 20 09:32:18 2001 +@@ -265,7 +265,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; + } |