diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-11-17 07:07:03 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-11-17 07:07:03 +0000 |
commit | 18fb2fc5e2fb445d48b37532b8b200fa85ecbbb2 (patch) | |
tree | 569b0d89017601e3815b20e10ebaedddf8271773 /sys-cluster/corosync/files | |
parent | Version bump. (diff) | |
download | historical-18fb2fc5e2fb445d48b37532b8b200fa85ecbbb2.tar.gz historical-18fb2fc5e2fb445d48b37532b8b200fa85ecbbb2.tar.bz2 historical-18fb2fc5e2fb445d48b37532b8b200fa85ecbbb2.zip |
Use logger instead of syslog wrt #345781. Thanks to Laurento Frittella (mrfree) for the report.
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
Diffstat (limited to 'sys-cluster/corosync/files')
-rw-r--r-- | sys-cluster/corosync/files/corosync.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/corosync/files/corosync.initd b/sys-cluster/corosync/files/corosync.initd index ed57796c9ea4..6c134bd9377a 100644 --- a/sys-cluster/corosync/files/corosync.initd +++ b/sys-cluster/corosync/files/corosync.initd @@ -1,11 +1,11 @@ #!/sbin/runscript # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/files/corosync.initd,v 1.1 2010/03/23 21:51:15 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/files/corosync.initd,v 1.2 2010/11/17 07:07:03 xarthisius Exp $ depend() { need net - use syslog + use logger } start() { |