Displaying 2 results from an estimated 2 matches for "peav".
Did you mean:
pear
2006 Jun 05
2
[PATCH] Pet peave then->than
This patch fixes all the incorrect uses of "then" that I could
find on the whole SAMBA_4_0 branch.
i.e. it is relative to
svn://svnanon.samba.org/samba/branches/SAMBA_4_0 at revision
16046.
Index: source/auth/ntlmssp/ntlmssp_sign.c
===================================================================
--- source/auth/ntlmssp/ntlmssp_sign.c (revision 16046)
+++
2001 Sep 27
3
[PATCH] ssh-copy-id should do chmod go-w
Hi,
quick patch to ssh-copy-id to make it set the file modes more
correctly.
Thanks,
Matthew
--- contrib/ssh-copy-id.orig Thu Sep 27 21:47:44 2001
+++ contrib/ssh-copy-id Thu Sep 27 21:47:52 2001
@@ -33,7 +33,7 @@
exit 1
fi
-{ eval "$GET_ID" ; } | ssh $1 "test -d .ssh || mkdir .ssh ; cat >>
.ssh/authori
zed_keys ; chmod g-w . .ssh .ssh/authorized_keys"
+{ eval