Index: ossp-pkg/shiela/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/shiela/ChangeLog,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/shiela/ChangeLog,v' 2>/dev/null --- ChangeLog 2001/02/10 16:40:26 1.2 +++ ChangeLog 2001/05/04 13:25:18 1.3 @@ -9,6 +9,11 @@ ChangeLog + Changes between 0.9.1 and 0.9.2 (10-Feb-2001 to 04-May-2001): + + *) Upgraded to GNU shtool 1.5.3 + [Ralf S. Engelschall] + Changes between 0.9.0 and 0.9.1 (18-Jun-2000 to 10-Feb-2001): *) Upgraded to GNU shtool 1.5.2-pre. Index: ossp-pkg/shiela/README RCS File: /v/ossp/cvs/ossp-pkg/shiela/README,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/shiela/README,v' 2>/dev/null --- README 2001/02/10 16:40:26 1.2 +++ README 2001/05/04 13:25:18 1.3 @@ -7,7 +7,7 @@ OSSP Shiela - Access Control and Logging Facility for CVS Copyright (c) 2000 Ralf S. Engelschall - Version 0.9.1 (27-Jun-2000) + Version 0.9.2 (05-May-2001) Shiela is an access control and logging facility for use with the Concurrent Versions System (CVS). It is intended to be hooked into CVS's Index: ossp-pkg/shiela/VERSION RCS File: /v/ossp/cvs/ossp-pkg/shiela/VERSION,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/shiela/VERSION,v' 2>/dev/null --- VERSION 2001/02/10 16:40:26 1.2 +++ VERSION 2001/05/04 13:25:18 1.3 @@ -1,3 +1,3 @@ - This is OSSP Shiela, Version 0.9.1 (27-Jun-2000) + This is OSSP Shiela, Version 0.9.2 (05-May-2001) Index: ossp-pkg/shiela/shiela-install.pod RCS File: /v/ossp/cvs/ossp-pkg/shiela/shiela-install.pod,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/shiela/shiela-install.pod,v' 2>/dev/null --- shiela-install.pod 2001/02/10 16:40:26 1.2 +++ shiela-install.pod 2001/05/04 13:25:18 1.3 @@ -32,7 +32,7 @@ =head1 VERSION -B 0.9.1 (27-Jun-2000) +B 0.9.2 (05-May-2001) =head1 DESCRIPTION Index: ossp-pkg/shiela/shiela-install.sh RCS File: /v/ossp/cvs/ossp-pkg/shiela/shiela-install.sh,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/shiela/shiela-install.sh,v' 2>/dev/null --- shiela-install.sh 2001/02/10 16:40:26 1.2 +++ shiela-install.sh 2001/05/04 13:25:18 1.3 @@ -25,7 +25,7 @@ ## shiela-install: Shiela repository install program (syntax: Bourne-Shell) ## -version="0.9.1" +version="0.9.2" prefix="@prefix@" bindir="@bindir@" Index: ossp-pkg/shiela/shiela.pl RCS File: /v/ossp/cvs/ossp-pkg/shiela/shiela.pl,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/shiela/shiela.pl,v' 2>/dev/null --- shiela.pl 2001/02/10 16:40:26 1.3 +++ shiela.pl 2001/05/04 13:25:18 1.4 @@ -25,7 +25,7 @@ ## shiela: Shiela control program (syntax: Perl) ## -my $version = '0.9.1'; +my $version = '0.9.2'; require 5.005; Index: ossp-pkg/shiela/shiela.pod RCS File: /v/ossp/cvs/ossp-pkg/shiela/shiela.pod,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/shiela/shiela.pod,v' 2>/dev/null --- shiela.pod 2001/02/10 16:40:26 1.2 +++ shiela.pod 2001/05/04 13:25:18 1.3 @@ -32,7 +32,7 @@ =head1 VERSION -B 0.9.1 (27-Jun-2000) +B 0.9.2 (05-May-2001) =head1 DESCRIPTION Index: ossp-pkg/shiela/shtool RCS File: /v/ossp/cvs/ossp-pkg/shiela/Attic/shtool,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/shiela/Attic/shtool,v' 2>/dev/null --- shtool 2001/02/10 16:40:26 1.3 +++ shtool 2001/05/04 13:25:18 1.4 @@ -6,7 +6,7 @@ ## See http://www.gnu.org/software/shtool/ for more information. ## See ftp://ftp.gnu.org/gnu/shtool/ for latest version. ## -## Version: 1.5.2 (05-Oct-2000) +## Version: 1.5.3 (19-Apr-2001) ## Contents: 7/17 available modules ## @@ -26,7 +26,7 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, ## USA, or contact Ralf S. Engelschall . ## -## Notice: Given that you include this file verbatim into your own +## NOTICE: Given that you include this file verbatim into your own ## source tree, you are justified in saying that it remains separate ## from your package, and that this way you are simply just using GNU ## shtool. So, in this situation, there is no requirement that your @@ -65,7 +65,7 @@ exit 1 fi if [ ".$1" = ".-h" -o ".$1" = ".--help" ]; then - echo "This is GNU shtool, version 1.5.2 (05-Oct-2000)" + echo "This is GNU shtool, version 1.5.3 (19-Apr-2001)" echo "Copyright (c) 1994-2001 Ralf S. Engelschall " echo "Report bugs to " echo '' @@ -83,8 +83,8 @@ echo ' [-e] [ ...] ' echo ' mkdir [-t] [-f] [-p] [-m] [ ...]' echo ' fixperm [-v] [-t] [ ...]' - echo ' tarball [-t] [-v] [-o ] [-c ] [-d ] [-u' - echo ' ] [-g ] [-e ] [ ...]' + echo ' tarball [-t] [-v] [-o] [-c] [-d] [-u]' + echo ' [-g] [-e] [ ...]' echo ' version [-l] [-n] [-p] [-s] [-e]' echo ' [-i] [-d] ' echo ' path [-s] [-r] [-d] [-b] [-m] [-p] [ ...]' @@ -105,7 +105,7 @@ exit 0 fi if [ ".$1" = ".-v" -o ".$1" = ."--version" ]; then - echo "GNU shtool 1.5.2 (05-Oct-2000)" + echo "GNU shtool 1.5.3 (19-Apr-2001)" exit 0 fi if [ ".$1" = ".-r" -o ".$1" = ."--recreate" ]; then @@ -180,7 +180,7 @@ ;; tarball ) str_tool="tarball" - str_usage="[-t] [-v] [-o ] [-c ] [-d ] [-u ] [-g ] [-e ] [ ...]" + str_usage="[-t] [-v] [-o] [-c] [-d] [-u] [-g] [-e] [ ...]" gen_tmpfile=yes arg_spec="1+" opt_spec="t.v.o:c:d:u:g:e:" @@ -761,6 +761,12 @@ echo "mkdir $p" 1>&2 fi mkdir $p || errstatus=$? + if [ ".$opt_m" != . ]; then + if [ ".$opt_t" = .yes ]; then + echo "chmod $opt_m $p" 1>&2 + fi + chmod $opt_m $p || errstatus=$? + fi else # the smart situation set fnord `echo ":$p" |\