]> git.pld-linux.org Git - packages/links2.git/blame - links2-links-g_if_glinks.patch
- updated for 2.1pre15pre2
[packages/links2.git] / links2-links-g_if_glinks.patch
CommitLineData
6a63603f 1diff -urN aaa/links-current/main.c links-current/main.c
2--- aaa/links-current/main.c Thu May 16 08:07:43 2002
3+++ links-current/main.c Sun May 19 19:04:06 2002
4@@ -273,6 +273,7 @@
5 goto ttt;
6 }
7 if (!(u = parse_options(g_argc - 1, g_argv + 1))) goto ttt;
8+ if (strncmp (basename(path_to_exe), "glinks", 6) == 0) ggr = 1;
9 if (ggr_drv[0] || ggr_mode[0]) ggr = 1;
10 if (dmp) ggr = 0;
11 if (!ggr && !no_connect && (uh = bind_to_af_unix()) != -1) {
This page took 0.034387 seconds and 4 git commands to generate.