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 | dc6068da5df63b4a4b826da1cf6c24b5489b1372 (patch) | |
tree | b6e89beec3e21f066ad752555337797fdb4f2c21 /sys-apps/gluelog | |
parent | dcron is now complete (diff) | |
download | gentoo-2-dc6068da5df63b4a4b826da1cf6c24b5489b1372.tar.gz gentoo-2-dc6068da5df63b4a4b826da1cf6c24b5489b1372.tar.bz2 gentoo-2-dc6068da5df63b4a4b826da1cf6c24b5489b1372.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 } |