public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: A tiny patch
@ 2002-10-31 12:10 lhall
  2002-10-31 14:57 ` A tiny patch (patch correction) Jason Dufair
  0 siblings, 1 reply; 7+ messages in thread
From: lhall @ 2002-10-31 12:10 UTC (permalink / raw)
  To: jase, cygwin

OK, you meant to *add* 'chmod 755 /var/empty'?  I'm not sure your
patch does that but if that's what you meant, then this patch has
not been made and I apologize for lengthening this thread.  You 
might want to check that your patch does what you intended though.

Thanks,

Larry

Original Message:
-----------------
From: Jason Dufair jase@dufair.org
Date: Thu, 31 Oct 2002 13:21:58 -0500
To: cygwin@cygwin.com, lhall@rfk.com
Subject: Re: A tiny patch


Ok - I just did a reinstall of openssh 3.4p1-5 from planetmirror.com and 
still no chmod 755 /var/empty.  Any ideas as to why this is?

lhall@pop.ma.ultranet.com wrote:

>Just checked.  My installation of OpenSSH 3.4p1-5 came from 
>planetmirror.com.  It's dated August 6 in my local repository.
>I'm not sure when I retrieved it but it was not yesterday. ;-)
>I didn't check RCN's version.
>
>Larry
>
>Original Message:
>-----------------
>From: Jason Dufair jase@dufair.org
>Date: Thu, 31 Oct 2002 12:55:59 -0500
>To: cygwin@cygwin.com, lhall@rfk.com
>Subject: Re: A tiny patch
>
>
>This was from a fresh Cygwin install yesterday.  OpenSSH 3.4p1-5.  Maybe 
>my mirror is out of date.  I used mirrors.rcn.net.  Does anyone have a 
>mirror they recommend (I'm in the midwest USA).  Thanks!
>
>lhall@pop.ma.ultranet.com wrote:
>
>  
>
>>Thanks but it looks like that patch is already in there.  Is your 
>>installation of openssh up-to-date?
>>
>>Larry
>>
>>Original Message:
>>-----------------
>>From: Jason Dufair jase@dufair.org
>>Date: Thu, 31 Oct 2002 10:15:13 -0500
>>To: cygwin@cygwin.com
>>Subject: A tiny patch
>>
>>
>>According to my trusty guide at cygwin.com, I can submit tiny patches 
>>here.  Please consider the following patch.  TIA.
>>
>>--- /usr/bin/ssh-host-config    2002-10-31 10:10:40.000000000 -0500
>>+++ /usr/bin/ssh-host-config~   2002-07-07 05:07:12.000000000 -0500
>>@@ -164,7 +164,6 @@
>>  if [ $_nt -gt 0 ]
>>  then
>>    chown system.system /var/empty
>>-    chmod 755 /var/empty
>>  fi
>>fi
>>
>> 
>>
>>    
>>
>
>  
>

-- 
Jason Dufair - jase@dufair.org
http://www.dufair.org/
"Better to remain silent and be thought a fool,
than to speak and remove all doubt."
-- Abraham Lincoln



--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: A tiny patch (patch correction)
  2002-10-31 12:10 A tiny patch lhall
@ 2002-10-31 14:57 ` Jason Dufair
  0 siblings, 0 replies; 7+ messages in thread
From: Jason Dufair @ 2002-10-31 14:57 UTC (permalink / raw)
  To: cygwin; +Cc: lhall

Sometimes I think that if I had a brain I'd be dangerous.  Sorry to 
waste everyone's time.  Here is the correct patch.

--- /usr/bin/ssh-host-config~   2002-07-07 05:07:12.000000000 -0500
+++ /usr/bin/ssh-host-config    2002-10-31 10:10:40.000000000 -0500
@@ -164,6 +164,7 @@
   if [ $_nt -gt 0 ]
   then
     chown system.system /var/empty
+    chmod 755 /var/empty
   fi
 fi

lhall@pop.ma.ultranet.com wrote:

