From 1bcfd4d17e56a20cbdb2a5dac3d42a348da3d834 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 14 Dec 2009 04:01:33 +0000 Subject: fixed permissions bug at make install fixed device name uanytun to anytun at p2p examples --- etc/anytun/p2p-a/config | 2 +- etc/anytun/p2p-b/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') 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) -- cgit v1.2.3