View | Details | Raw Unified | Return to bug 156818
Collapse All | Expand All

(-)/usr/home/ayuzhaninov/pgpool-II/files/pgpool.in (-1 / +5 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
# $FreeBSD: ports/databases/pgpool-II/files/pgpool.in,v 1.5 2010/03/27 00:12:48 dougb Exp $
3
# $FreeBSD: ports/databases/pgpool-II/files/pgpool.in,v 1.5 2010/03/27 00:12:48 dougb Exp $
4
#        
4
#
5
# PROVIDE: pgpool
5
# PROVIDE: pgpool
6
# REQUIRE: LOGIN
6
# REQUIRE: LOGIN
7
# KEYWORD: shutdown
7
# KEYWORD: shutdown
Lines 38-43 Link Here
38
start_cmd="pgpool_start"
38
start_cmd="pgpool_start"
39
stop_cmd="${command} ${command_args} stop"
39
stop_cmd="${command} ${command_args} stop"
40
40
41
extra_commands="reload"
42
reload_cmd="reload_cmd"
43
reload_cmd="$command $command_args reload"
44
41
required_files="${pgpool_conf}"
45
required_files="${pgpool_conf}"
42
46
43
pgpool_start()
47
pgpool_start()

Return to bug 156818