Re: Some small projects for mutt(1)

2002-06-20 Thread Matthew Hunt
ng mutt > code? By adding something like this to your .muttrc: macro index \Cb '|/usr/local/bin/junkmail^M' -- Matthew Hunt <[EMAIL PROTECTED]> * Science rules. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Some small projects for mutt(1)

2002-06-20 Thread Matthew Hunt
il -x subject", massages it into a procmail rule, and appends it to some procmail rule file. The "massage" step should include escaping characters that have special meanings in procmail regexps, and adding something like (Re: *)? at the beginning of the subject when appropriate. S

Re: PATCH src/etc/root : more->less

2000-07-11 Thread Matthew Hunt
On Tue, Jul 11, 2000 at 03:18:38PM -0700, Kris Kennaway wrote: > > +alias la ls -aG > > +alias lf ls -FAG > > +alias ll ls -lAG > > Rage..rising...blood..seething! Must not..thump..submitter! Er, why not? -- Matthew Hunt <[EMAIL PROTECTED]>

Re: ftp is not fetch

1999-10-03 Thread Matthew Hunt
ml 100% |**| 1408 00:00 ETA Successfully retrieved file. -- Matthew Hunt <[EMAIL PROTECTED]> * Inertia is a property http://www.pobox.com/~mph/ * of matter. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: PAPERSIZE in /etc/make.conf?

1999-09-18 Thread Matthew Hunt
But if you really want to do it... wopr:/usr/ports$ grep -l PAPERSIZE */*/Makefile | wc -l 21 Those, plus groff, I guess. Don't forget to send your patches to the authors of the programs in the Ports Collection, in the hope that they'll integrate them. -- Matthew Hunt

Re: PAPERSIZE in /etc/make.conf?

1999-09-18 Thread Matthew Hunt
But if you really want to do it... wopr:/usr/ports$ grep -l PAPERSIZE */*/Makefile | wc -l 21 Those, plus groff, I guess. Don't forget to send your patches to the authors of the programs in the Ports Collection, in the hope that they'll integrate them. -- Matthew H

Re: NetWare client in -current

1999-09-10 Thread Matthew Hunt
e-Perl, which is pure Perl, instead of using an external library. If you say "use Term::ReadLine", Perl will use either of those if available, or use a useless dummy version that ships with Perl otherwise. Bindings for libedit which are compatible with these would be cool. -- Matthew H

Re: NetWare client in -current

1999-09-10 Thread Matthew Hunt
e-Perl, which is pure Perl, instead of using an external library. If you say "use Term::ReadLine", Perl will use either of those if available, or use a useless dummy version that ships with Perl otherwise. Bindings for libedit which are compatible with these would be cool. -- Matt

Re: Proposal: Add generic username for 3rd-party MTA's

1999-09-03 Thread Matthew Hunt
of mail, which the other two certainly do not. -- Matthew Hunt * Inertia is a property http://www.pobox.com/~mph/ * of matter. To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Proposal: Add generic username for 3rd-party MTA's

1999-09-03 Thread Matthew Hunt
of mail, which the other two certainly do not. -- Matthew Hunt <[EMAIL PROTECTED]> * Inertia is a property http://www.pobox.com/~mph/ * of matter. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: prototypes with __P

1999-08-06 Thread Matthew Hunt
I-style function prototypes (and the error checking they provide) while not breaking the code on K&R compilers that don't support ANSI prototypes. I have no idea how much of the FreeBSD code would actually build on a K&R compiler. -- Matthew Hunt * Inertia is a property http://www.

Re: prototypes with __P

1999-08-06 Thread Matthew Hunt
I-style function prototypes (and the error checking they provide) while not breaking the code on K&R compilers that don't support ANSI prototypes. I have no idea how much of the FreeBSD code would actually build on a K&R compiler. -- Matthew Hunt <[EMAIL PROTECTED]> * I

Re: BUG boot-time messages

1999-07-03 Thread Matthew Hunt
RELENG_3 branches. revision 1.7 date: 1999/04/06 21:15:18; author: phk; state: Exp; lines: +2 -2 failled spell-check revision 1.5.2.2 date: 1999/05/23 18:59:50; author: gibbs; state: Exp; lines: +2 -2 failled->failed Submitted by: [EMAIL PROTECTED] -- Matthew Hunt <[EMAIL PROTECTED]&g

Re: BUG boot-time messages

