summaryrefslogtreecommitdiffstats
path: root/bin/doinitd
blob: 8aae1b383925f3a456a2326d6e34494d5a1b4e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: /var/cvsroot/gentoo-src/portage/bin/doinitd,v 1.2.2.1 2005/01/13 04:51:56 vapier Exp $

if [[ $# -lt 1 ]] ; then
	echo "$0: at least one argument needed" 1>&2
	exit 1
fi

exec \
env \
EXEDESTTREE="/etc/init.d/" \
doexe "$@"