head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.04.24.23.37.27;	author chutzpah;	state Exp;
branches;
next	;
commitid	f044f9739364567;


desc
@@


1.1
log
@Add app-admin/salt to portage

(Portage version: 2.1.10.57/cvs/Linux x86_64)
@
text
@#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

command="/usr/bin/salt-master"
command_args="--daemon ${SALT_OPTS}"
pidfile="/var/run/salt-master.pid"
name="SALT master daemon"

depend() {
	use net
}
@
