Re: cleaning /usr/obj before copying it to USB key

2012-06-19 Thread Garance A Drosehn
MAKEOBJDIRPREFIX before you do buildworld and installworld, so that those are not using /usr/obj at all. This is a little trickier to do right, and you'll regret it if you do not set the variable in all the situations that you want to. But it might be another option for you. -- Garance Alistair

Re: Need to revert behavior of OpenSSH to the old key order ...

2012-05-21 Thread Garance A Drosehn
I may have missed some emails in this thread, but did you try this suggestion: But have you tried it in this order ? HostKey /usr/local/etc/ssh/ssh_host_key HostKey /usr/local/etc/ssh/ssh_host_dsa_key HostKey /usr/local/etc/ssh/ssh_host_rsa_key HostKey

Re: Is it possible to have file removed upon process exit?

2010-12-13 Thread Garance A Drosehn
of a kludge. And the files won't disappear immediately when the process exits. This may not be a great solution, but it might at least give you some ideas of other ways to approach the problem. -- Garance Alistair Drosehn= g...@gilead.netel.rpi.edu Senior Systems Programmer

Re: proposed change to style(9): require yoda style if statements

2010-05-13 Thread Garance A Drosehn
recommendation in style(9). Or to say it another way, I'd be annoyed if an otherwise-correct patch was asked to be rewritten just because the developer used (variable == constant) instead of (constant == variable). -- Garance Alistair Drosehn = dros...@rpi.edu Senior Systems

Re: [RFC] [patch] pkill verbose option

2010-04-19 Thread Garance A Drosehn
At 11:50 AM +0300 4/19/10, Eitan Adler wrote: This has been waiting as a pr for a while - any update if this will be committed? http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/143558 Oops. I think I'm supposed to be looking into that... -- Garance Alistair Drosehn = dros

Re: Deprecating ps(1)s -w switch

2009-08-25 Thread Garance A Drosehn
there, so all programmers who write for a variety of machines/platforms will just end up with one extra way for things to break. -- Garance Alistair Drosehn = dros...@rpi.edu Senior Systems Programmer or g...@freebsd.org Rensselaer Polytechnic Institute

Re: pahole - Finding holes in kernel structs

2009-02-12 Thread Garance A Drosehn
exist, especially if you take the time to figure out what is happening on different platforms which have different alignment requirements. -- Garance Alistair Drosehn = dros...@rpi.edu Senior Systems Programmer or g...@freebsd.org Rensselaer Polytechnic Institute

Re: Small change to 'ps'

2009-01-11 Thread Garance A Drosehn
keyword to '-o', since it already uses words as its acceptable values. We'd be bending the definition of `-o' a bit to do that, but we could at least do that in a way which would be very unlikely to conflict with an option in any other version of `ps'. -- Garance Alistair Drosehn

Re: Call for testers: CVSMode for csup

2008-03-06 Thread Garance A Drosehn
you looked at CVSync http://www.cvsync.org/ to see how he handled some of the wierdness in ,v files? No, but I've looked at cvsup. Most ... Hmm, somehow I have not received the earlier messages in this thread, but it would be great to have cvsmode for csup. -- Garance Alistair Drosehn

Re: [PATCH] automated make -j value

2006-12-14 Thread Garance A Drosehn
. -- Garance Alistair Drosehn = [EMAIL PROTECTED] Senior Systems Programmer or [EMAIL PROTECTED] Rensselaer Polytechnic Institute; Troy, NY; USA ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org

Re: [patch] rm can have undesired side-effects

2006-11-03 Thread Garance A Drosehn
into a file. In this case, we're not even interested in writing to the file, but what we really want is to write to specific sectors of a disk. -- Garance Alistair Drosehn = [EMAIL PROTECTED] Senior Systems Programmer or [EMAIL PROTECTED] Rensselaer Polytechnic Institute

Re: [PATCH] adding two new options to 'cp'

2006-08-25 Thread Garance A Drosehn
. -- Garance Alistair Drosehn = [EMAIL PROTECTED] Senior Systems Programmer or [EMAIL PROTECTED] Rensselaer Polytechnic Institute; Troy, NY; USA ___ freebsd-hackers@freebsd.org mailing list http

Re: [PATCH] adding two new options to 'cp'

2006-08-01 Thread Garance A Drosehn
of this specific example, I (personally) would not want 'cp' to implement every detail which is already handled by dump/restore. -- Garance Alistair Drosehn = [EMAIL PROTECTED] Senior Systems Programmer or [EMAIL PROTECTED] Rensselaer Polytechnic Institute

Re: [PATCH] adding two new options to 'cp'

2006-08-01 Thread Garance A Drosehn
At 12:19 PM -0500 8/1/06, Rick C. Petty wrote: On Tue, Aug 01, 2006, Garance A Drosehn wrote: The point is not that you need an explicit switch, the point is that you have to add a lot of code to 'cp' for 'cp' to do the job correctly. Not really. See my example in a previous post. All

Re: [PATCH] adding two new options to 'cp'

2006-08-01 Thread Garance A Drosehn
At 7:17 PM -0500 8/1/06, Rick C. Petty wrote: On Tue, Aug 01, 2006 at 08:09:08PM -0400, Garance A Drosehn wrote: I had understood this option as a request to copy all the existing holes, which is not the same thing. I.e., I thought we wanted `cp' to create the new file such that it would

Re: [PATCH] adding two new options to 'cp'

2006-07-31 Thread Garance A Drosehn
Julian has the right idea. ... assuming there's no bugs in the code. I didn't actually look at the code. :-) -- Garance Alistair Drosehn = [EMAIL PROTECTED] Senior Systems Programmer or [EMAIL PROTECTED] Rensselaer Polytechnic Institute; Troy

Re: kern/99979: Get Ready for Kernel Module in C++

2006-07-11 Thread Garance A Drosehn
, to make sure we know what is going on. (me, I don't know enough about C++ to comment on your changes. I'm just saying that objections to your updates do not mean anyone is mad at you personally) -- Garance Alistair Drosehn = [EMAIL PROTECTED] Senior Systems Programmer

Re: cvs commit: src/usr.sbin/newsyslog newsyslog.8 newsyslog.c

2004-10-04 Thread Garance A Drosehn
. -- Garance Alistair Drosehn = [EMAIL PROTECTED] Senior Systems Programmer or [EMAIL PROTECTED] Rensselaer Polytechnic Institute; Troy, NY; USA ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: MFCs needed in src/sys/sys/cdefs.h

2004-04-09 Thread Garance A Drosehn
... It would have been much nicer if you had gotten my attention about this a few weeks ago. We are now *in* the code-freeze for 4.x, so I'll have to see what re@ thinks about it. I could also pick up Peter's update, if he wanted me to. -- Garance Alistair Drosehn = [EMAIL PROTECTED] Senior Systems