]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- elinks read config file for lua from /etc/elinks-hooks.lua too
authorgrzegol <grzegol@pld-linux.org>
Tue, 12 Feb 2002 20:13:02 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elinks-lua-config-file.patch -> 1.1

elinks-lua-config-file.patch [new file with mode: 0644]

diff --git a/elinks-lua-config-file.patch b/elinks-lua-config-file.patch
new file mode 100644 (file)
index 0000000..a084259
--- /dev/null
@@ -0,0 +1,11 @@
+diff -urN aa/elinks-20020208/lua.c elinks-20020208/lua.c
+--- aa/elinks-20020208/lua.c   Sat Dec 29 18:46:59 2001
++++ elinks-20020208/lua.c      Tue Feb 12 19:55:45 2002
+@@ -468,6 +468,7 @@
+       lua_register(L, "edit_bookmark_dialog", l_edit_bookmark_dialog);
+       lua_register(L, "xdialog", l_xdialog);
+       do_hooks_file(L, "/etc/", "links-hooks.lua");
++      do_hooks_file(L, "/etc/", "elinks-hooks.lua");
+       do_hooks_file(L, links_home, "hooks.lua");
+ }
This page took 0.108035 seconds and 4 git commands to generate.