summarylogtreecommitdiffstats
path: root/fix_init_file_loc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_init_file_loc.patch')
-rw-r--r--fix_init_file_loc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix_init_file_loc.patch b/fix_init_file_loc.patch
new file mode 100644
index 000000000000..1a2ad3fa2ee0
--- /dev/null
+++ b/fix_init_file_loc.patch
@@ -0,0 +1,12 @@
+--- aee.c.old 2002-07-06 00:03:09.000000000 -0500
++++ aee.c 2013-06-13 12:49:23.995110401 -0500
+@@ -2611,8 +2611,7 @@
+ }
+
+ char *init_name[4] = {
+- "/usr/local/aee/init.ae",
+- "/usr/local/lib/init.ae",
++ "/usr/share/aee/init.ae",
+ NULL,
+ ".init.ae"
+ };