dns_one 0.4.21 → 0.4.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 03c98a936295f1f195415a98b158496a24999c31
4
- data.tar.gz: e3c56ae6e07dfcd59818b58a9fd9ef1a7185e61b
3
+ metadata.gz: 462cc4024e084939960862fda7e742a593dd6d62
4
+ data.tar.gz: 5ff3c113f3ac5ce72128c976774c2be303725e0f
5
5
  SHA512:
6
- metadata.gz: 1f6dad83b60202cfe947f0921f66bae5033336f0cfdc3f14852b0e8fad9fdc7c47136aa5728b4afcab59f30d802d39f5530d50ea38e6e60153d725e292616dd3
7
- data.tar.gz: c647f0dfb6462466989f4cbbecdf57fe9db2946d015360f171d9b8799994f1ab305267ea74eb160bbfd44fd695d0f273c73d4aa3ee73e09e184e9dba491cc989
6
+ metadata.gz: 18cd125be132cbf46e0260000d7a93eb9990ff48eb318f27c500fb38204521271ee5b95edd027b7712d95b2863c72381a02a84df64692eb041111e727bb8c81a
7
+ data.tar.gz: 92646170c7184c39813ab4c368da5cd42248382ad683b0b7517aad411e55fe2a0d7ea744de505b8ea7db1c5f40ce60804025d3fba52669e7c92071383074f9a8
@@ -69,8 +69,10 @@ module DnsOne; class Setup
69
69
  def setup_finished_msg
70
70
  puts "Installed.\n"
71
71
  puts "Now:"
72
- puts "1) Edit #{DnsOne::DEFAULT_CONF_FILE}. You can run 'ruby -Ilib/ exe/dns_one --conf util/dev_conf.yml' to test and adjust your configuration."
72
+ puts "1) Edit #{DnsOne::DEFAULT_CONF_FILE}. You can run 'ruby -Ilib/ exe/dns_one --conf util/dev_conf.yml --log=/dev/stdout' to test and adjust your configuration."
73
73
  puts "2) After configure run 'dns_one start'."
74
+ puts "See startup or logs with 'tail -f /var/log/syslog'"
75
+ puts "See run logs with 'tail -f #{DnsOne::DEFAULT_LOG_FILE}'"
74
76
  end
75
77
 
76
78
  def is_setup?
@@ -1,3 +1,3 @@
1
1
  module DnsOne
2
- VERSION = "0.4.21"
2
+ VERSION = "0.4.22"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dns_one
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.21
4
+ version: 0.4.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Lobato