From 02ab5ad5c4417042afb807e45c2d4a64047287c1 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 23 Nov 1998 06:33:53 +0000 Subject: [PATCH] add some notes git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1412 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/scm/startup/path.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scm/startup/path.scm b/src/scm/startup/path.scm index 45f5c11bfe..cfc2219ffe 100644 --- a/src/scm/startup/path.scm +++ b/src/scm/startup/path.scm @@ -106,6 +106,10 @@ file in all of the directories specified by gnc:*load-path*." (gnc:warn "failure loading " auto-file) #f)))))))))) +;; the system config should probably be loaded from some directory +;; that wouldn't be a site wide mounted directory, like /usr/share +;; However, the code below seems to zero in on /usr/share/gnucash/config +;; ... ahh but that's OK, right ?? (define gnc:load-system-config-if-needed (let ((system-config-loaded? #f)) (lambda ()