summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-12-14 04:01:33 +0000
committerChristian Pointner <equinox@anytun.org>2009-12-14 04:01:33 +0000
commit1bcfd4d17e56a20cbdb2a5dac3d42a348da3d834 (patch)
treeb85e8ab2e9f247ab0bc25b563d5d2e9924fb76a1
parentfixed spelling error unkown != unknown (diff)
fixed permissions bug at make install
fixed device name uanytun to anytun at p2p examples
-rw-r--r--etc/anytun/p2p-a/config2
-rw-r--r--etc/anytun/p2p-b/config2
-rw-r--r--src/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/anytun/p2p-a/config b/etc/anytun/p2p-a/config
index d7d25b0..eab10a9 100644
--- a/etc/anytun/p2p-a/config
+++ b/etc/anytun/p2p-a/config
@@ -75,7 +75,7 @@ log syslog:3,anytun-p2p-a,daemon
#kd-prf aes-ctr-256
## Device name
-#dev uanytun0
+#dev anytun0
## Manually set encryption key and salt
## (this replaces the passphrase)
diff --git a/etc/anytun/p2p-b/config b/etc/anytun/p2p-b/config
index 6f2d7a3..9881b1e 100644
--- a/etc/anytun/p2p-b/config
+++ b/etc/anytun/p2p-b/config
@@ -75,7 +75,7 @@ log syslog:3,anytun-p2p-b,daemon
#kd-prf aes-ctr-256
## Device name
-#dev uanytun0
+#dev anytun0
## Manually set encryption key and salt
## (this replaces the passphrase)
diff --git a/src/Makefile b/src/Makefile
index f3c9801..9d1b4b0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -251,7 +251,7 @@ install-examples:
cd conf.d ; \
for file in `ls`; do \
if [ -f $$file ]; then \
- $(INSTALL) -m 644 $$file $(DESTDIR)$(EXAMPLESDIR)/anytun/$$dir/conf.d ; \
+ $(INSTALL) -m 600 $$file $(DESTDIR)$(EXAMPLESDIR)/anytun/$$dir/conf.d ; \
fi ; \
done ; \
cd .. ; \