[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mush bug: biff gets confused
- To: http://www.debian.org/~coven
- Subject: Re: mush bug: biff gets confused
- From: http://dummy.us.eu.org/robert (robert)
- Date: Wed, 12 Jan 2000 15:04:42 +0000
> From: "Pawel Wiecek" <http://www.vmh.net/~coven>
> Date: Wed Dec 7, 2:07pm
>
> On Jun 2, 8:55am, robert wrote:
> > Package: mush 7.2.5unoff2-7 [non-free]
> > Platform: intel
> > Debian 2.1
> >
> > I'm having a problem which I don't have in my compiled version of mush.
>
> Could you send a diff file comparing your sources with the Debian ones then?
It turns out that right after I sent my message to you, I realized that I
compiled a completely different version of mush! I compiled and am
running mush 7.2.5-beta-5 (as per http://www.well.com/user/barts/mush.html).
I just now noticed that the Debian patches are also available on the web
site, but my copy does not include them.
When I compiled the sources available via
http://www.debian.org/Packages/stable/mail/mush.html , I have the same
biff problem.
Unfortunately, I do not have time to pursue this problem further
presently. I will start to have free time near the end of April.
(Yikes!)
(BTW, I did have some compilation errors. Are you using gcc 2.7.2.3 ?
I fixed 'em. Below are the diffs.)
diff -rc mush-7.2.5unoff2.robert/command2.c mush-7.2.5unoff2/command2.c
*** mush-7.2.5unoff2.robert/command2.c Wed Jan 12 09:46:23 2000
--- mush-7.2.5unoff2/command2.c Wed Jan 12 09:35:31 2000
***************
*** 543,552 ****
if (!check) Debug("snoozing %d\n", snooze);
- #if defined(SUNTOOL) || defined(POP3_SUPPORT)
old_time_out = time_out;
time_out = 0;
- #endif /* SUNTOOL || POP3_SUPPORT */
do {
done = do_check_new_mail(interact);
--- 543,550 ----
***************
*** 555,563 ****
sleep((unsigned) snooze);
} while (!done);
- #if defined(SUNTOOL) || defined(POP3_SUPPORT)
time_out = old_time_out;
- #endif /* SUNTOOL || POP3_SUPPORT */
/* Known to be safe to pass NULL to chk_two_lists() */
if (done && !chk_option("quiet", me))
--- 553,559 ----
diff -rc mush-7.2.5unoff2.robert/init.c mush-7.2.5unoff2/init.c
*** mush-7.2.5unoff2.robert/init.c Wed Jan 12 09:53:48 2000
--- mush-7.2.5unoff2/init.c Wed Jan 12 09:35:31 2000
***************
*** 18,26 ****
init_spoolfile() {
char buf[MAXPATHLEN];
register char *p;
- #ifdef HOMEMAIL
- char* home;
- #endif
if (spoolfile) {
xfree(spoolfile);
--- 18,23 ----
diff -rc mush-7.2.5unoff2.robert/lock.c mush-7.2.5unoff2/lock.c
*** mush-7.2.5unoff2.robert/lock.c Wed Jan 12 09:44:20 2000
--- mush-7.2.5unoff2/lock.c Wed Jan 12 09:35:31 2000
***************
*** 537,545 ****
return NULL_FILE;
}
(void) fflush(stdout);
- #ifdef DOT_LOCK
sleep(DOT_LOCK_SLEEP);
- #endif /* DOT_LOCK */
}
#ifndef SILENT_LOCKWAIT
if (cnt)
--- 537,543 ----
diff -rc mush-7.2.5unoff2.robert/util.c mush-7.2.5unoff2/util.c
*** mush-7.2.5unoff2.robert/util.c Wed Jan 12 09:53:34 2000
--- mush-7.2.5unoff2/util.c Wed Jan 12 09:35:32 2000
***************
*** 1,7 ****
/* Code by Yves Arrouye <http://www.debian.org/~arrouye> */
#include "mush.h"
- #include <pwd.h>
/* Return 1 if we think file is someone's sysspooldir, 0 otherwise. */
--- 1,6 ----
> Pawel
>
> --
> (___) | Pawel Wiecek ------------------- <http://www.vmh.net/~coven> <+48603240006> |
> < o o > | WWW: http://www.coven.vmh.net/ [ Debian GNU/Linux developer ] |
> \ ^ / | Public PGP key: finger http://www.contradanza.coven.vmh.net/~coven |
> (") | * What's apathy? I don't know and I don't care. * |