commit:     5ebfa5ec899c6a0827e4f60c06cdadeb2e2c2dd9
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 02:01:30 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 02:01:30 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=5ebfa5ec

Rename "phpdbg" to "dbg" for consistency and to fix its show action.

 src/php.eselect.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/php.eselect.in b/src/php.eselect.in
index d9c44f7..efd52c2 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -6,7 +6,7 @@ inherit config multilib
 DESCRIPTION="Manage php installations"
 MAINTAINER="php-b...@gentoo.org"
 
-MODULES="cli apache2 fpm cgi phpdbg"
+MODULES="cli apache2 fpm cgi dbg"
 
 #
 # Output a list of link names (not full paths) belonging to the given
@@ -428,7 +428,7 @@ list_fpm() {
        list_sapi fpm
 }
 
-list_phpdbg() {
+list_dbg() {
        list_sapi dbg
 }
 
@@ -498,7 +498,7 @@ set_cgi() {
        set_sapi cgi "${1}"
 }
 
-set_phpdbg() {
+set_dbg() {
        set_sapi dbg "${1}"
 }
 

Reply via email to