-
.
2001-02-06 00:51:44 UTC in SourceForge.net
-
In version 0.6c the search is broken, here's the fix:
edit the /path/to/SICKnotes/subs/s_search.py
go to line 39 and change it from:
self.term = self.escape_quotes(term)
to
self.term = self.escape_quotes(self.term)
2000-04-26 16:39:31 UTC in SICKnotes
-
This project could use some more developers, preferrably with some administration experience or at least some knowledge of what needs to be tracked within an IT shop. I'd like to make more "types" available, but have no experience with things like routers, switches, etc and therefore don't know what fields to add. On that note, the ConfigMgmt topic addition form is static and I'd...
2000-03-24 17:39:47 UTC in SICKnotes
-
Problem: A bug in the install script causes problems when using
email, mailhost variable not defined.
Affects: Anyone using email
Fix: edit the install.sh, change `sed "s/mailhost/$mailhost/g"' to
`sed "s/\"mailhost\"/\"$mailhost\"/g"'.
Due to the fact that I'm working on a real install script, I'll sit
on this for a bit.
2000-03-24 17:34:14 UTC in SICKnotes