diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:14:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:14:45 +0000 |
commit | f29af372001cdadd1f0514eeb7cc9307dd77bc18 (patch) | |
tree | 5fc95cbacb50d8b008b79632a75901ee610e86b6 /sys-cluster | |
parent | we license under gpl2, not gpl2 or later (diff) | |
download | gentoo-2-f29af372001cdadd1f0514eeb7cc9307dd77bc18.tar.gz gentoo-2-f29af372001cdadd1f0514eeb7cc9307dd77bc18.tar.bz2 gentoo-2-f29af372001cdadd1f0514eeb7cc9307dd77bc18.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/heartbeat/files/heartbeat-init | 9 | ||||
-rw-r--r-- | sys-cluster/keepalived/files/init-keepalived | 6 | ||||
-rw-r--r-- | sys-cluster/openpbs/files/pbs.rc | 6 |
3 files changed, 10 insertions, 11 deletions
diff --git a/sys-cluster/heartbeat/files/heartbeat-init b/sys-cluster/heartbeat/files/heartbeat-init index 67c40e590974..3fc7e5aa8cf2 100644 --- a/sys-cluster/heartbeat/files/heartbeat-init +++ b/sys-cluster/heartbeat/files/heartbeat-init @@ -1,6 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/files/heartbeat-init,v 1.4 2004/03/06 04:10:29 vapier Exp $ HA_DIR=/etc/ha.d @@ -11,9 +12,7 @@ depend() { # Run pre-startup script if it exists RunStartStop() { - - [ -f $HA_DIR/resource.d/startstop ] && $HA_DIR/resource.d/startstop "$@" - + [ -f $HA_DIR/resource.d/startstop ] && $HA_DIR/resource.d/startstop "$@" } start() { diff --git a/sys-cluster/keepalived/files/init-keepalived b/sys-cluster/keepalived/files/init-keepalived index dff73b464f74..a25119dbacbd 100644 --- a/sys-cluster/keepalived/files/init-keepalived +++ b/sys-cluster/keepalived/files/init-keepalived @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later - +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/files/init-keepalived,v 1.2 2004/03/06 04:10:29 vapier Exp $ depend() { use logger diff --git a/sys-cluster/openpbs/files/pbs.rc b/sys-cluster/openpbs/files/pbs.rc index ed834a66cd68..c2f2266f3285 100644 --- a/sys-cluster/openpbs/files/pbs.rc +++ b/sys-cluster/openpbs/files/pbs.rc @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs/files/pbs.rc,v 1.2 2003/02/14 23:27:27 vapier Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs/files/pbs.rc,v 1.3 2004/03/06 04:10:29 vapier Exp $ depend() { need net |