/dns/dnstop/

eebsd-ports Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-E17-theme
'alt'>
3
4
5
6
7
8
9
10
Commit message (Expand)AuthorAgeFilesLines
* Update the gtk+ stack [1]Koop Mast2017-04-236-38/+19
* Change the MAINTAINER line to my FreeBSD.org address in the ports I maintainMatthew Rezny2017-01-301-1/+1
* - Make fetchable, update pkg-descr and homepagePawel Pekala2016-06-204-7/+34

         
                                                                                                            






                           
                                                                  























                                                                        
#!/bin/sh
#
# $FreeBSD: /tmp/pcvs/ports/dns/powerdns/files/Attic/pdns_recursor.in,v 1.1 2006-02-15 12:56:37 ehaupt Exp $
#

# PROVIDE: pdns_recursor
# REQUIRE: DAEMON
# KEYWORD: FreeBSD shutdown

#
# Add the following lines to /etc/rc.conf to enable pdns_recursor:
#
#pdns_recursor_enable="YES"
#
# See http://rtfm.powerdns.com for flags.
#

. %%RC_SUBR%%

name=pdns_recursor
rcvar=`set_rcvar`

command=%%PREFIX%%/sbin/pdns_recursor

# set defaults

pdns_recursor_enable=${pdns_recursor_enable:-"NO"}
pdns_recursor_conf=${pdns_recursor_conf:-"%%PREFIX%%/etc/recursor.conf"}
pdns_recursor_flags=${pdns_recursor_flags:-""}

load_rc_config ${name}

required_files=${pdns_recursor_conf}

run_rc_command "$1"