summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJodok Batlogg <batlogg@gentoo.org>2005-08-26 18:24:51 +0000
committerJodok Batlogg <batlogg@gentoo.org>2005-08-26 18:24:51 +0000
commit0d7a9a124fc802facdaf9f9e53a69f235512399f (patch)
tree210e4435f7265dc881f20026d54255addadec74c /net-zope/zope/files
parentStable on sparc (diff)
downloadgentoo-2-0d7a9a124fc802facdaf9f9e53a69f235512399f.tar.gz
gentoo-2-0d7a9a124fc802facdaf9f9e53a69f235512399f.tar.bz2
gentoo-2-0d7a9a124fc802facdaf9f9e53a69f235512399f.zip
cleanup, cosmetic fixes
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-zope/zope/files')
-rw-r--r--net-zope/zope/files/2.7.2/gid.patch18
-rw-r--r--net-zope/zope/files/2.7.2/zope.initd53
-rw-r--r--net-zope/zope/files/digest-zope-2.7.2-r21
3 files changed, 0 insertions, 72 deletions
diff --git a/net-zope/zope/files/2.7.2/gid.patch b/net-zope/zope/files/2.7.2/gid.patch
deleted file mode 100644
index bdfe2b81aa30..000000000000
--- a/net-zope/zope/files/2.7.2/gid.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- lib/Components/initgroups/initgroups.c
-+++ lib/Components/initgroups/initgroups.c
-@@ -23,11 +23,14 @@
- initgroups_initgroups(PyObject *self, PyObject *args)
- {
- char *username;
-+ int igid;
- gid_t gid;
-
-- if (!PyArg_ParseTuple(args, "sl:initgroups", &username, &gid))
-+ if (!PyArg_ParseTuple(args, "si:initgroups", &username, &igid))
- return NULL;
-
-+ gid = igid;
-+
- if (initgroups(username, gid) == -1)
- return PyErr_SetFromErrno(PyExc_OSError);
-
diff --git a/net-zope/zope/files/2.7.2/zope.initd b/net-zope/zope/files/2.7.2/zope.initd
deleted file mode 100644
index f7bde1bcb606..000000000000
--- a/net-zope/zope/files/2.7.2/zope.initd
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/files/2.7.2/zope.initd,v 1.5 2004/10/25 14:36:24 batlogg Exp $
-
-opts="start stop reload kill quit status help"
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting Zope in INSTANCE_HOME"
- INSTANCE_HOME/bin/zopectl start
- eend $?
-}
-
-stop() {
- ebegin "Stopping Zope in INSTANCE_HOME"
- INSTANCE_HOME/bin/zopectl stop
- eend $?
-}
-
-kill() {
- ebegin "Killing Zope in INSTANCE_HOME"
- INSTANCE_HOME/bin/zopectl kill
- eend $?
-}
-
-quit() {
- ebegin "Quitting Zope Daemon Manager INSTANCE_HOME"
- INSTANCE_HOME/bin/zopectl quit
- eend $?
-}
-
-reload() {
- ebegin "Restarting Zope config in INSTANCE_HOME"
- INSTANCE_HOME/bin/zopectl restart
- eend $?
-}
-
-status() {
- ebegin "Status of Zope in INSTANCE_HOME"
- INSTANCE_HOME/bin/zopectl status
- eend $?
-}
-
-help() {
- ebegin "Help for Zope Daemon Manager in INSTANCE_HOME"
- INSTANCE_HOME/bin/zopectl help
- eend $?
-}
-
diff --git a/net-zope/zope/files/digest-zope-2.7.2-r2 b/net-zope/zope/files/digest-zope-2.7.2-r2
deleted file mode 100644
index c184e1a936a7..000000000000
--- a/net-zope/zope/files/digest-zope-2.7.2-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 08b3c4a119aa1ded2e7b1b3d5bc45425 Zope-2.7.2-0.tgz 2754459