[Zope] Zope2.1.0b2 binary_install.py patch

Bernhard Reiter bernhard@uwm.edu
Sat, 27 Nov 1999 18:38:44 -0600


--3siQDZowHQqNOShm
Content-Type: multipart/mixed; boundary="/NkBOFFp2J2Af1nK"


--/NkBOFFp2J2Af1nK
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

Just in case nobody else noticed it.
	Bernhard
--=20
Research Assistant, Geog Dept UM-Milwaukee, USA.  (www.uwm.edu/~bernhard)
Free Software Projects and Consulting 		         (intevation.net) =20
Association for a Free Informational Infrastructure            (ffii.org)

--/NkBOFFp2J2Af1nK
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="binary_install.diff"
Content-Transfer-Encoding: quoted-printable

* Against Zope2.0.1b2    26.11.1999	<bernhard@intevation.net>
*
* Fix: Somebody forgot to implement an option.
* Fix: The default filename for -p can be quite long, rasing the chances=20
*      that it displays in one line.
*
--- inst/binary_install.py.org	Sat Nov 27 18:22:20 1999
+++ inst/binary_install.py	Sat Nov 27 18:27:03 1999
@@ -110,8 +110,8 @@
     where options are:
=20
        -p   -- Supply the path to the PCGI resource file.
-               This defaults to %s. Note that this path
-               must include the file name.
+               This defaults to %s.=20
+               Note that this path must include the file name.
    =20
        -g   -- Supply the name of the unix group to which
                the user that runs your web server belongs.
@@ -137,6 +137,7 @@
         if k=3D=3D'-p': pcgi=3Dv
         elif k=3D=3D'-g': group=3Dv
         elif k=3D=3D'-u': user=3Dv
+        elif k=3D=3D'-h': print usage; sys.exit()
=20
     import compilezpy
     print '-'*78

--/NkBOFFp2J2Af1nK--

--3siQDZowHQqNOShm
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.0 (OSF1)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjhAeNsACgkQh9ag3dpKERYBEwCgn+6TgeT4umjWNNlmuigtJwSE
jCwAoIe2oTCUWZJVc82Tp/6MXCiNBtA6
=/n9x
-----END PGP SIGNATURE-----

--3siQDZowHQqNOShm--