ossp-pkg/shiela/shiela-install.sh 1.15 -> 1.16
--- shiela-install.sh 2002/12/23 09:13:41 1.15
+++ shiela-install.sh 2002/12/23 11:32:05 1.16
@@ -594,7 +594,7 @@
run "(echo ''; echo 'ALL $V_tool_shiela --hook=taginfo'; echo '') >>taginfo"
cvs_file add taginfo
-if [ ".$CVS_VENDOR" = .OSSP ]; then
+if [ ".$CVS_VENDOR" = .RSE ]; then
cvs_file tst importinfo
run "(echo ''; echo 'ALL $V_tool_shiela --hook=importinfo'; echo '') >>importinfo"
cvs_file add importinfo
@@ -612,7 +612,7 @@
run "(echo ''; echo 'DEFAULT $V_tool_shiela --hook=verifymsg'; echo '') >>verifymsg"
cvs_file add verifymsg
-if [ ".$CVS_VENDOR" = .OSSP ]; then
+if [ ".$CVS_VENDOR" = .RSE ]; then
flags="sVvto"
else
flags="sVv"
|
|