diff options
author | 2001-09-12 04:07:00 +0000 | |
---|---|---|
committer | 2001-09-12 04:07:00 +0000 | |
commit | e94904fcfeac7ebdbaf30437e16516fb703141a7 (patch) | |
tree | ed8713efd2355f3f093b2f12f4d96d8b6b13b2b7 /net-mail | |
parent | Trying to watch the movies of the world trade center so I need a version (diff) | |
download | historical-e94904fcfeac7ebdbaf30437e16516fb703141a7.tar.gz historical-e94904fcfeac7ebdbaf30437e16516fb703141a7.tar.bz2 historical-e94904fcfeac7ebdbaf30437e16516fb703141a7.zip |
updated some shit, added initscript for hogwash, and remove the trailing
garbage from exim init script. I didn't change the evolution ebuild so that
can be ignored.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/evolution/evolution-0.13.ebuild | 4 | ||||
-rw-r--r-- | net-mail/exim/files/exim-init.d-rc6 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/evolution/evolution-0.13.ebuild b/net-mail/evolution/evolution-0.13.ebuild index 62015b062fdc..7ebd9e5996ca 100644 --- a/net-mail/evolution/evolution-0.13.ebuild +++ b/net-mail/evolution/evolution-0.13.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Mikael Hallendal <hallski@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.13.ebuild,v 1.2 2001/09/08 15:16:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.13.ebuild,v 1.3 2001/09/12 04:07:00 lamer Exp $ DB3=db-3.1.17 A="${P}.tar.gz ${DB3}.tar.gz" @@ -47,7 +47,7 @@ src_compile() { try ./configure --prefix=/opt/gnome --host=${CHOST} \ --sysconfdir=/etc/opt/gnome --enable-file-locking=no \ - --with-db3=${WORKDIR}/db3 --enable-nntp $myconf + --with-db3=${WORKDIR}/db3 --without-movemail --enable-nntp $myconf make || die # emake didn't work. } diff --git a/net-mail/exim/files/exim-init.d-rc6 b/net-mail/exim/files/exim-init.d-rc6 index ffad17847e66..6569d5d6ddad 100644 --- a/net-mail/exim/files/exim-init.d-rc6 +++ b/net-mail/exim/files/exim-init.d-rc6 @@ -11,13 +11,13 @@ depend() { need sysklogd net } start() { ebegin "Starting $SERVICE..." start-stop-daemon --start --quiet --exec $EXE -- $ARGS - eend $? "Started $SERVICE." "Error Starting $SERVICE." + eend $? } stop() { ebegin "Stopping $SERVICE..." start-stop-daemon --stop --quiet --pidfile $PIDFILE --exec $EXE - eend $? "Stopped $SERVICE." "Error Stopping $SERVICE." + eend $? } restart() { |