diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-18 14:53:00 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-18 14:53:00 +0000 |
commit | 92e1586bec3083edb189ff1ee3440081e243c10a (patch) | |
tree | a3c7927db214bac0beb7b14a66d9999ab95d6e73 /openwrt/package/olsrd/patches/olsrd-0.4.9-secure-key-path.path | |
parent | aa3c1b36deb5584a14798c430fd6e6686e6551fc (diff) | |
download | mtk-20170518-92e1586bec3083edb189ff1ee3440081e243c10a.zip mtk-20170518-92e1586bec3083edb189ff1ee3440081e243c10a.tar.gz mtk-20170518-92e1586bec3083edb189ff1ee3440081e243c10a.tar.bz2 |
Convert olsrd to new packaging style, put plugins into sub-packages
SVN-Revision: 936
Diffstat (limited to 'openwrt/package/olsrd/patches/olsrd-0.4.9-secure-key-path.path')
-rw-r--r-- | openwrt/package/olsrd/patches/olsrd-0.4.9-secure-key-path.path | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/olsrd/patches/olsrd-0.4.9-secure-key-path.path b/openwrt/package/olsrd/patches/olsrd-0.4.9-secure-key-path.path new file mode 100644 index 0000000..fcae759 --- /dev/null +++ b/openwrt/package/olsrd/patches/olsrd-0.4.9-secure-key-path.path @@ -0,0 +1,12 @@ +diff -ruN olsrd-0.4.9-orig/lib/secure/src/olsrd_secure.h olsrd-0.4.9-1/lib/secure/src/olsrd_secure.h +--- olsrd-0.4.9-orig/lib/secure/src/olsrd_secure.h 2005-03-10 20:57:48.000000000 +0100 ++++ olsrd-0.4.9-1/lib/secure/src/olsrd_secure.h 2005-04-05 00:51:40.000000000 +0200 +@@ -43,7 +43,7 @@ + + #include "olsrd_plugin.h" + +-#define KEYFILE "/root/.olsr/olsrd_secure_key" ++#define KEYFILE "/etc/olsrd.d/olsrd_secure_key" + + /* Schemes */ + #define ONE_CHECKSUM 1 |