Index: ossp-pkg/shtool/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v rcsdiff -q -kk '-r1.220' '-r1.221' -u '/v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v' 2>/dev/null --- ChangeLog 2005/10/12 12:34:50 1.220 +++ ChangeLog 2006/02/04 09:43:25 1.221 @@ -9,7 +9,7 @@ ChangeLog - Changes between 2.0.3 and 2.0.4 (02-Oct-2005 to xx-xxx-2005): + Changes between 2.0.3 and 2.0.4 (02-Oct-2005 to 04-Feb-2006): *) Enhance portability even more by maximizing Bourne Shell compatibility under ZSH and BASH and avoiding NLS dependencies. @@ -18,6 +18,9 @@ *) Use internal util_{lower,upper} functions in "shtool version". [Ralf S. Engelschall] + *) Adjust copyright for year 2006. + [Ralf S. Engelschall] + Changes between 2.0.2 and 2.0.3 (15-Jun-2005 to 02-Oct-2005): *) "shtool mdate" needs to (un|re)set TIME_STYLE, as GNU coreutils' Index: ossp-pkg/shtool/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/shtool/Makefile.in,v rcsdiff -q -kk '-r1.51' '-r1.52' -u '/v/ossp/cvs/ossp-pkg/shtool/Makefile.in,v' 2>/dev/null --- Makefile.in 2005/06/15 08:14:35 1.51 +++ Makefile.in 2006/02/04 09:43:25 1.52 @@ -1,6 +1,6 @@ ## ## Makefile for GNU shtool -## Copyright (c) 1999-2005 Ralf S. Engelschall +## Copyright (c) 1999-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/README RCS File: /v/ossp/cvs/ossp-pkg/shtool/README,v rcsdiff -q -kk '-r1.109' '-r1.110' -u '/v/ossp/cvs/ossp-pkg/shtool/README,v' 2>/dev/null --- README 2005/10/02 14:18:34 1.109 +++ README 2006/02/04 09:43:25 1.110 @@ -5,7 +5,7 @@ |___/_| |_|\__\___/ \___/|_| GNU shtool -- The GNU Portable Shell Tool - Copyright (c) 1994-2005 Ralf S. Engelschall + Copyright (c) 1994-2006 Ralf S. Engelschall http://www.gnu.org/software/shtool/ ftp://ftp.gnu.org/gnu/shtool/ Index: ossp-pkg/shtool/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/shtool/configure.ac,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/shtool/configure.ac,v' 2>/dev/null --- configure.ac 2005/06/15 08:14:35 1.6 +++ configure.ac 2006/02/04 09:43:25 1.7 @@ -1,6 +1,6 @@ dnl ## dnl ## configure.ac -- Autoconf source for GNU shtool -dnl ## Copyright (c) 1999-2005 Ralf S. Engelschall +dnl ## Copyright (c) 1999-2006 Ralf S. Engelschall dnl ## dnl ## This file is part of shtool and free software; you can redistribute dnl ## it and/or modify it under the terms of the GNU General Public @@ -24,7 +24,7 @@ SHTOOL_VERSION_STR="`sh sh.version -l txt -d long VERSION`" sh sh.echo -e "Configuring %BGNU shtool%b (Portable Shell Tool), version %B${SHTOOL_VERSION_STR}%b" -echo "Copyright (c) 1994-2005 Ralf S. Engelschall " +echo "Copyright (c) 1994-2006 Ralf S. Engelschall " AC_SUBST(SHTOOL_VERSION_STR) AC_PREFIX_DEFAULT(/usr/local) Index: ossp-pkg/shtool/devtool.func RCS File: /v/ossp/cvs/ossp-pkg/shtool/devtool.func,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/shtool/devtool.func,v' 2>/dev/null --- devtool.func 2005/06/15 08:14:35 1.6 +++ devtool.func 2006/02/04 09:43:25 1.7 @@ -1,6 +1,6 @@ ## ## devtool.func -- Development Tool Functions -## Copyright (c) 2001-2005 Ralf S. Engelschall +## Copyright (c) 2001-2006 Ralf S. Engelschall ## devtool_require () { Index: ossp-pkg/shtool/sh.arx RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.arx,v rcsdiff -q -kk '-r1.23' '-r1.24' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.arx,v' 2>/dev/null --- sh.arx 2005/06/15 08:14:35 1.23 +++ sh.arx 2006/02/04 09:43:25 1.24 @@ -1,6 +1,6 @@ ## ## arx -- Extended archive command -## Copyright (c) 1999-2005 Ralf S. Engelschall +## Copyright (c) 1999-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.echo RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.echo,v rcsdiff -q -kk '-r1.39' '-r1.40' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.echo,v' 2>/dev/null --- sh.echo 2005/06/15 08:14:35 1.39 +++ sh.echo 2006/02/04 09:43:25 1.40 @@ -1,6 +1,6 @@ ## ## echo -- Print string with optional construct expansion -## Copyright (c) 1998-2005 Ralf S. Engelschall +## Copyright (c) 1998-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.fixperm RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.fixperm,v rcsdiff -q -kk '-r1.19' '-r1.20' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.fixperm,v' 2>/dev/null --- sh.fixperm 2005/06/15 08:14:35 1.19 +++ sh.fixperm 2006/02/04 09:43:25 1.20 @@ -1,6 +1,6 @@ ## ## fixperm -- Fix file permissions inside a source tree -## Copyright (c) 1996-2005 Ralf S. Engelschall +## Copyright (c) 1996-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.install RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.install,v rcsdiff -q -kk '-r1.32' '-r1.33' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.install,v' 2>/dev/null --- sh.install 2005/06/15 08:14:35 1.32 +++ sh.install 2006/02/04 09:43:25 1.33 @@ -1,6 +1,6 @@ ## ## install -- Install a program, script or datafile -## Copyright (c) 1997-2005 Ralf S. Engelschall +## Copyright (c) 1997-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.mdate RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.mdate,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.mdate,v' 2>/dev/null --- sh.mdate 2005/10/02 14:23:12 1.16 +++ sh.mdate 2006/02/04 09:43:25 1.17 @@ -1,7 +1,7 @@ ## ## mdate -- Pretty-print modification time of a file or dir ## Copyright (c) 1995-1997 Free Software Foundation, Inc. -## Copyright (c) 1998-2005 Ralf S. Engelschall +## Copyright (c) 1998-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.mkdir RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.mkdir,v rcsdiff -q -kk '-r1.25' '-r1.26' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.mkdir,v' 2>/dev/null --- sh.mkdir 2005/06/15 08:14:35 1.25 +++ sh.mkdir 2006/02/04 09:43:25 1.26 @@ -1,6 +1,6 @@ ## ## mkdir -- Make one or more directories -## Copyright (c) 1996-2005 Ralf S. Engelschall +## Copyright (c) 1996-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.mkln RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.mkln,v rcsdiff -q -kk '-r1.19' '-r1.20' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.mkln,v' 2>/dev/null --- sh.mkln 2005/06/15 08:14:35 1.19 +++ sh.mkln 2006/02/04 09:43:25 1.20 @@ -1,6 +1,6 @@ ## ## mkln -- Make link with calculation of relative paths -## Copyright (c) 1998-2005 Ralf S. Engelschall +## Copyright (c) 1998-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.mkshadow RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.mkshadow,v rcsdiff -q -kk '-r1.25' '-r1.26' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.mkshadow,v' 2>/dev/null --- sh.mkshadow 2005/06/15 08:14:35 1.25 +++ sh.mkshadow 2006/02/04 09:43:25 1.26 @@ -1,6 +1,6 @@ ## ## mkshadow -- Make a shadow tree through symbolic links -## Copyright (c) 1998-2005 Ralf S. Engelschall +## Copyright (c) 1998-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.move RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.move,v rcsdiff -q -kk '-r1.21' '-r1.22' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.move,v' 2>/dev/null --- sh.move 2005/06/15 08:14:35 1.21 +++ sh.move 2006/02/04 09:43:25 1.22 @@ -1,6 +1,6 @@ ## ## move -- Move files with simultaneous substitution -## Copyright (c) 1999-2005 Ralf S. Engelschall +## Copyright (c) 1999-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.path RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.path,v rcsdiff -q -kk '-r1.28' '-r1.29' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.path,v' 2>/dev/null --- sh.path 2005/06/15 08:14:35 1.28 +++ sh.path 2006/02/04 09:43:25 1.29 @@ -1,6 +1,6 @@ ## ## path -- Deal with program paths -## Copyright (c) 1998-2005 Ralf S. Engelschall +## Copyright (c) 1998-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.platform RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.platform,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.platform,v' 2>/dev/null --- sh.platform 2005/10/02 14:17:58 1.14 +++ sh.platform 2006/02/04 09:43:25 1.15 @@ -1,6 +1,6 @@ ## ## platform -- Platform Identification Utility -## Copyright (c) 2003-2005 Ralf S. Engelschall +## Copyright (c) 2003-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.prop RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.prop,v rcsdiff -q -kk '-r1.19' '-r1.20' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.prop,v' 2>/dev/null --- sh.prop 2005/06/15 08:14:35 1.19 +++ sh.prop 2006/02/04 09:43:25 1.20 @@ -1,6 +1,6 @@ ## ## prop -- Display progress with a running propeller -## Copyright (c) 1998-2005 Ralf S. Engelschall +## Copyright (c) 1998-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.rotate RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.rotate,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.rotate,v' 2>/dev/null --- sh.rotate 2005/06/15 08:14:35 1.11 +++ sh.rotate 2006/02/04 09:43:25 1.12 @@ -1,6 +1,6 @@ ## ## rotate -- Logfile rotation -## Copyright (c) 2001-2005 Ralf S. Engelschall +## Copyright (c) 2001-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.scpp RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.scpp,v rcsdiff -q -kk '-r1.27' '-r1.28' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.scpp,v' 2>/dev/null --- sh.scpp 2005/06/15 08:14:35 1.27 +++ sh.scpp 2006/02/04 09:43:25 1.28 @@ -1,6 +1,6 @@ ## ## scpp -- Sharing C Pre-Processor -## Copyright (c) 1999-2005 Ralf S. Engelschall +## Copyright (c) 1999-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.slo RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.slo,v rcsdiff -q -kk '-r1.25' '-r1.26' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.slo,v' 2>/dev/null --- sh.slo 2005/06/15 08:14:35 1.25 +++ sh.slo 2006/02/04 09:43:25 1.26 @@ -1,6 +1,6 @@ ## ## slo -- Separate linker options by library class -## Copyright (c) 1998-2005 Ralf S. Engelschall +## Copyright (c) 1998-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.subst RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.subst,v rcsdiff -q -kk '-r1.15' '-r1.16' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.subst,v' 2>/dev/null --- sh.subst 2005/06/15 08:14:36 1.15 +++ sh.subst 2006/02/04 09:43:25 1.16 @@ -1,6 +1,6 @@ ## ## subst -- Apply sed(1) substitution operations -## Copyright (c) 2001-2005 Ralf S. Engelschall +## Copyright (c) 2001-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.table RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.table,v rcsdiff -q -kk '-r1.21' '-r1.22' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.table,v' 2>/dev/null --- sh.table 2005/06/15 08:14:36 1.21 +++ sh.table 2006/02/04 09:43:25 1.22 @@ -1,6 +1,6 @@ ## ## table -- Pretty-print a field-separated list as a table -## Copyright (c) 1998-2005 Ralf S. Engelschall +## Copyright (c) 1998-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.tarball RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.tarball,v rcsdiff -q -kk '-r1.23' '-r1.24' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.tarball,v' 2>/dev/null --- sh.tarball 2005/06/15 08:14:36 1.23 +++ sh.tarball 2006/02/04 09:43:25 1.24 @@ -1,6 +1,6 @@ ## ## tarball -- Roll distribution tarballs -## Copyright (c) 1999-2005 Ralf S. Engelschall +## Copyright (c) 1999-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/sh.version RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.version,v rcsdiff -q -kk '-r1.40' '-r1.41' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.version,v' 2>/dev/null --- sh.version 2005/10/12 12:31:28 1.40 +++ sh.version 2006/02/04 09:43:25 1.41 @@ -1,6 +1,6 @@ ## ## version -- Maintain a version information file -## Copyright (c) 1994-2005 Ralf S. Engelschall +## Copyright (c) 1994-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/shtool.m4 RCS File: /v/ossp/cvs/ossp-pkg/shtool/shtool.m4,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/shtool/shtool.m4,v' 2>/dev/null --- shtool.m4 2005/06/15 08:14:36 1.8 +++ shtool.m4 2006/02/04 09:43:26 1.9 @@ -1,6 +1,6 @@ ## ## shtool.m4 -- GNU shtool Autoconf macros -## Copyright (c) 1999-2005 Ralf S. Engelschall +## Copyright (c) 1999-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/shtool.pod RCS File: /v/ossp/cvs/ossp-pkg/shtool/shtool.pod,v rcsdiff -q -kk '-r1.68' '-r1.69' -u '/v/ossp/cvs/ossp-pkg/shtool/shtool.pod,v' 2>/dev/null --- shtool.pod 2005/06/15 08:14:36 1.68 +++ shtool.pod 2006/02/04 09:43:26 1.69 @@ -1,6 +1,6 @@ ## ## shtool.pod -- Manual Page for shtool in POD format -## Copyright (c) 1999-2005 Ralf S. Engelschall +## Copyright (c) 1999-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/shtool.spec RCS File: /v/ossp/cvs/ossp-pkg/shtool/shtool.spec,v rcsdiff -q -kk '-r1.27' '-r1.28' -u '/v/ossp/cvs/ossp-pkg/shtool/shtool.spec,v' 2>/dev/null --- shtool.spec 2005/10/02 14:18:34 1.27 +++ shtool.spec 2006/02/04 09:43:26 1.28 @@ -1,6 +1,6 @@ ## ## shtool.spec -- RPM specification for shtool package -## Copyright (c) 2000-2005 Ralf S. Engelschall +## Copyright (c) 2000-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/shtoolize.in RCS File: /v/ossp/cvs/ossp-pkg/shtool/shtoolize.in,v rcsdiff -q -kk '-r1.37' '-r1.38' -u '/v/ossp/cvs/ossp-pkg/shtool/shtoolize.in,v' 2>/dev/null --- shtoolize.in 2005/10/12 12:39:17 1.37 +++ shtoolize.in 2006/02/04 09:43:26 1.38 @@ -1,7 +1,7 @@ #!@PERL@ ## ## shtoolize -- Build shtool script out of ingredient scripts -## Copyright (c) 1999-2005 Ralf S. Engelschall +## Copyright (c) 1999-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public @@ -350,7 +350,7 @@ #!/bin/sh ## ## GNU shtool -- The GNU Portable Shell Tool -## Copyright (c) 1994-2005 Ralf S. Engelschall +## Copyright (c) 1994-2006 Ralf S. Engelschall ## ## See http://www.gnu.org/software/shtool/ for more information. ## See ftp://ftp.gnu.org/gnu/shtool/ for latest version. @@ -421,7 +421,7 @@ fi if [ ".\$1" = ".-h" ] || [ ".\$1" = ".--help" ]; then echo "This is GNU shtool, version ${version}" - echo 'Copyright (c) 1994-2005 Ralf S. Engelschall ' + echo 'Copyright (c) 1994-2006 Ralf S. Engelschall ' echo 'Report bugs to ' echo '' echo 'Usage: shtool [] [ [] []]' Index: ossp-pkg/shtool/shtoolize.pod RCS File: /v/ossp/cvs/ossp-pkg/shtool/shtoolize.pod,v rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-pkg/shtool/shtoolize.pod,v' 2>/dev/null --- shtoolize.pod 2005/06/15 08:14:36 1.13 +++ shtoolize.pod 2006/02/04 09:43:26 1.14 @@ -1,6 +1,6 @@ ## ## shtoolize.pod -- Manual Page for shtoolize in POD format -## Copyright (c) 1999-2005 Ralf S. Engelschall +## Copyright (c) 1999-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public Index: ossp-pkg/shtool/test.db RCS File: /v/ossp/cvs/ossp-pkg/shtool/test.db,v rcsdiff -q -kk '-r1.23' '-r1.24' -u '/v/ossp/cvs/ossp-pkg/shtool/test.db,v' 2>/dev/null --- test.db 2005/06/15 08:14:36 1.23 +++ test.db 2006/02/04 09:43:26 1.24 @@ -1,6 +1,6 @@ ## ## test.db -- GNU shtool test suite (minimalistic) -## Copyright (c) 1999-2005 Ralf S. Engelschall +## Copyright (c) 1999-2006 Ralf S. Engelschall ## @begin{echo} Index: ossp-pkg/shtool/test.sh RCS File: /v/ossp/cvs/ossp-pkg/shtool/test.sh,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-pkg/shtool/test.sh,v' 2>/dev/null --- test.sh 2005/06/15 08:14:36 1.12 +++ test.sh 2006/02/04 09:43:26 1.13 @@ -1,7 +1,7 @@ #!/bin/sh ## ## test.sh -- GNU shtool test suite driver -## Copyright (c) 1999-2005 Ralf S. Engelschall +## Copyright (c) 1999-2006 Ralf S. Engelschall ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public