mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
- Add LICENSE - Pass maintainership to submitter PR: 216915 Submitted by: pkubaj@anongoth.pl
11 lines
585 B
C
11 lines
585 B
C
--- default.c.orig 2011-11-23 00:54:28 UTC
|
|
+++ default.c
|
|
@@ -361,7 +361,7 @@ void init_home()
|
|
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;
|
|
}
|