X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lisa;h=e44f085619f4e9683deace6057ca2e70e5daad92;hb=3c82176f5768ffbe3b8ca848c00ec392b0e4aa56;hp=e81ea710a16878c980a728afafe3097442eea86b;hpb=c846e77a848d60dd115f00faa0d9a854161d99eb;p=dak.git diff --git a/lisa b/lisa index e81ea710..e44f0856 100755 --- a/lisa +++ b/lisa @@ -2,7 +2,7 @@ # Handles NEW and BYHAND packages # Copyright (C) 2001, 2002 James Troup -# $Id: lisa,v 1.18 2002-10-16 02:47:32 troup Exp $ +# $Id: lisa,v 1.20 2002-11-26 16:15:56 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -42,7 +42,7 @@ import apt_pkg, apt_inst; import db_access, fernanda, katie, logging, utils; # Globals -lisa_version = "$Revision: 1.18 $"; +lisa_version = "$Revision: 1.20 $"; Cnf = None; Options = None; @@ -570,7 +570,7 @@ def edit_note(note): def check_pkg (): try: - less_fd = os.popen("less -", 'w', 0); + less_fd = os.popen("less -R -", 'w', 0); stdout_fd = sys.stdout; try: sys.stdout = less_fd; @@ -879,7 +879,7 @@ def main(): # Kill me now? **FIXME** Cnf["Dinstall::Options::No-Mail"] = ""; - bcc = "X-Katie: %s" % (lisa_version); + bcc = "X-Katie: lisa %s" % (lisa_version); if Cnf.has_key("Dinstall::Bcc"): Katie.Subst["__BCC__"] = bcc + "\nBcc: %s" % (Cnf["Dinstall::Bcc"]); else: