]> granicus.if.org Git - ejabberd/commitdiff
More changes that are required from p1_pam -> epam
authorPaweł Chmielowski <pchmielowski@process-one.net>
Sun, 29 Jan 2017 13:35:22 +0000 (14:35 +0100)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Sun, 29 Jan 2017 13:35:22 +0000 (14:35 +0100)
Makefile.in
mix.exs
rebar.config
src/ejabberd_auth_pam.erl

index 5ff3efe0ba21b9289d03242a2062d3268a07ea7a..28c04227f0a44eb5884f14af660da8e3ee4fc0bd 100644 (file)
@@ -148,7 +148,7 @@ $(foreach file,$(DEPS_FILES_FILTERED) $(MAIN_FILES),$(eval $(call COPY_template,
 $(sort $(call TO_DEST,$(MAIN_DIRS) $(DEPS_DIRS))):
        $(INSTALL) -d $@
 
-$(call TO_DEST,deps/p1_pam/priv/bin/epam): $(LIBDIR)/%: deps/p1_pam/priv/bin/epam $(call TO_DEST,deps/p1_pam/priv/bin/)
+$(call TO_DEST,deps/epam/priv/bin/epam): $(LIBDIR)/%: deps/epam/priv/bin/epam $(call TO_DEST,deps/epam/priv/bin/)
        $(INSTALL) -m 750 $(O_USER) $< $@
 
 $(call TO_DEST,priv/sql/lite.sql): sql/lite.sql $(call TO_DEST,priv/sql)
diff --git a/mix.exs b/mix.exs
index 3cdcc68414e52d3fb0852179a7e848c5591a104f..3cddbfb014d10034f837028c0d6090ab8c2ecd6a 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -68,7 +68,7 @@ defmodule Ejabberd.Mixfile do
                          {config(:redis), {:eredis, "~> 1.0"}},
                          {config(:zlib), {:ezlib, "~> 1.0"}},
                          {config(:iconv), {:iconv, "~> 1.0"}},
-                         {config(:pam), {:p1_pam, "~> 1.0"}},
+                         {config(:pam), {:epam, "~> 1.0"}},
                          {config(:tools), {:luerl, github: "rvirding/luerl", tag: "v0.2"}},
                          {config(:tools), {:meck, "~> 0.8.4"}},
                          {config(:tools), {:moka, github: "processone/moka", tag: "1.0.5c"}}], do:
index 95c2c7aa8916b6e1b7a11c1dbcd7dbd340fd58d6..f24b922d550b3c31ed9aa87f37efe3e7a935d8fd 100644 (file)
@@ -71,7 +71,7 @@
                   p1_utils,
                   p1_mysql,
                   p1_pgsql,
-                  p1_pam,
+                  epam,
                   ezlib,
                   iconv]}}.
 
                        {"fast_yaml", []},
                        {"esip", []},
                        {"fast_xml", [{if_var_true, full_xml, "--enable-full-xml"}]},
-                       {if_var_true, pam, {"p1_pam", []}},
+                       {if_var_true, pam, {"epam", []}},
                        {if_var_true, zlib, {"ezlib", []}},
                        {if_var_true, iconv, {"iconv", []}}]}.
 
index 603c8cd890668e20cb67c5a039f6d0028c1857ac..9e5e63ac11216963d8e00aa318002a9a3a5ca28c 100644 (file)
@@ -41,7 +41,7 @@
         opt_type/1]).
 
 start(_Host) ->
-    ejabberd:start_app(p1_pam).
+    ejabberd:start_app(epam).
 
 set_password(_User, _Server, _Password) ->
     {error, not_allowed}.