Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13873] installwatch and checkinstall

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13873] installwatch and checkinstall
  • Date: 24 May 2010 22:45:04 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13873





--- Comment #14 from Ladislav Hagara (lace) <hgr AT vabo.cz> 2010-05-24
17:45:03 ---
playing with it:


OLD:
IW_LOG=/tmp/LOG-INSTALLWATCH-OLD; export INSTALLWATCHFILE=$IW_LOG; export
LD_PRELOAD=/usr/lib/installwatch.so


NEW:
IW_LOG=/tmp/LOG-INSTALLWATCH-NEW; export INSTW_LOGFILE=$IW_LOG; export
LD_PRELOAD=/usr/lib/installwatch.so


cast -r -c nc


local TAB=$'\t'
OMIT_IN="${TAB}rename\|${TAB}symlink\|${TAB}unlink"
grep -v "$OMIT_IN" $INPUT | cut -f3 | grep "^/" | sed 's#^//#/#g'


both logs looks similar, full of spam :-)

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page