Penguin

Differences between version 4 and predecessor to the previous major change of sshd(8).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Tuesday, August 5, 2003 2:17:29 pm by CraigMckenna Revert
Older page: version 3 Last edited on Tuesday, May 27, 2003 1:02:58 pm by JohnMcPherson Revert
@@ -683,10 +683,10 @@
  
 This file will probably contain some initialization code followed by something similar to: 
  
  
-if read proto cookie && [ -n "$DISPLAY" ]; then  
- if [ `echo $DISPLAY | cut -c1-10` = 'localhost:' ]; then 
+if read proto cookie && [ [ -n "$DISPLAY" ]; then  
+ if [ [ `echo $DISPLAY | cut -c1-10` = 'localhost:' ]; then 
  # X11UseLocalhost=yes 
  xauth add unix:`echo $DISPLAY | 
  cut -c11-` $proto $cookie 
  else 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.