diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-29 10:14:29 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-29 10:14:29 +0000 |
commit | cec49cf8f48420d4e91f2d480cf281bd2d79e999 (patch) | |
tree | 26a0b2f13d3c39b0da0fdcdd6f2fdbf06bdc636e /databases/pgpool-II-23/files/pgpool.in | |
parent | 6a1c5fb9a79f259c9737a9bfa2ce5a164672585b (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_EOL'.4-eol
Notes
Notes:
svn path=/head/; revision=183609
svn path=/tags/RELEASE_4_EOL/; revision=183610; tag=4-eol
Diffstat (limited to 'databases/pgpool-II-23/files/pgpool.in')
-rw-r--r-- | databases/pgpool-II-23/files/pgpool.in | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/databases/pgpool-II-23/files/pgpool.in b/databases/pgpool-II-23/files/pgpool.in deleted file mode 100644 index 012accf2b7f3..000000000000 --- a/databases/pgpool-II-23/files/pgpool.in +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: pgpool -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# pgpool_enable (bool): Set to NO by default. -# Set it to YES to enable pgpool. -# pgpool_conf (file): Set location of your config. -# Default is "%%PREFIX%%/etc/pgpool.conf" -# pgpool_user (uid): User ID to run as (default nobody) -# - -. %%RC_SUBR%% - -name=pgpool -rcvar=${name}_enable - -load_rc_config $name - -: ${pgpool_enable="NO"} -: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"} -: ${pgpool_user="nobody"} - -command="%%PREFIX%%/bin/pgpool" -command_args="-f ${pgpool_conf}" -stop_cmd="${command} ${command_args} stop" - -required_files="${pgpool_conf}" - -run_rc_command "$1" |