diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-01 19:13:14 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-01 19:13:14 +0000 |
commit | 09aeb3ea5dd3ac3bc943ec52ec7208a3198529a3 (patch) | |
tree | ee8a2f168609dbd0e12a379f1f95a3dce349347b /www/links/files/patch-default.c | |
parent | Because of Stephen Paskaluk's patches, this should no longer be (diff) |
Update to the latest version (2.1.p9).
Remove patch-width since it is useless without -dump option which
is absent in links version2...
Submitted by: Thomas Seck <tmseck-lists@netcologne.de>
Notes
Notes:
svn path=/head/; revision=76707
Diffstat (limited to 'www/links/files/patch-default.c')
-rw-r--r-- | www/links/files/patch-default.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/links/files/patch-default.c b/www/links/files/patch-default.c index 5ccd03bad611..02295e855138 100644 --- a/www/links/files/patch-default.c +++ b/www/links/files/patch-default.c @@ -1,11 +1,11 @@ ---- default.c.orig Sun May 19 20:12:20 2002 -+++ default.c Sun May 19 20:12:23 2002 -@@ -267,7 +267,7 @@ +--- default.c.orig Tue Feb 11 21:54:38 2003 ++++ default.c Sat Mar 1 16:03:31 2003 +@@ -300,7 +300,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"); ++ fprintf(stderr, "Unable to find or create links config directory. Please check, that you have set the $HOME variable correctly and that you have write permission to your home directory.\n"); sleep(3); return; } |