diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-01-05 19:37:51 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-01-05 19:37:51 +0000 |
commit | dfce33f4701d6e0f92863a459498c31bd507c865 (patch) | |
tree | 2b8eb596d9952103efbaaaa6a847d22a36f8674a /www/links/files/patch-default.c | |
parent | Fix conditional in flavoring. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=458166
Diffstat (limited to 'www/links/files/patch-default.c')
-rw-r--r-- | www/links/files/patch-default.c | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |