From dfce33f4701d6e0f92863a459498c31bd507c865 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Fri, 5 Jan 2018 19:37:51 +0000 Subject: www/links: Update to 2.14 While here: - Remove redundant option descriptions - Add LICENSE_FILE Changes: http://links.twibright.com/download/ChangeLog PR: 224938 Submitted by: portmaster@BSDforge.com (maintainer) --- www/links/files/patch-default.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/links/files/patch-default.c') diff --git a/www/links/files/patch-default.c b/www/links/files/patch-default.c index cf88b86d8fba..41264d769ac1 100644 --- a/www/links/files/patch-default.c +++ b/www/links/files/patch-default.c @@ -1,11 +1,11 @@ ---- default.c.orig 2016-06-17 20:33:57 UTC +--- default.c.orig 2016-11-16 22:49:10 UTC +++ default.c -@@ -829,7 +829,7 @@ void init_home(void) +@@ -836,7 +836,7 @@ void init_home(void) get_compiler_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); + portable_sleep(3000); return; } -- cgit v1.2.3