cvs commit: src/usr.sbin/config main.c

2008-06-27 Thread Ed Maste
emaste 2008-06-27 15:20:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/config main.c Log: SVN rev 180068 on 2008-06-27 15:20:18Z by emaste MFC r175163: Honour the logical current working directory ($PWD) when using config's -d

cvs commit: src/usr.sbin/config main.c

2008-06-27 Thread Ed Maste
emaste 2008-06-27 14:37:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/config main.c Log: SVN rev 180066 on 2008-06-27 14:37:32Z by emaste MFC r175163: Honour the logical current working directory ($PWD) when using config's -d

cvs commit: src/usr.sbin/config main.c

2008-04-10 Thread Warner Losh
imp 2008-04-10 22:57:54 UTC FreeBSD src repository Modified files: usr.sbin/config main.c Log: Fix a bug introduced by DEFAULTS feature. When the config file doesn't exist, we make a directory and then say "oops, that file isn't there" leaving the directory behind.

cvs commit: src/usr.sbin/config main.c

2008-01-08 Thread Ed Maste
emaste 2008-01-08 21:10:13 UTC FreeBSD src repository Modified files: usr.sbin/config main.c Log: Honour the logical current working directory ($PWD) when using config's -d destdir option. For an automounted src tree using the logical cwd in the Makefile keeps amd(8)'s

Re: cvs commit: src/usr.sbin/config main.c

2007-05-14 Thread Greg 'groggy' Lehey
On Saturday, 12 May 2007 at 22:37:52 +, Wojciech A. Koszek wrote: > wkoszek 2007-05-12 22:37:52 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/config main.c > Log: > This is loser's commit message: > > Remember about tricky cases, where options contain unfr

cvs commit: src/usr.sbin/config main.c

2007-05-12 Thread Wojciech A. Koszek
wkoszek 2007-05-12 22:37:52 UTC FreeBSD src repository Modified files: usr.sbin/config main.c Log: This is loser's commit message: Remember about tricky cases, where options contain unfriendly characters, from the ANSI-C string point of view ('"' in this case). The x0

Re: cvs commit: src/usr.sbin/config main.c

2006-01-22 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Max Khon <[EMAIL PROTECTED]> writes: : Hi! : : On Mon, Jan 16, 2006 at 09:26:10AM -0700, M. Warner Losh wrote: : : > The problem with removing .depend in the depend target happens too : > late. Before we get to the meat of the depend target, the error

Re: cvs commit: src/usr.sbin/config main.c

2006-01-22 Thread Max Khon
Hi! On Mon, Jan 16, 2006 at 09:26:10AM -0700, M. Warner Losh wrote: > The problem with removing .depend in the depend target happens too > late. Before we get to the meat of the depend target, the error > happens. The error happens, btw, when a .h file is deleted, which the > .depend file depen

Re: cvs commit: src/usr.sbin/config main.c

2006-01-16 Thread Ruslan Ermilov
On Mon, Jan 16, 2006 at 09:26:10AM -0700, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > : On Sun, Jan 15, 2006 at 11:52:25PM -0700, Scott Long wrote: > : > M. Warner Losh wrote: > : > > : > >In message: <[EMAIL PROTECTED]> > : >

Re: cvs commit: src/usr.sbin/config main.c

2006-01-16 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Ruslan Ermilov <[EMAIL PROTECTED]> writes: : On Sun, Jan 15, 2006 at 11:52:25PM -0700, Scott Long wrote: : > M. Warner Losh wrote: : > : > >In message: <[EMAIL PROTECTED]> : > >"David O'Brien" <[EMAIL PROTECTED]> writes: : > >: On Sat, Jan 14

Re: cvs commit: src/usr.sbin/config main.c

2006-01-16 Thread Ruslan Ermilov
On Sun, Jan 15, 2006 at 11:52:25PM -0700, Scott Long wrote: > M. Warner Losh wrote: > > >In message: <[EMAIL PROTECTED]> > >"David O'Brien" <[EMAIL PROTECTED]> writes: > >: On Sat, Jan 14, 2006 at 08:12:25AM +, Florent Thoumie wrote: > >: > Modified files: > >: > usr.sbin/con

Re: cvs commit: src/usr.sbin/config main.c

2006-01-16 Thread Warner Losh
From: Scott Long <[EMAIL PROTECTED]> Subject: Re: cvs commit: src/usr.sbin/config main.c Date: Sun, 15 Jan 2006 23:52:25 -0700 > M. Warner Losh wrote: > > > In message: <[EMAIL PROTECTED]> > > "David O'Brien" <[EMAIL PROTECTED]> wri

Re: cvs commit: src/usr.sbin/config main.c

2006-01-15 Thread Scott Long
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> "David O'Brien" <[EMAIL PROTECTED]> writes: : On Sat, Jan 14, 2006 at 08:12:25AM +, Florent Thoumie wrote: : > Modified files: : > usr.sbin/config main.c : > Log: : > - Change the exit message from "make clean

Re: cvs commit: src/usr.sbin/config main.c

2006-01-15 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "David O'Brien" <[EMAIL PROTECTED]> writes: : On Sat, Jan 14, 2006 at 08:12:25AM +, Florent Thoumie wrote: : > Modified files: : > usr.sbin/config main.c : > Log: : > - Change the exit message from "make cleandepend; make depend" to :

Re: cvs commit: src/usr.sbin/config main.c

2006-01-15 Thread David O'Brien
On Sat, Jan 14, 2006 at 08:12:25AM +, Florent Thoumie wrote: > Modified files: > usr.sbin/config main.c > Log: > - Change the exit message from "make cleandepend; make depend" to > "make cleandepend && make depend". I still think we should go back to the traditional: "Don

cvs commit: src/usr.sbin/config main.c

2006-01-14 Thread Florent Thoumie
flz 2006-01-14 08:12:25 UTC FreeBSD src repository (ports committer) Modified files: usr.sbin/config main.c Log: - Change the exit message from "make cleandepend; make depend" to "make cleandepend && make depend". PR: bin/91765 Submitted by: Soeren

cvs commit: src/usr.sbin/config main.c

2005-11-30 Thread Ruslan Ermilov
ru 2005-11-30 17:55:49 UTC FreeBSD src repository Modified files: usr.sbin/config main.c Log: Style: use S_ISDIR() (submitted by bde@) and eq() where appropriate. Revision ChangesPath 1.69 +3 -4 src/usr.sbin/config/main.c __

cvs commit: src/usr.sbin/config main.c

2005-11-29 Thread Peter Wemm
peter 2005-11-29 22:54:49 UTC FreeBSD src repository Modified files: usr.sbin/config main.c Log: The DEFAULTS changes caused the user specified config file to be opened much later than before, and it is now after we do a mkdir ../compile/FILE. As a result, if you do 'c