>OK, you meant to *add* 'chmod 755 /var/empty'?  I'm not sure your
>patch does that but if that's what you meant, then this patch has
>not been made and I apologize for lengthening this thread.  You 
>might want to check that your patch does what you intended though.
>
>Thanks,
>
>Larry
>
>Original Message:
>-----------------
>From: Jason Dufair jase@dufair.org
>Date: Thu, 31 Oct 2002 13:21:58 -0500
>To: cygwin@cygwin.com, lhall@rfk.com
>Subject: Re: A tiny patch
>
>
>Ok - I just did a reinstall of openssh 3.4p1-5 from planetmirror.com and 
>still no chmod 755 /var/empty.  Any ideas as to why this is?
>
>lhall@pop.ma.ultranet.com wrote:
>
>  
>
>>Just checked.  My installation of OpenSSH 3.4p1-5 came from 
>>planetmirror.com.  It's dated August 6 in my local repository.
>>I'm not sure when I retrieved it but it was not yesterday. ;-)
>>I didn't check RCN's version.
>>
>>Larry
>>
>>Original Message:
>>-----------------
>>From: Jason Dufair jase@dufair.org
>>Date: Thu, 31 Oct 2002 12:55:59 -0500
>>To: cygwin@cygwin.com, lhall@rfk.com
>>Subject: Re: A tiny patch
>>
>>
>>This was from a fresh Cygwin install yesterday.  OpenSSH 3.4p1-5.  Maybe 
>>my mirror is out of date.  I used mirrors.rcn.net.  Does anyone have a 
>>mirror they recommend (I'm in the midwest USA).  Thanks!
>>
>>lhall@pop.ma.ultranet.com wrote:
>>
>> 
>>
>>    
>>
>>>Thanks but it looks like that patch is already in there.  Is your 
>>>installation of openssh up-to-date?
>>>
>>>Larry
>>>
>>>Original Message:
>>>-----------------
>>>From: Jason Dufair jase@dufair.org
>>>Date: Thu, 31 Oct 2002 10:15:13 -0500
>>>To: cygwin@cygwin.com
>>>Subject: A tiny patch
>>>
>>>
>>>According to my trusty guide at cygwin.com, I can submit tiny patches 
>>>here.  Please consider the following patch.  TIA.
>>>
>>>--- /usr/bin/ssh-host-config    2002-10-31 10:10:40.000000000 -0500
>>>+++ /usr/bin/ssh-host-config~   2002-07-07 05:07:12.000000000 -0500
>>>@@ -164,7 +164,6 @@
>>> if [ $_nt -gt 0 ]
>>> then
>>>   chown system.system /var/empty
>>>-    chmod 755 /var/empty
>>> fi
>>>fi
>>>
>>>
>>>
>>>   
>>>
>>>      
>>>
>> 
>>
>>    
>>
>
>  
>

-- 
Jason Dufair - jase@dufair.org
http://www.dufair.org/
"The oldest one captains the bleak white ship of bone with palsied hands
The one of middle years wears a hope like chains
The youngest one cries tears of scarlet, and adjusts her latest smile"
-- ToasterLeavings



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: A tiny patch
  2002-10-31 11:29 A tiny patch lhall
@ 2002-10-31 11:39 ` Jason Dufair
  0 siblings, 0 replies; 7+ messages in thread
From: Jason Dufair @ 2002-10-31 11:39 UTC (permalink / raw)
  To: cygwin; +Cc: lhall

Ok - I just did a reinstall of openssh 3.4p1-5 from planetmirror.com and 
still no chmod 755 /var/empty.  Any ideas as to why this is?

lhall@pop.ma.ultranet.com wrote:

>Just checked.  My installation of OpenSSH 3.4p1-5 came from 
>planetmirror.com.  It's dated August 6 in my local repository.
>I'm not sure when I retrieved it but it was not yesterday. ;-)
>I didn't check RCN's version.
>
>Larry
>
>Original Message:
>-----------------
>From: Jason Dufair jase@dufair.org
>Date: Thu, 31 Oct 2002 12:55:59 -0500
>To: cygwin@cygwin.com, lhall@rfk.com
>Subject: Re: A tiny patch
>
>
>This was from a fresh Cygwin install yesterday.  OpenSSH 3.4p1-5.  Maybe 
>my mirror is out of date.  I used mirrors.rcn.net.  Does anyone have a 
>mirror they recommend (I'm in the midwest USA).  Thanks!
>
>lhall@pop.ma.ultranet.com wrote:
>
>  
>
>>Thanks but it looks like that patch is already in there.  Is your 
>>installation of openssh up-to-date?
>>
>>Larry
>>
>>Original Message:
>>-----------------
>>From: Jason Dufair jase@dufair.org
>>Date: Thu, 31 Oct 2002 10:15:13 -0500
>>To: cygwin@cygwin.com
>>Subject: A tiny patch
>>
>>
>>According to my trusty guide at cygwin.com, I can submit tiny patches 
>>here.  Please consider the following patch.  TIA.
>>
>>--- /usr/bin/ssh-host-config    2002-10-31 10:10:40.000000000 -0500
>>+++ /usr/bin/ssh-host-config~   2002-07-07 05:07:12.000000000 -0500
>>@@ -164,7 +164,6 @@
>>  if [ $_nt -gt 0 ]
>>  then
>>    chown system.system /var/empty
>>-    chmod 755 /var/empty
>>  fi
>>fi
>>
>> 
>>
>>    
>>
>
>  
>

-- 
Jason Dufair - jase@dufair.org
http://www.dufair.org/
"Better to remain silent and be thought a fool,
than to speak and remove all doubt."
-- Abraham Lincoln



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: A tiny patch
@ 2002-10-31 11:29 lhall
  2002-10-31 11:39 ` Jason Dufair
  0 siblings, 1 reply; 7+ messages in thread
From: lhall @ 2002-10-31 11:29 UTC (permalink / raw)
  To: jase, cygwin, lhall

Just checked.  My installation of OpenSSH 3.4p1-5 came from 
planetmirror.com.  It's dated August 6 in my local repository.
I'm not sure when I retrieved it but it was not yesterday. ;-)
I didn't check RCN's version.

Larry

Original Message:
-----------------
From: Jason Dufair jase@dufair.org
Date: Thu, 31 Oct 2002 12:55:59 -0500
To: cygwin@cygwin.com, lhall@rfk.com
Subject: Re: A tiny patch


This was from a fresh Cygwin install yesterday.  OpenSSH 3.4p1-5.  Maybe 
my mirror is out of date.  I used mirrors.rcn.net.  Does anyone have a 
mirror they recommend (I'm in the midwest USA).  Thanks!

lhall@pop.ma.ultranet.com wrote:

>Thanks but it looks like that patch is already in there.  Is your 
>installation of openssh up-to-date?
>
>Larry
>
>Original Message:
>-----------------
>From: Jason Dufair jase@dufair.org
>Date: Thu, 31 Oct 2002 10:15:13 -0500
>To: cygwin@cygwin.com
>Subject: A tiny patch
>
>
>According to my trusty guide at cygwin.com, I can submit tiny patches 
>here.  Please consider the following patch.  TIA.
>
>--- /usr/bin/ssh-host-config    2002-10-31 10:10:40.000000000 -0500
>+++ /usr/bin/ssh-host-config~   2002-07-07 05:07:12.000000000 -0500
>@@ -164,7 +164,6 @@
>   if [ $_nt -gt 0 ]
>   then
>     chown system.system /var/empty
>-    chmod 755 /var/empty
>   fi
> fi
>
>  
>

-- 
Jason Dufair - jase@dufair.org
http://www.dufair.org/
<xterm> The problem with America is stupidity. I'm not saying there
should be a capital punishment for stupidity, but why don't we just
take the safety labels off of everything and let the problem solve
itself?



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: A tiny patch
  2002-10-31 10:08 lhall
@ 2002-10-31 10:46 ` Jason Dufair
  0 siblings, 0 replies; 7+ messages in thread
From: Jason Dufair @ 2002-10-31 10:46 UTC (permalink / raw)
  To: cygwin; +Cc: lhall

This was from a fresh Cygwin install yesterday.  OpenSSH 3.4p1-5.  Maybe 
my mirror is out of date.  I used mirrors.rcn.net.  Does anyone have a 
mirror they recommend (I'm in the midwest USA).  Thanks!

lhall@pop.ma.ultranet.com wrote:

>Thanks but it looks like that patch is already in there.  Is your 
>installation of openssh up-to-date?
>
>Larry
>
>Original Message:
>-----------------
>From: Jason Dufair jase@dufair.org
>Date: Thu, 31 Oct 2002 10:15:13 -0500
>To: cygwin@cygwin.com
>Subject: A tiny patch
>
>
>According to my trusty guide at cygwin.com, I can submit tiny patches 
>here.  Please consider the following patch.  TIA.
>
>--- /usr/bin/ssh-host-config    2002-10-31 10:10:40.000000000 -0500
>+++ /usr/bin/ssh-host-config~   2002-07-07 05:07:12.000000000 -0500
>@@ -164,7 +164,6 @@
>   if [ $_nt -gt 0 ]
>   then
>     chown system.system /var/empty
>-    chmod 755 /var/empty
>   fi
> fi
>
>  
>

-- 
Jason Dufair - jase@dufair.org
http://www.dufair.org/
<xterm> The problem with America is stupidity. I'm not saying there
should be a capital punishment for stupidity, but why don't we just
take the safety labels off of everything and let the problem solve
itself?



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: A tiny patch
@ 2002-10-31 10:08 lhall
  2002-10-31 10:46 ` Jason Dufair
  0 siblings, 1 reply; 7+ messages in thread
From: lhall @ 2002-10-31 10:08 UTC (permalink / raw)
  To: jase, cygwin

Thanks but it looks like that patch is already in there.  Is your 
installation of openssh up-to-date?

Larry

Original Message:
-----------------
From: Jason Dufair jase@dufair.org
Date: Thu, 31 Oct 2002 10:15:13 -0500
To: cygwin@cygwin.com
Subject: A tiny patch


According to my trusty guide at cygwin.com, I can submit tiny patches 
here.  Please consider the following patch.  TIA.

--- /usr/bin/ssh-host-config    2002-10-31 10:10:40.000000000 -0500
+++ /usr/bin/ssh-host-config~   2002-07-07 05:07:12.000000000 -0500
@@ -164,7 +164,6 @@
   if [ $_nt -gt 0 ]
   then
     chown system.system /var/empty
-    chmod 755 /var/empty
   fi
 fi

-- 
Jason Dufair - jase@dufair.org
http://www.dufair.org/
"The oldest one despairs: Will I die in this place?
The one of middle years searches: How did I come to this place?
The youngest one wonders: What is this place?"
-- ToasterLeavings



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* A tiny patch
@ 2002-10-31  8:40 Jason Dufair
  0 siblings, 0 replies; 7+ messages in thread
From: Jason Dufair @ 2002-10-31  8:40 UTC (permalink / raw)
  To: cygwin

According to my trusty guide at cygwin.com, I can submit tiny patches 
here.  Please consider the following patch.  TIA.

--- /usr/bin/ssh-host-config    2002-10-31 10:10:40.000000000 -0500
+++ /usr/bin/ssh-host-config~   2002-07-07 05:07:12.000000000 -0500
@@ -164,7 +164,6 @@
   if [ $_nt -gt 0 ]
   then
     chown system.system /var/empty
-    chmod 755 /var/empty
   fi
 fi

-- 
Jason Dufair - jase@dufair.org
http://www.dufair.org/
"The oldest one despairs: Will I die in this place?
The one of middle years searches: How did I come to this place?
The youngest one wonders: What is this place?"
-- ToasterLeavings



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-10-31 19:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-31 12:10 A tiny patch lhall
2002-10-31 14:57 ` A tiny patch (patch correction) Jason Dufair
  -- strict thread matches above, loose matches on Subject: below --
2002-10-31 11:29 A tiny patch lhall
2002-10-31 11:39 ` Jason Dufair
2002-10-31 10:08 lhall
2002-10-31 10:46 ` Jason Dufair
2002-10-31  8:40 Jason Dufair

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).