Compare commits

..

No commits in common. "562fd42333c4738a6968bd1375038781a3089157" and "7ff401d133569c47b3f7609dde29f45dbb8aa732" have entirely different histories.

2 changed files with 2 additions and 4 deletions

2
php.cf
View File

@ -64,7 +64,7 @@ vars:
"php$(version)-curl",
"php$(version)-imagick",
"php$(version)-ldap",
# "php$(version)-json"
"php-json"
};
ubuntu::

View File

@ -9,11 +9,9 @@ vars:
"pkgs" slist => {"wget","curl"};
centos::
"pkgs" slist => {"wget","tar","bzip2","xz","unzip"};
debian::
"pkgs" slist => {"wget"};
any::
"exe" string => "/usr/bin/wget";
freebsd::
"exe" string => "/usr/local/bin/wget";