opnsense-ports/www/links/files/patch-default.c
Franco Fichtner adbc3c6590 */*: sync with upstream
Taken from: FreeBSD
2016-07-02 10:36:13 +02:00

11 lines
591 B
C

--- default.c.orig 2016-06-17 20:33:57 UTC
+++ default.c
@@ -829,7 +829,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);
return;
}