ee-init-location.diff 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --- easyedit-1.5.2.orig/ee.1
  2. +++ easyedit-1.5.2/ee.1
  3. @@ -406,7 +406,7 @@
  4. .PP
  5. Since different users have different preferences, \fIee\fR allows some
  6. slight configurability. There are three possible locations for an
  7. -initialization file for ee: the file \fI/usr/local/lib/init.ee\fR, the
  8. +initialization file for ee: the file \fI/usr/share/ee/init.ee\fR, the
  9. file \fI.init.ee\fR in the user's home directory, or the file \fI.init.ee\fR
  10. in the current directory (if different from the home
  11. directory). This allows system administrators to set some preferences for
  12. @@ -414,7 +414,7 @@
  13. and the user to customize settings for particular directories (like one
  14. for correspondence, and a different directory for programming).
  15. .PP
  16. -The file \fI\/usr/local/lib/init.ee\fR is read first, then
  17. +The file \fI\/usr/share/ee/init.ee\fR is read first, then
  18. \fI$HOME/.init.ee\fR, then \fI.init.ee\fR, with the settings specified by the
  19. most recent file read taking precedence.
  20. .PP
  21. @@ -521,7 +521,7 @@
  22. may be too slow for slower systems.
  23. .SH FILES
  24. .PP
  25. -.I /usr/local/lib/init.ee
  26. +.I /usr/share/ee/init.ee
  27. .br
  28. .I $HOME/.init.ee
  29. .br
  30. --- easyedit-1.5.2.orig/ee.c
  31. +++ easyedit-1.5.2/ee.c
  32. @@ -4124,7 +4124,7 @@
  33. }
  34. unsigned char *init_name[3] = {
  35. - "/usr/local/lib/init.ee",
  36. + "/usr/share/ee/init.ee",
  37. NULL,
  38. ".init.ee"
  39. };