Masato Taruishi
taru****@users*****
2004年 10月 7日 (木) 11:45:20 JST
=================================================================== RCS file: ultrapossum/module/test/test.d/00protocol,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ultrapossum/module/test/test.d/00protocol 2004/10/05 17:11:14 1.2 +++ ultrapossum/module/test/test.d/00protocol 2004/10/07 02:45:19 1.3 @@ -28,6 +28,9 @@ set -x fi +# For tempfile +. $SHAREDIR/init.d/10compat + tmp=`tempfile` tmp2=`tempfile` trap "/bin/rm -f $tmp $tmp2" 0 =================================================================== RCS file: ultrapossum/module/test/test.d/05replication,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ultrapossum/module/test/test.d/05replication 2004/10/05 17:11:14 1.2 +++ ultrapossum/module/test/test.d/05replication 2004/10/07 02:45:19 1.3 @@ -30,6 +30,9 @@ set -x fi +# For tempfile +. $SHAREDIR/init.d/10compat + tmp=`tempfile` tmp2=`tempfile` trap "/bin/rm -f $tmp $tmp2" 0