diff options
author | obrien <obrien@FreeBSD.org> | 2001-03-21 01:33:58 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-03-21 01:33:58 +0800 |
commit | ac5f42c97ddbb1b92241b17736899ce31d5c54df (patch) | |
tree | 241a532e4a5a8ccae3eeed78ec4c8d6f9f27ec73 /www/links | |
parent | a6c96eed3b91312cc72d08b2cf1e7aca2bca3e4e (diff) | |
download | freebsd-ports-gnome-ac5f42c97ddbb1b92241b17736899ce31d5c54df.tar.gz freebsd-ports-gnome-ac5f42c97ddbb1b92241b17736899ce31d5c54df.tar.zst freebsd-ports-gnome-ac5f42c97ddbb1b92241b17736899ce31d5c54df.zip |
Remove the damn fscking error bell chimed when ~/.links/.links.cfg
is missing and could not be created. This is driving me nuts during
make release.
Diffstat (limited to 'www/links')
-rw-r--r-- | www/links/files/patch-default.c | 11 |
1 files changed, 11 insertions, 0 deletions
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; + } |