Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 301279
Collapse All | Expand All

(-)php-toolkit-1.0.2.orig/php-select (-1 / +2 lines)
Lines 18-24 Link Here
18
#
18
#
19
# where
19
# where
20
#    <component> is one of
20
#    <component> is one of
21
#      php|php-cgi|php-devel|apache|apache2
21
#      php|php-cgi|php-fpm|php-devel|apache|apache2
22
#
22
#
23
#    <php-version> is the directory under /usr/lib where PHP is installed
23
#    <php-version> is the directory under /usr/lib where PHP is installed
24
#
24
#
Lines 107-112 Link Here
107
	echo "    apache2   - Apache webserver v2.x"
107
	echo "    apache2   - Apache webserver v2.x"
108
	echo "    php       - /usr/bin/php (the CLI SAPI)"
108
	echo "    php       - /usr/bin/php (the CLI SAPI)"
109
	echo "    php-cgi   - /usr/bin/php-cgi (the CGI SAPI)"
109
	echo "    php-cgi   - /usr/bin/php-cgi (the CGI SAPI)"
110
	echo "    php-fpm   - /usr/bin/php-fpm (the FPM SAPI)"
110
	echo "    php-devel - the scripts used to build PECL extensions"
111
	echo "    php-devel - the scripts used to build PECL extensions"
111
	echo
112
	echo
112
	echo "and where <php-version> is one of:"
113
	echo "and where <php-version> is one of:"
(-)php-toolkit-1.0.2.orig/php-select-modules/php-fpm.sh (+18 lines)
Line 0 Link Here
1
#
2
# /usr/share/php-select/php-fpm.sh
3
#		Module to manage /usr/bin/php-fpm binary
4
#
5
#		Written for Gentoo Linux
6
#
7
# Author	Stuart Herbert
8
#		(stuart@gentoo.org)
9
#
10
# Copyright	(c) 2005 Gentoo Foundation, Inc.
11
#		Released under version 2 of the GNU General Public License
12
#
13
# ========================================================================
14
15
G_SYMLINK_SOURCE[0]="bin/php-fpm"
16
G_SYMLINK_TARGET[0]="/usr/bin/php-fpm"
17
18
. $G_MODULE_PATH/libsymlink.sh

Return to bug 301279