diff options
-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 | ||||
-rw-r--r-- | sys-devel/cc-config/files/cc-config-1.2.8 | 7 | ||||
-rw-r--r-- | sys-devel/gcc-config/files/gcc-config-1.3.3 | 7 | ||||
-rw-r--r-- | sys-devel/gcc-config/files/gcc-config-1.3.3-multi-ldpath | 7 | ||||
-rw-r--r-- | sys-devel/gcc-config/files/gcc-config-1.3.4 | 7 | ||||
-rw-r--r-- | sys-devel/gcc-config/files/gcc-config-1.3.4-multi-ldpath | 7 | ||||
-rw-r--r-- | sys-devel/gcc-config/files/gcc-config-1.3.5 | 7 | ||||
-rw-r--r-- | sys-devel/gcc-config/files/gcc-config-1.3.5-multi-ldpath | 7 | ||||
-rw-r--r-- | sys-devel/gcc-config/files/gcc-config-1.4 | 7 | ||||
-rw-r--r-- | sys-devel/gcc-config/files/gcc-config-1.4.1 | 6 | ||||
-rw-r--r-- | sys-devel/gecc/files/conf.geccd | 6 | ||||
-rw-r--r-- | sys-devel/gecc/files/rc.geccd | 29 |
14 files changed, 53 insertions, 65 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 diff --git a/sys-devel/cc-config/files/cc-config-1.2.8 b/sys-devel/cc-config/files/cc-config-1.2.8 index bd6610135df3..66a4f13768ca 100644 --- a/sys-devel/cc-config/files/cc-config-1.2.8 +++ b/sys-devel/cc-config/files/cc-config-1.2.8 @@ -1,9 +1,8 @@ #!/bin/bash -# Copyright 1999-2002 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-devel/cc-config/files/cc-config-1.2.8,v 1.3 2004/03/06 04:14:45 vapier Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/cc-config/files/cc-config-1.2.8,v 1.2 2003/01/13 23:20:22 azarah Exp $ - source /etc/init.d/functions.sh || { echo "$0: Could not source /etc/init.d/functions.sh!" diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.3 b/sys-devel/gcc-config/files/gcc-config-1.3.3 index f00cb0326a3b..42fe5e000f42 100644 --- a/sys-devel/gcc-config/files/gcc-config-1.3.3 +++ b/sys-devel/gcc-config/files/gcc-config-1.3.3 @@ -1,9 +1,8 @@ #!/bin/bash -# 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-devel/gcc-config/files/gcc-config-1.3.3,v 1.3 2004/03/06 04:14:45 vapier Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.3,v 1.2 2003/04/28 02:14:30 azarah Exp $ - source /etc/init.d/functions.sh || { echo "$0: Could not source /etc/init.d/functions.sh!" diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.3-multi-ldpath b/sys-devel/gcc-config/files/gcc-config-1.3.3-multi-ldpath index 20c08eaa5e41..e68a45f49b33 100644 --- a/sys-devel/gcc-config/files/gcc-config-1.3.3-multi-ldpath +++ b/sys-devel/gcc-config/files/gcc-config-1.3.3-multi-ldpath @@ -1,9 +1,8 @@ #!/bin/bash -# 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-devel/gcc-config/files/gcc-config-1.3.3-multi-ldpath,v 1.2 2004/03/06 04:14:45 vapier Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.3-multi-ldpath,v 1.1 2003/10/18 19:35:48 brad_mssw Exp $ - source /etc/init.d/functions.sh || { echo "$0: Could not source /etc/init.d/functions.sh!" diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.4 b/sys-devel/gcc-config/files/gcc-config-1.3.4 index 2fca9a02ef19..7193fb55d3a2 100644 --- a/sys-devel/gcc-config/files/gcc-config-1.3.4 +++ b/sys-devel/gcc-config/files/gcc-config-1.3.4 @@ -1,9 +1,8 @@ #!/bin/bash -# 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-devel/gcc-config/files/gcc-config-1.3.4,v 1.2 2004/03/06 04:14:45 vapier Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.4,v 1.1 2003/11/18 19:39:07 azarah Exp $ - source /etc/init.d/functions.sh || { echo "$0: Could not source /etc/init.d/functions.sh!" diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.4-multi-ldpath b/sys-devel/gcc-config/files/gcc-config-1.3.4-multi-ldpath index fed67d4d1c4f..3322cc8f1cc0 100644 --- a/sys-devel/gcc-config/files/gcc-config-1.3.4-multi-ldpath +++ b/sys-devel/gcc-config/files/gcc-config-1.3.4-multi-ldpath @@ -1,9 +1,8 @@ #!/bin/bash -# 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-devel/gcc-config/files/gcc-config-1.3.4-multi-ldpath,v 1.2 2004/03/06 04:14:45 vapier Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.4-multi-ldpath,v 1.1 2003/11/18 19:39:07 azarah Exp $ - source /etc/init.d/functions.sh || { echo "$0: Could not source /etc/init.d/functions.sh!" diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.5 b/sys-devel/gcc-config/files/gcc-config-1.3.5 index f59202119ef1..5aa35b0ef846 100644 --- a/sys-devel/gcc-config/files/gcc-config-1.3.5 +++ b/sys-devel/gcc-config/files/gcc-config-1.3.5 @@ -1,9 +1,8 @@ #!/bin/bash -# 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-devel/gcc-config/files/gcc-config-1.3.5,v 1.2 2004/03/06 04:14:45 vapier Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.5,v 1.1 2004/02/08 16:52:01 azarah Exp $ - source /etc/init.d/functions.sh || { echo "$0: Could not source /etc/init.d/functions.sh!" diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.5-multi-ldpath b/sys-devel/gcc-config/files/gcc-config-1.3.5-multi-ldpath index 6ee8708c6a39..eed4df366bd4 100644 --- a/sys-devel/gcc-config/files/gcc-config-1.3.5-multi-ldpath +++ b/sys-devel/gcc-config/files/gcc-config-1.3.5-multi-ldpath @@ -1,9 +1,8 @@ #!/bin/bash -# 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-devel/gcc-config/files/gcc-config-1.3.5-multi-ldpath,v 1.2 2004/03/06 04:14:45 vapier Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.5-multi-ldpath,v 1.1 2004/02/08 16:52:01 azarah Exp $ - source /etc/init.d/functions.sh || { echo "$0: Could not source /etc/init.d/functions.sh!" diff --git a/sys-devel/gcc-config/files/gcc-config-1.4 b/sys-devel/gcc-config/files/gcc-config-1.4 index b2fab26bdf57..4df0ce9ceccf 100644 --- a/sys-devel/gcc-config/files/gcc-config-1.4 +++ b/sys-devel/gcc-config/files/gcc-config-1.4 @@ -1,9 +1,8 @@ #!/bin/bash -# 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-devel/gcc-config/files/gcc-config-1.4,v 1.2 2004/03/06 04:14:45 vapier Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4,v 1.1 2003/02/23 16:20:10 azarah Exp $ - source /etc/init.d/functions.sh || { echo "$0: Could not source /etc/init.d/functions.sh!" diff --git a/sys-devel/gcc-config/files/gcc-config-1.4.1 b/sys-devel/gcc-config/files/gcc-config-1.4.1 index 259d6a094960..ae2a9249b46d 100644 --- a/sys-devel/gcc-config/files/gcc-config-1.4.1 +++ b/sys-devel/gcc-config/files/gcc-config-1.4.1 @@ -1,10 +1,10 @@ #!/bin/bash -# 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-devel/gcc-config/files/gcc-config-1.4.1,v 1.3 2004/03/06 04:14:45 vapier Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> # Cross-compiling toolchain contributions by: # Zach Welch <zwelch@gentoo.org> and James Boddington <aiken@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1,v 1.2 2003/04/08 12:53:38 azarah Exp $ # handle not ROOT installs [ -z "${ROOT}" ] && ROOT="/" diff --git a/sys-devel/gecc/files/conf.geccd b/sys-devel/gecc/files/conf.geccd index df0000f6fb5c..6f7b0286e825 100644 --- a/sys-devel/gecc/files/conf.geccd +++ b/sys-devel/gecc/files/conf.geccd @@ -1,6 +1,6 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gecc/files/conf.geccd,v 1.1 2002/10/20 01:50:25 lostlogic Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gecc/files/conf.geccd,v 1.2 2004/03/06 04:14:45 vapier Exp $ # Where should gecc store it's cache? GECCD_CACHE="/var/tmp/geccd-cache" diff --git a/sys-devel/gecc/files/rc.geccd b/sys-devel/gecc/files/rc.geccd index 80d4b2eddfdf..49d2de646f41 100644 --- a/sys-devel/gecc/files/rc.geccd +++ b/sys-devel/gecc/files/rc.geccd @@ -1,15 +1,13 @@ #!/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-devel/gecc/files/rc.geccd,v 1.2 2003/02/14 23:27:35 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-devel/gecc/files/rc.geccd,v 1.3 2004/03/06 04:14:45 vapier Exp $ -depend() -{ +depend() { need net } -start() -{ +start() { local myopts if [ ! -z "${GECCD_CENTRAL}" ]; then myopts="-c -a ${GECCD_CENTRAL} -A ${GECCD_PORT}" @@ -17,18 +15,17 @@ start() ebegin "Starting geccd" start-stop-daemon --start --quiet --exec /usr/bin/geccd -- \ - ${myopts} \ - -c \ - -p ${GECCD_PORT} \ - -C ${GECCD_CACHE} \ - -j ${GECCD_JOBS} \ - -s /var/run/geccd.sock \ - --pid-file /var/run/geccd.pid + ${myopts} \ + -c \ + -p ${GECCD_PORT} \ + -C ${GECCD_CACHE} \ + -j ${GECCD_JOBS} \ + -s /var/run/geccd.sock \ + --pid-file /var/run/geccd.pid eend $? } -stop() -{ +stop() { ebegin "Stopping geccd" start-stop-daemon --stop --quiet -p /var/run/geccd.pid eend $? |