OSSP CVS Repository

ossp - Check-in [4575]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4575
Date: 2004-May-10 15:38:24 (local)
2004-May-10 13:38:24 (UTC)
User:rse
Branch:
Comment: Workaround a syntax problem on Solaris /bin/sh.

Submitted by: Michael Schloh

Tickets:
Inspections:
Files:
ossp-pkg/shiela/ChangeLog      1.44 -> 1.45     5 inserted, 0 deleted
ossp-pkg/shiela/VERSION      1.12 -> 1.13     1 inserted, 1 deleted
ossp-pkg/shiela/shiela-install.sh      1.27 -> 1.28     3 inserted, 2 deleted
ossp-pkg/shiela/shiela.pl      1.55 -> 1.56     1 inserted, 1 deleted

ossp-pkg/shiela/ChangeLog 1.44 -> 1.45

--- ChangeLog    2004/05/07 07:34:42     1.44
+++ ChangeLog    2004/05/10 13:38:24     1.45
@@ -9,6 +9,11 @@
 
   ChangeLog
 
+  Changes between 1.1.0 and 1.1.1 (07-May-2002 to 10-May-2004):
+
+   *) Workaround a syntax problem under Solaris /bin/sh.
+      [Ralf S. Engelschall]
+
   Changes between 1.0.4 and 1.1.0 (23-Dec-2002 to 07-May-2004):
 
    *) Add "shiela-test.sh" program and "make test" driver


ossp-pkg/shiela/VERSION 1.12 -> 1.13

--- VERSION      2004/05/07 06:27:07     1.12
+++ VERSION      2004/05/10 13:38:24     1.13
@@ -2,5 +2,5 @@
   VERSION -- Version Information for OSSP shiela (syntax: Text)
   [automatically generated and maintained by GNU shtool]
 
-  This is OSSP shiela, Version 1.1.0 (07-May-2004)
+  This is OSSP shiela, Version 1.1.1 (10-May-2004)
 


ossp-pkg/shiela/shiela-install.sh 1.27 -> 1.28

--- shiela-install.sh    2004/05/07 07:45:56     1.27
+++ shiela-install.sh    2004/05/10 13:38:24     1.28
@@ -26,7 +26,7 @@
 ##  shiela-install.sh: repository install program (syntax: Bourne-Shell)
 ##
 
-version="1.1.0"
+version="1.1.1"
 
 prefix="@prefix@"
 bindir="@bindir@"
@@ -103,7 +103,8 @@
 
 EOT
 
-for arg; do
+for arg
+do
     eval `echo "$arg" | sed -e 's/^\([^=]*\)=\(.*\)$/V_\1="\2"/'`
 done
 


ossp-pkg/shiela/shiela.pl 1.55 -> 1.56

--- shiela.pl    2004/05/07 07:48:01     1.55
+++ shiela.pl    2004/05/10 13:38:24     1.56
@@ -26,7 +26,7 @@
 ##  shiela.pl: control program (syntax: Perl)
 ##
 
-my $version = '1.1.0';
+my $version = '1.1.1';
 
 require 5.005;
 

CVSTrac 2.0.1