[Ultrapossum-cvs 41] ultrapossum 1.28,1.29,modules.in

Zurück zum Archiv-Index

Moriwaka Kazuo moriw****@users*****
2004年 4月 13日 (火) 15:30:34 JST


===================================================================
RCS file: ultrapossum/modules.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ultrapossum/modules.in	2004/04/05 16:23:36	1.28
+++ ultrapossum/modules.in	2004/04/13 06:30:34	1.29
@@ -220,7 +220,7 @@
     /bin/mv $1.tmp $1
 }
                                                                                 
-# strip_vaconf <config> <contents> <id>
+# add_end_vaconf <config> <contents> <id>
 add_end_vaconf() {
   if grep "$ULTRAPOSSUMMARK-$3 START" $1 > /dev/null; then
     replace_vaconf $1 $2 $3
@@ -229,7 +229,7 @@
   fi
 }
                                                                                 
-# strip_vaconf <config> <contents> <id>
+# add_vaconf <config> <contents> <id>
 add_vaconf() {
   if grep "$ULTRAPOSSUMMARK-$3 START" $1 > /dev/null; then
     replace_vaconf $1 $2 $3
@@ -241,12 +241,12 @@
   fi
 }
 
-# add_startmak <prefix> <id>
+# add_startmark <prefix> <id>
 add_startmark() {
   echo "$1 $ULTRAPOSSUMMARK-$2 START DO NOT MODIFY HERE"
 }
 
-# add_endmak <prefix> <id>
+# add_endmark <prefix> <id>
 add_endmark() {
   echo "$1 $ULTRAPOSSUMMARK-$2 END DO NOT MODIFY HERE"
 }



Ultrapossum-cvs メーリングリストの案内
Zurück zum Archiv-Index