[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Proposal for a new installation boot concept



Joey Hess <joey@kite.preferred.com> writes:

> Woah. Dos is assumed to be a known quantity?! Well, yes, I've used dos,
> but I'm profoundly uncomfortable with it. I'm about as comfortable
> loading basic programs onto an old C64. Please don't assume that just
> because we know linux, we know dos.

I agree.  Please don't make Debian's install dependent on having DOS.
I didn't have DOS/Win95 set up for a long time after I had Debian
running, and I never have learned much about it.  I keep it around for
games though, Zork Nemesis, Warcraft II, Quake with Trent Reznor's
soundtrack soundtrack (the Linux version can't play the CD), etc.
DOS/Win handles that stuff OK, but that's as much as I want to know.

And as mentioned, DOS is worthless for other platforms.

--
Rob



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com

>From miss
Received: from mongo.pixar.com (138.72.50.60)
  by master.debian.org with SMTP; 10 Oct 1996 21:47:43 -0000
Received: (qmail 15467 invoked from smtpd); 10 Oct 1996 21:37:42 -0000
Received: from primer.i-connect.net (HELO master.debian.org) (bruce@206.139.73.13)
  by mongo.pixar.com with SMTP; 10 Oct 1996 21:37:32 -0000
Date:	Thu, 10 Oct 1996 22:07:50 +0100
Message-Id: <199610102107.WAA08206@explosif.tls.co.uk>
From:	Kenneth MacDonald <kenny@ed.ac.uk>
To:	Michael Shields <shields@crosslink.net>
Cc:	debian-devel@lists.debian.org
Subject: Re: Dialup configuration ideas
In-Reply-To: <[🔎] 199610091812.OAA07644@daedalus.crosslink.net>
References: <199610091605.RAA00754@explosif.tls.co.uk>
	<[🔎] 199610091812.OAA07644@daedalus.crosslink.net>
Resent-Message-ID: <"Pid9q1.0.vQ.PxMNo"@master.debian.org>
Resent-From: debian-devel@lists.debian.org
Resent-Reply-To: debian-devel@lists.debian.org
X-Mailing-List: <debian-devel@lists.debian.org> archive/latest/556
X-Loop: debian-devel@lists.debian.org
Precedence: list
Priority: non-urgent
Importance: low
Resent-Sender: debian-devel-request@lists.debian.org

>>>>> "MS" == Michael Shields <shields@crosslink.net> writes:

    >> fetchmail 1.5 (local)
    >> 
    >> Eric Raymond's (http://www.ccil.org/~esr) successor to
    >> popclient et al. which I've hacked to allow delivery to
    >> different local users.  It uses IMAP, POP, etc to retrieve
    >> messages from a remote server, and delivers them locally by
    >> SMTP.

    MS> When I have the time (soon) I will be packaging this to
    MS> supersede the popclient package I maintain now, which has
    MS> several flaws.

    MS> Current is 1.7, BTW.  -- Shields, CrossLink.

Here's a (very) short patch to allow IMAP passwords starting with
whitespace.  I like the 'is' capabilities in this version which
negates the need for my more extensive patches.

Kenny.

diff -ur fetchmail-1.7.orig/imap.c fetchmail-1.7/imap.c 
--- fetchmail-1.7.orig/imap.c	Fri Oct  4 22:38:22 1996
+++ fetchmail-1.7/imap.c	Thu Oct 10 21:47:44 1996
@@ -86,7 +86,7 @@
 {
     /* try to get authorized */
     return(gen_transact(socket,
-		  "LOGIN %s %s",
+		  "LOGIN %s \"%s\"",
 		  queryctl->remotename, queryctl->password));
 }
 

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: