From maeder at tzi.de Wed Jan 10 16:36:02 2007 From: maeder at tzi.de (Christian Maeder) Date: Wed, 10 Jan 2007 16:36:02 +0100 Subject: [Hets-devel] new Shellac-readline in PGIP.Command_Parser Message-ID: <45A507E2.6010201@tzi.de> I've updated the Shellac packages. If compiling hets fails in PGIP.Command_Parser then call: make package_clean or (for fewer recompilations) ghc-pkg unregister Shellac-readline --user ghc-pkg unregister Shellac --user The next call to make will re-make the packages (as it happens after "make distclean", too). Cheers Christian From maeder at tzi.de Fri Jan 26 15:31:27 2007 From: maeder at tzi.de (Christian Maeder) Date: Fri, 26 Jan 2007 15:31:27 +0100 Subject: [Hets-devel] trac passwords In-Reply-To: <186049D0-F6A4-4C9D-AC6E-7E14EC68FCA8@tzi.de> References: <45B9D7F8.3020806@tzi.de> <186049D0-F6A4-4C9D-AC6E-7E14EC68FCA8@tzi.de> Message-ID: <45BA10BF.9090903@tzi.de> http://trac.informatik.uni-bremen.de:8080/hets/ Those who want to login with proper passwords into hets-trac should send me their encrypted password created using htdigest with realm "hets-trac". See below how I created the password for user "test" Cheers Christian maeder at denebola:~> /usr/sbin/htdigest2 Usage: htdigest [-c] passwordfile realm username The -c flag creates a new file. maeder at denebola:~> /usr/sbin/htdigest2 -c test hets-trac test Adding password for test in realm hets-trac. New password: Re-type new password: maeder at denebola:~> cat test test:hets-trac:77ec044fa920acb52260af38646c7029 (I've used test as password, too, in this example)