summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2005-03-22 13:46:02 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2005-03-22 13:46:02 +0000
commit9c675ff496fb25d226344c10ffbf4cd59a240e17 (patch)
tree9a89fae632c7164dc62b22e8b6d7ef5625f1cd3d /sys-cluster/ccs/files
parentadded copyright header to conf (diff)
downloadgentoo-2-9c675ff496fb25d226344c10ffbf4cd59a240e17.tar.gz
gentoo-2-9c675ff496fb25d226344c10ffbf4cd59a240e17.tar.bz2
gentoo-2-9c675ff496fb25d226344c10ffbf4cd59a240e17.zip
improved init/conf
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-cluster/ccs/files')
-rw-r--r--sys-cluster/ccs/files/ccsd.conf5
-rwxr-xr-xsys-cluster/ccs/files/ccsd.rc3
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-cluster/ccs/files/ccsd.conf b/sys-cluster/ccs/files/ccsd.conf
index 0a6fb5d577f5..f3a2319d7ced 100644
--- a/sys-cluster/ccs/files/ccsd.conf
+++ b/sys-cluster/ccs/files/ccsd.conf
@@ -1 +1,6 @@
+#!/sbin/runscript
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/files/ccsd.conf,v 1.3 2005/03/22 13:46:02 xmerlin Exp $
+
CCSD_OPTS=
diff --git a/sys-cluster/ccs/files/ccsd.rc b/sys-cluster/ccs/files/ccsd.rc
index aa7ea0519ca7..54cb72890af6 100755
--- a/sys-cluster/ccs/files/ccsd.rc
+++ b/sys-cluster/ccs/files/ccsd.rc
@@ -1,11 +1,10 @@
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/files/ccsd.rc,v 1.2 2005/03/19 21:01:56 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/files/ccsd.rc,v 1.3 2005/03/22 13:46:02 xmerlin Exp $
depend() {
use net
- before cman fence gfs
provide ccs
}