diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-21 21:04:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-21 21:04:23 +0000 |
commit | 0fcc5bed2d16ee14126c7883f265750ec3b1ed11 (patch) | |
tree | a155079c39d60d320f9581432ae693a015a6e9a8 /net/vtun/patches/patch-ab | |
parent | 94bb9fe4c9545f0b9ffa0ea1abf1edcebe621269 (diff) | |
download | pkgsrc-0fcc5bed2d16ee14126c7883f265750ec3b1ed11.tar.gz |
Buildlink'ify and use the generic INSTALL scripts. Also move the lock
directory to /var/run/vtund. This mirrors where samba installs its lock
files (/var/run/samba). Lastly, make the vtund.8 manpage reflect where
everything is really located.
Diffstat (limited to 'net/vtun/patches/patch-ab')
-rw-r--r-- | net/vtun/patches/patch-ab | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net/vtun/patches/patch-ab b/net/vtun/patches/patch-ab new file mode 100644 index 00000000000..b81d0cc53bb --- /dev/null +++ b/net/vtun/patches/patch-ab @@ -0,0 +1,28 @@ +$NetBSD: patch-ab,v 1.1 2001/12/21 21:04:23 jlam Exp $ + +--- vtund.8.orig Sun Oct 29 14:30:30 2000 ++++ vtund.8 +@@ -68,7 +68,7 @@ + .I -f file + Read config information from the + .I file +-(full path required). By default vtund uses /etc/vtund.conf ++(full path required). By default vtund uses @PKG_SYSCONFDIR@/vtund.conf + .TP + .I -n + Do not become daemon. +@@ -112,12 +112,12 @@ + specified. + .SH FILES + .TP +-.B /etc/vtund.conf ++.B @PKG_SYSCONFDIR@/vtund.conf + Main configuration file with sessions and other information. + See vtund.conf example provided with distribution and vtund.conf(5) + for more information. + .TP +-.B /var/lock/vtund/ ++.B /var/run/vtund/ + Session lock files. + .TP + .B /var/log/vtund/ |