Skip to content

Commit

Permalink
Read our custom dot.tsdbrc file with necessary CPU definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
underspecified committed Jul 24, 2009
1 parent 4749dc5 commit c846c74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/settings/enen_pmrs.lisp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(setf fmt "ascii")
(setf limit 1) ;;; consider 10 transfer results
(setf limit 1) ;;; consider 1 transfer result
(setf parse-limit limit)
(setf count 1)
(setf tsdb::*tsdb-maximal-number-of-analyses* 100)
(setf tsdb::*tsdb-maximal-number-of-results* 10)
Expand Down
4 changes: 4 additions & 0 deletions lisp/startup.lisp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

(setf root (namestring (parse-namestring (getenv "LOGONROOT"))))
(setf (system:getenv "DISPLAY") nil)
(setf (system:getenv "LUI") nil)
Expand All @@ -6,8 +7,11 @@
(setf gen-start -1)
(setf transfer-start -1)

(load (format nil "~a/env/dot.tsdbrc" (getenv "DTHOME")))

(pushnew :lkb *features*)
(pushnew :mrs *features*)
(pushnew :tsdb *features*)
(pushnew :mt *features*)
(pushnew :logon *features*)

0 comments on commit c846c74

Please sign in to comment.