diff options
Diffstat (limited to 'net/userppp/pkg')
-rw-r--r-- | net/userppp/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/userppp/pkg/DESCR | 5 | ||||
-rw-r--r-- | net/userppp/pkg/PLIST | 23 |
3 files changed, 29 insertions, 0 deletions
diff --git a/net/userppp/pkg/COMMENT b/net/userppp/pkg/COMMENT new file mode 100644 index 00000000000..e243d8ec1e3 --- /dev/null +++ b/net/userppp/pkg/COMMENT @@ -0,0 +1 @@ +User-PPP package as found in FreeBSD and OpenBSD diff --git a/net/userppp/pkg/DESCR b/net/userppp/pkg/DESCR new file mode 100644 index 00000000000..277c230d5e3 --- /dev/null +++ b/net/userppp/pkg/DESCR @@ -0,0 +1,5 @@ +This is the user process PPP package as found in FreeBSD and OpenBSD. +Normally, PPP is implemented as a part of the kernel (e.g., as managed by +pppd(8)) and it's thus somewhat hard to debug and/or modify its behaviour. +However, in this implementation PPP is done as a user process with the help +of the tunnel device driver (tun). diff --git a/net/userppp/pkg/PLIST b/net/userppp/pkg/PLIST new file mode 100644 index 00000000000..7595eed490a --- /dev/null +++ b/net/userppp/pkg/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/07 17:26:58 ad Exp $ +man/cat8/ppp.0 +man/cat8/pppctl.0 +man/man8/ppp.8 +man/man8/pppctl.8 +sbin/ppp +sbin/pppctl +share/examples/ppp/chap-auth +share/examples/ppp/isdnd.rc +share/examples/ppp/login-auth +share/examples/ppp/ppp.conf.isdn +share/examples/ppp/ppp.conf.sample +share/examples/ppp/ppp.conf.span-isp +share/examples/ppp/ppp.conf.span-isp.working +share/examples/ppp/ppp.linkdown.sample +share/examples/ppp/ppp.linkdown.span-isp +share/examples/ppp/ppp.linkdown.span-isp.working +share/examples/ppp/ppp.linkup.sample +share/examples/ppp/ppp.linkup.span-isp +share/examples/ppp/ppp.linkup.span-isp.working +share/examples/ppp/ppp.secret.sample +share/examples/ppp/ppp.secret.span-isp +share/examples/ppp/ppp.secret.span-isp.working |