diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-12-23 00:29:31 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-12-23 00:29:31 +0000 |
commit | 115b19c91611a9068ac7ad33a0e6c9f9a37e7a67 (patch) | |
tree | 13e26813b25712f4e40c3d7bd3c30301a10881eb /sys-apps/gluelog | |
parent | dcron is now complete (diff) | |
download | historical-115b19c91611a9068ac7ad33a0e6c9f9a37e7a67.tar.gz historical-115b19c91611a9068ac7ad33a0e6c9f9a37e7a67.tar.bz2 historical-115b19c91611a9068ac7ad33a0e6c9f9a37e7a67.zip |
syslog and klog are up by default
Diffstat (limited to 'sys-apps/gluelog')
-rw-r--r-- | sys-apps/gluelog/gluelog-1.0-r1.ebuild (renamed from sys-apps/gluelog/gluelog-1.0.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/gluelog/gluelog-1.0.ebuild b/sys-apps/gluelog/gluelog-1.0-r1.ebuild index bf39bf360054..93bd2cdb3de3 100644 --- a/sys-apps/gluelog/gluelog-1.0.ebuild +++ b/sys-apps/gluelog/gluelog-1.0-r1.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/gluelog-1.0.ebuild,v 1.3 2000/12/13 15:13:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/gluelog-1.0-r1.ebuild,v 1.1 2000/12/23 00:29:31 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Pipe and socket fittings for the system and kernel logs" @@ -30,7 +30,6 @@ src_install() { exeinto /etc/svc.d/services/${x} newexe ${FILESDIR}/${x}-run run ln -s ../services/${x} ${D}/etc/svc.d/control/${x} - touch ${D}/etc/svc.d/services/${x}/down install -d -m0750 -o daemon -g wheel ${D}/var/log/${x}.d done } |