1999-07-03 Thread Matthew Hunt
G_3 branches. revision 1.7 date: 1999/04/06 21:15:18; author: phk; state: Exp; lines: +2 -2 failled spell-check revision 1.5.2.2 date: 1999/05/23 18:59:50; author: gibbs; state: Exp; lines: +2 -2 failled->failed Submitted by: em...@ucdavis.edu -- Matthew Hunt * Inerti

Re: tcpdump(1) additions.

1999-06-30 Thread Matthew Hunt
n? I think the point is that when root is running tcpdump on host A, a bad guy on host B can create a packet which makes tcpdump on A execute his code (as root, since that's who's running it). This is not desirable. -- Matthew Hunt <[EMAIL PROTECTED]> * Stay close to the Vorlon.

Re: tcpdump(1) additions.

1999-06-30 Thread Matthew Hunt
n? I think the point is that when root is running tcpdump on host A, a bad guy on host B can create a packet which makes tcpdump on A execute his code (as root, since that's who's running it). This is not desirable. -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox

Re: Microsoft performance (was: ...)

1999-06-24 Thread Matthew Hunt
ooting. -- Matthew Hunt <[EMAIL PROTECTED]> * Inertia is a property http://www.pobox.com/~mph/ * of matter. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Microsoft performance (was: ...)

1999-06-24 Thread Matthew Hunt
ooting. -- Matthew Hunt * Inertia is a property http://www.pobox.com/~mph/ * of matter. To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: PAM: Undefined symbols at runtime

1999-06-02 Thread Matthew Hunt
relevant to INSTALL in either. Maybe I changed *something* that was wrong during mergemaster, but I was looking out for anything that was relevant to my problem, and I didn't see anything. It's all quite odd, as far as I'm concerned. Matt -- Matthew Hunt * Stay close to th

Re: PAM: Undefined symbols at runtime

1999-06-02 Thread Matthew Hunt
ffected me for several "make world"s. I think it might just be one of those problems that goes away when you report it... Thanks for your help. Matt -- Matthew Hunt * Science rules. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majord...@freebsd.org with &q

Re: PAM: Undefined symbols at runtime

1999-05-31 Thread Matthew Hunt
On Mon, May 31, 1999 at 04:18:19PM -0700, Matthew Hunt wrote: > > It will work. Trust me :-) > > > > /usr/src/contrib/perl5/hints/freebsd.sh: > > I'm not sure I understand. If "-export-dynamic" is supposed to be > there, then why isn't it? If

Re: PAM: Undefined symbols at runtime

1999-05-31 Thread Matthew Hunt
It will work. Trust me :-) > > /usr/src/contrib/perl5/hints/freebsd.sh: I'm not sure I understand. If "-export-dynamic" is supposed to be there, then why isn't it? If it's not supposed to be there, then why do I need it (there, and for login(1))? Confused as alway

Re: a two-level port system? (fwd)

1999-05-31 Thread Matthew Hunt
g the installation? Since I only have one computer, and it already has FreeBSD on it, then I don't need to do any installs these days! It's not like it's Windows... I did have to replace my disk the other day and restore from tape, and that's as close to a fresh install as I car

Re: a two-level port system? (fwd)

1999-05-31 Thread Matthew Hunt
Anyway, if I were installing a system, I would not install the ports tree during sysinstall. I would get the system up, and then install the ports tree while I can do other work on the system. -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/ * To Unsubscribe: send

Re: PAM: Undefined symbols at runtime

1999-05-31 Thread Matthew Hunt
perl with "-export-dynamic" yet, though. So, the question now is: Why do I need "-export-dynamic", when evidently nobody else does? Matt -- Matthew Hunt * Inertia is a property http://www.pobox.com/~mph/ * of matter. To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Kernel config script

1999-05-30 Thread Matthew Hunt
g's wrong when /bin/bash isn't present on a fresh system, that's not. If a Linux user expects to see his routes, that's cool. If he expects to use route(8) instead of netstat(1), that's not. In other words, it's when people want every kind of Unix to behave just like L

Re: PAM: Undefined symbols at runtime

1999-05-30 Thread Matthew Hunt
be you're trying to mix and match a.out and ELF files. Try > running "file" on /usr/bin/login as well as your libpam and pam > modules. They are all ELF, installed from this week's buildworld. Matt -- Matthew Hunt * Inertia is a property http://www.pobox.com/~mph/

PAM: Undefined symbols at runtime

1999-05-29 Thread Matthew Hunt
fined symbol "environ"] May 28 21:04:27 wopr login: adding faulty module: /usr/lib/pam_unix.so Any ideas? Matt -- Matthew Hunt * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message