[milter-manager-commit] milter-manager/milter-manager at 531e73d [master] test: Overwrite configure options

Back to archive index

Kenji Okimoto null+****@clear*****
Mon Jun 19 17:23:39 JST 2017


Kenji Okimoto	2017-06-19 17:23:39 +0900 (Mon, 19 Jun 2017)

  New Revision: 531e73d25bd3c276e1a6c9de78f1f21bf3108364
  https://github.com/milter-manager/milter-manager/commit/531e73d25bd3c276e1a6c9de78f1f21bf3108364

  Message:
    test: Overwrite configure options
    
    For example, following options are specified to Debian packages
    
    ```
    --with-default-effective-user=milter-manager
    --with-default-effective-group=mail
    --with-default-socket-group=mail
    --with-default-pid-file=/run/milter-manager/milter-manager.pid
    ```

  Modified files:
    test/fixtures/manager/default.conf

  Modified: test/fixtures/manager/default.conf (+4 -0)
===================================================================
--- test/fixtures/manager/default.conf    2017-06-19 14:33:39 +0900 (4661fa1)
+++ test/fixtures/manager/default.conf    2017-06-19 17:23:39 +0900 (0c7974b)
@@ -3,3 +3,7 @@
 manager.event_loop_backend = ENV["MILTER_EVENT_LOOP_BACKEND"] || "glib"
 manager.n_workers = (ENV["MILTER_N_WORKERS"] || "0").to_i
 manager.connection_spec = "inet:10025@[127.0.0.1]"
+manager.unix_socket_group = nil
+manager.pid_file = nil
+security.effective_user = nil
+security.effective_group = nil
-------------- next part --------------
An HTML attachment was scrubbed...
Télécharger 



More information about the milter-manager-commit mailing list
Back to archive index