Here you go!

---[ BEGIN ]----------------------------------

#!/sbin/runscript
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-src/rc-scripts/init.d/local,v 1.9 2002/11/18 13:07:02 
azarah Exp $


depend() {
    after *
}

start() {
    ebegin "Starting local"

    # Add any misc programs that should be started
    # to /etc/conf.d/local.start
    if [ -e /etc/conf.d/local.start ]
    then
        source /etc/conf.d/local.start
    fi

    eend $? "Failed to start local."
}


# vim:ts=4

---[ END ]------------------------------------

On Mon, 24 Mar 2003 14:55:30 +0100
Tim Ruehsen <[EMAIL PROTECTED]> wrote:

> Yes, my fault. No backup made.
> 
> Does someone send me a recent copy? I made no changes to the original, and (i 
> this matters) just made an emerge sync / emerge -u system this morning with 
> ACCEPT_KEYWORDS="~x86"
> 
> Thanks!
> 
> Tim
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


-- 
Bob Boyken
[EMAIL PROTECTED]
http://www.boyken.org

--
[EMAIL PROTECTED] mailing list

Reply via email to