]> git.pld-linux.org Git - packages/links2.git/blob - links2-links-g_if_glinks.patch
- removed unnecessary patch (it was done in lame way)
[packages/links2.git] / links2-links-g_if_glinks.patch
1 diff -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.028217 seconds and 3 git commands to generate.