Re: isn't sed s,x,x, one big no-op?

2010-05-07 Thread jidanni
> "AS" == Andrew Sackville-West writes: AS> ISTM that is much easier and more reliable to change one variable at AS> the beginning of the file than to change all the sed expressions AS> throughout the file... OK, but whatever they do, they should remember that it looks like Welcome to Window

Re: isn't sed s,x,x, one big no-op?

2010-05-07 Thread Andrew Sackville-West
On Fri, May 07, 2010 at 05:39:52PM +0800, jida...@jidanni.org wrote: > > "SJ" == Sven Joachim writes: > > SJ> Yes, actually you can do it at build time by using the configure option > SJ> --program-transform-name. Say you want grub to be named grub2 to > SJ> distinguish it from grub-legacy,

Re: isn't sed s,x,x, one big no-op?

2010-05-07 Thread jidanni
> "SJ" == Sven Joachim writes: SJ> Yes, actually you can do it at build time by using the configure option SJ> --program-transform-name. Say you want grub to be named grub2 to SJ> distinguish it from grub-legacy, then you can run SJ> $ ./configure --program-transform-name=s/grub/grub2/ SJ>

Re: isn't sed s,x,x, one big no-op?

2010-05-06 Thread Sven Joachim
On 2010-05-06 05:23 +0200, Andrew Sackville-West wrote: > On Thu, May 06, 2010 at 08:52:39AM +0800, jida...@jidanni.org wrote: >> In /etc/grub.d/00_header we see >> >> transform="s,x,x," >> grub_prefix=`echo /boot/grub | sed ${transform}` >>

Bug#580459: isn't sed s,x,x, one big no-op?

2010-05-06 Thread jidanni
ose of ..." Dear Grub Team: Please add a comment to the File to document the purpose of "sed s,x,x," based on the discussion in http://news.gmane.org/group/gmane.linux.debian.user/thread=380890/ Thanks. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a s

Re: isn't sed s,x,x, one big no-op?

2010-05-05 Thread Teemu Likonen
* 2010-05-06 08:52 (+0800), jida...@jidanni.org wrote: > In /etc/grub.d/00_header we see > > transform="s,x,x," > grub_prefix=`echo /boot/grub | sed ${transform}` > locale_dir=`echo /boot/grub/locale | sed ${transform}` > > Isn't that sed line one big n

Re: isn't sed s,x,x, one big no-op?

2010-05-05 Thread Andrew Sackville-West
On Thu, May 06, 2010 at 08:52:39AM +0800, jida...@jidanni.org wrote: > In /etc/grub.d/00_header we see > > transform="s,x,x," > grub_prefix=`echo /boot/grub | sed ${transform}` > locale_dir=`echo /boot/grub/locale | sed ${transform}` > > Isn't that sed l

isn't sed s,x,x, one big no-op?

2010-05-05 Thread jidanni
In /etc/grub.d/00_header we see transform="s,x,x," grub_prefix=`echo /boot/grub | sed ${transform}` locale_dir=`echo /boot/grub/locale | sed ${transform}` Isn't that sed line one big no-op? Should I file a bug to have it removed or at least have a comment added as to its p

Re: What's creating X-X-Sender header?

2004-05-10 Thread Aaron Hall
On Thu, 6 May 2004, Patrick Wiseman wrote: > My emails from a 'testing' machine include the following header: > > X-X-Sender: [EMAIL PROTECTED] > > I'm 'pwiseman'; my machine's _local_ name is 'mycroft', but no-one in the > outside world n

Re: What's creating X-X-Sender header?

2004-05-07 Thread Mark Roach
On Thu, 2004-05-06 at 20:07 -0400, Patrick Wiseman wrote: > My emails from a 'testing' machine include the following header: > > X-X-Sender: [EMAIL PROTECTED] > > I'm 'pwiseman'; my machine's _local_ name is 'mycroft', but no-one in the

What's creating X-X-Sender header?

2004-05-06 Thread Patrick Wiseman
My emails from a 'testing' machine include the following header: X-X-Sender: [EMAIL PROTECTED] I'm 'pwiseman'; my machine's _local_ name is 'mycroft', but no-one in the outside world needs to know that. So what's telling them? Exim? How do I sto

Re: kernel 2.2.x (x>7) & nfs very verbosy

1999-09-01 Thread Mark Brown
On Tue, Aug 31, 1999 at 02:06:09PM -0600, Rogerio A. de Paula wrote: > I upgraded the kernel to 2.2.x version (I tried different ones), but now I > always get a warning message from mount saying that the compiled version > of mount is older than the kernel (although I've already recompiled > mount!

kernel 2.2.x (x>7) & nfs very verbosy

1999-08-31 Thread Rogerio A. de Paula
I upgraded the kernel to 2.2.x version (I tried different ones), but now I always get a warning message from mount saying that the compiled version of mount is older than the kernel (although I've already recompiled mount!). Due to that, NFS gets very verbosy and keeps on sending nfs_warning, nfs_d

Re: X X

1998-08-29 Thread Torsten Hilbrich
On: Thu, 27 Aug 1998 21:19:48 + Phillip Neumann writes: > > Hi, > What sould i do to run an X session, and then changing to another > console and make another X session, without linux saying me it canot > do it?? I have written the following shell function to do this automatically: x() {

Re: X X

1998-08-27 Thread Mike Schmitz
On Thu, Aug 27, 1998 at 09:19:48PM +, Phillip Neumann wrote: > Hi, > > What sould i do to run an X session, and then changing to another > console and make another X session, without linux saying me it canot do > it?? startx -- :1 -- Mike Schmitz [EMAIL PROTECTED]http://www.bend-o

X X

1998-08-27 Thread Phillip Neumann
Hi, What sould i do to run an X session, and then changing to another console and make another X session, without linux saying me it canot do it?? Thanks, Phillip Neumann [EMAIL PROTECTED]