summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 12:06:42 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 12:06:42 +0000
commit21e1583f4fea163c17c82b6b0878b90909a9ca7f (patch)
tree08b19a101b57f3951268e58813b175c71006d272 /sys-apps/gluelog
parentUpdate (diff)
downloadgentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.gz
gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.bz2
gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.zip
Cleanup
Diffstat (limited to 'sys-apps/gluelog')
-rw-r--r--sys-apps/gluelog/gluelog-1.0-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/gluelog/gluelog-1.0-r1.ebuild b/sys-apps/gluelog/gluelog-1.0-r1.ebuild
deleted file mode 100644
index 04c1b5d91052..000000000000
--- a/sys-apps/gluelog/gluelog-1.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/gluelog-1.0-r1.ebuild,v 1.3 2001/01/13 20:07:52 achim Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Pipe and socket fittings for the system and kernel logs"
-SRC_URI=""
-
-src_compile() {
- mkdir ${S}
- cd ${FILESDIR}
- gcc ${CFLAGS} gluelog.c -o ${S}/gluelog
- gcc ${CFLAGS} glueklog.c -o ${S}/glueklog
-}
-
-src_unpack() {
- echo
-}
-
-src_install() {
- dodir /usr/sbin
- dosbin ${S}/gluelog ${S}/glueklog
- exeopts -m0750 -g wheel
- dodir /var/log
- local x
- for x in syslog klog
- do
- exeinto /var/lib/supervise/services/${x}
- newexe ${FILESDIR}/${x}-run run
- install -d -m0750 -o daemon -g wheel ${D}/var/log/${x}.d
- exeinto /etc/rc.d/init.d
- doexe ${FILESDIR}/svc-${x}
- done
-}
-