diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-17 07:10:24 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-17 07:10:24 +0000 |
commit | 84abb4eda329e3d9ac21a18e673c8bb2bd8fadd3 (patch) | |
tree | 78f2ed5239de30c13eb26ad33136264bc8a4c0d3 /openwrt | |
parent | cfb02d32f982f939ca8bc07db22bc4e2f1840547 (diff) |
Add a patch to move astdb from flash to tmpfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@920 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/asterisk/patches/asterisk-1.0.7-astdb-in-spool.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/asterisk/patches/asterisk-1.0.7-astdb-in-spool.patch b/openwrt/package/asterisk/patches/asterisk-1.0.7-astdb-in-spool.patch new file mode 100644 index 0000000000..13efe3bb64 --- /dev/null +++ b/openwrt/package/asterisk/patches/asterisk-1.0.7-astdb-in-spool.patch @@ -0,0 +1,12 @@ +diff -ruN asterisk-1.0.7-old/asterisk.h asterisk-1.0.7-new/asterisk.h +--- asterisk-1.0.7-old/asterisk.h 2004-09-07 17:02:53.000000000 +0200 ++++ asterisk-1.0.7-new/asterisk.h 2005-05-17 09:56:13.000000000 +0200 +@@ -27,7 +27,7 @@ + #define AST_LOG_DIR ASTLOGDIR + #define AST_AGI_DIR ASTAGIDIR + #define AST_KEY_DIR ASTVARLIBDIR "/keys" +-#define AST_DB ASTVARLIBDIR "/astdb" ++#define AST_DB ASTSPOOLDIR "/astdb" + #define AST_TMP_DIR ASTSPOOLDIR "/tmp" + + #define AST_CONFIG_FILE ASTCONFPATH |