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 +4 -4
- data/lib/dns_one/setup.rb +3 -1
- data/lib/dns_one/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 462cc4024e084939960862fda7e742a593dd6d62
|
4
|
+
data.tar.gz: 5ff3c113f3ac5ce72128c976774c2be303725e0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18cd125be132cbf46e0260000d7a93eb9990ff48eb318f27c500fb38204521271ee5b95edd027b7712d95b2863c72381a02a84df64692eb041111e727bb8c81a
|
7
|
+
data.tar.gz: 92646170c7184c39813ab4c368da5cd42248382ad683b0b7517aad411e55fe2a0d7ea744de505b8ea7db1c5f40ce60804025d3fba52669e7c92071383074f9a8
|
data/lib/dns_one/setup.rb
CHANGED
@@ -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?
|
data/lib/dns_one/version.rb
CHANGED