projects
/
dyn-nsupdate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
4129afc
)
tune installation instructions
author
Ralf Jung
<post@ralfj.de>
Tue, 11 Nov 2014 09:49:11 +0000
(10:49 +0100)
committer
Ralf Jung
<post@ralfj.de>
Tue, 11 Nov 2014 09:49:11 +0000
(10:49 +0100)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index 9ffaccc46595f1bcdde71d9db13c1ee15185c641..78ed2aaafe16b5acb811f1fa8a4d3d73a71d3af4 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-39,16
+39,16
@@
source directory, run::
cd nsupd-wrapper
mkdir -p build
cd build
cd nsupd-wrapper
mkdir -p build
cd build
- cmake .. -DCMAKE_BUILD_TYPE=Release \
-
-DDYNNSUPDATE_CONFIG_FILE=/var/lib/bind
/dyn-nsupdate.conf
+ DIR=/var/lib/bind
+
cmake .. -DCMAKE_BUILD_TYPE=Release -DDYNNSUPDATE_CONFIG_FILE=$DIR
/dyn-nsupdate.conf
make
This should compile the binary ``dyn-nsupdate``. If you want to put the files in
another directory, change the configuration file name accordingly. You can now
install it and the sample configuration file, and set their permissions::
make
This should compile the binary ``dyn-nsupdate``. If you want to put the files in
another directory, change the configuration file name accordingly. You can now
install it and the sample configuration file, and set their permissions::
- sudo install dyn-nsupdate
/var/lib/bind
/dyn-nsupdate -o bind -g bind -m +rx,u+ws
- sudo install ../../dyn-nsupdate.conf.dist
/var/lib/bind
/dyn-nsupdate.conf -o bind -g bind -m u+rw
+ sudo install dyn-nsupdate
$DIR
/dyn-nsupdate -o bind -g bind -m +rx,u+ws
+ sudo install ../../dyn-nsupdate.conf.dist
$DIR
/dyn-nsupdate.conf -o bind -g bind -m u+rw
Finally, edit the config file. The format should be pretty self-explanatory. In
particular, **change the password**!
Finally, edit the config file. The format should be pretty self-explanatory. In
particular, **change the password**!