diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-12-24 05:26:29 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-12-24 05:26:29 +0000 |
commit | 793e48b940df1f66a7d8c5a5894504aaf2ab1f92 (patch) | |
tree | 3090b2dfe68024cf3ba7fae3c8eed923bab35f76 /sys-apps/gluelog | |
parent | updated to handle the new inet.security file (diff) | |
download | gentoo-2-793e48b940df1f66a7d8c5a5894504aaf2ab1f92.tar.gz gentoo-2-793e48b940df1f66a7d8c5a5894504aaf2ab1f92.tar.bz2 gentoo-2-793e48b940df1f66a7d8c5a5894504aaf2ab1f92.zip |
conversion from /etc/svc.d to /etc/supervise and /var/supervise
Diffstat (limited to 'sys-apps/gluelog')
-rw-r--r-- | sys-apps/gluelog/gluelog-1.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/gluelog/gluelog-1.0-r1.ebuild b/sys-apps/gluelog/gluelog-1.0-r1.ebuild index 93bd2cdb3de3..c78fc96594f3 100644 --- a/sys-apps/gluelog/gluelog-1.0-r1.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-r1.ebuild,v 1.1 2000/12/23 00:29:31 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/gluelog-1.0-r1.ebuild,v 1.2 2000/12/24 05:26:23 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Pipe and socket fittings for the system and kernel logs" @@ -22,14 +22,14 @@ src_install() { dodir /usr/sbin dosbin ${S}/gluelog ${S}/glueklog exeopts -m0750 -g wheel - install -d -m0750 -o root -g wheel ${D}/etc/svc.d/control + install -d -m0750 -o root -g wheel ${D}/etc/supervise dodir /var/log local x for x in syslog klog do - exeinto /etc/svc.d/services/${x} + exeinto /var/supervise/${x} newexe ${FILESDIR}/${x}-run run - ln -s ../services/${x} ${D}/etc/svc.d/control/${x} + ln -s /var/supervise/${x} ${D}/etc/supervise/${x} install -d -m0750 -o daemon -g wheel ${D}/var/log/${x}.d done } |