blob: 2fe84c1a79ed3b64aad55c98ab9bd11c9f97219d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# /usr/share/php-select/php-cgi.sh
# Module to manage /usr/bin/php-cgi binary
#
# Written for Gentoo Linux
#
# Author Stuart Herbert
# (stuart@gentoo.org)
#
# Copyright (c) 2005 Gentoo Foundation, Inc.
# Released under version 2 of the GNU General Public License
#
# ========================================================================
G_SYMLINK_SOURCE[0]="bin/php-cgi"
G_SYMLINK_TARGET[0]="/usr/bin/php-cgi"
. $G_MODULE_PATH/libsymlink.sh
|