[Ultrapossum-cvs 731] ultrapossum 1.4,1.5,sshman

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 8日 (金) 15:57:01 JST


===================================================================
RCS file: ultrapossum/sshman,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ultrapossum/sshman	2004/10/05 13:53:06	1.4
+++ ultrapossum/sshman	2004/10/08 06:57:01	1.5
@@ -48,7 +48,7 @@
 list() {
   install -m 750 -d $SSHKEYDIR
   ( cd $SSHKEYDIR
-    find -name id_rsa | while read key
+    find . -name id_rsa | while read key
     do
       dirname $key | cut -d/ -f2-
     done )



Ultrapossum-cvs メーリングリストの案内
Back to archive index