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 | 1557a74f95e83a10b0616a26b9f1debed21719ac (patch) | |
tree | 50edbd59bdc994807e7ba64ca4a00c270a236f7b /package/olsrd/patches/olsrd-0.4.9-secure-key-path.path | |
parent | 8a2e04dd649cd39d9ac179c0ff3c5f948805c1b1 (diff) | |
download | upstream-1557a74f95e83a10b0616a26b9f1debed21719ac.tar.gz upstream-1557a74f95e83a10b0616a26b9f1debed21719ac.tar.bz2 upstream-1557a74f95e83a10b0616a26b9f1debed21719ac.zip |
Convert olsrd to new packaging style, put plugins into sub-packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@936 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/olsrd/patches/olsrd-0.4.9-secure-key-path.path')
-rw-r--r-- | package/olsrd/patches/olsrd-0.4.9-secure-key-path.path | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/olsrd/patches/olsrd-0.4.9-secure-key-path.path b/package/olsrd/patches/olsrd-0.4.9-secure-key-path.path new file mode 100644 index 0000000000..fcae759862 --- /dev/null +++ b/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 |