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
commit9e410e3409a97078b34ca1324e6d6b7bc440a94c (patch)
tree7f1aaa5a8a728f6ca3da89e95cff4f3c39785821 /sys-cluster/ccs/files
parentadded copyright header to conf (diff)
downloadhistorical-9e410e3409a97078b34ca1324e6d6b7bc440a94c.tar.gz
historical-9e410e3409a97078b34ca1324e6d6b7bc440a94c.tar.bz2
historical-9e410e3409a97078b34ca1324e6d6b7bc440a94c.zip
improved init/conf
Package-Manager: portage-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
}