summaryrefslogtreecommitdiffstats
path: root/etc/ppp
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ppp')
-rw-r--r--etc/ppp/ppp.conf.sample10
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample
index acdf52e..62bebdd 100644
--- a/etc/ppp/ppp.conf.sample
+++ b/etc/ppp/ppp.conf.sample
@@ -4,7 +4,7 @@
#
# Originally written by Toshiharu OHNO
#
-# $Id: ppp.conf.sample,v 1.25 1997/11/18 19:21:47 brian Exp $
+# $Id: ppp.conf.sample,v 1.26 1997/12/27 07:22:10 brian Exp $
#
#################################################################
@@ -116,9 +116,13 @@ examples:
#
# When in -auto, -ddial, -direct or -background mode, ppp can accept
# control instructions from the ``pppctl'' program. First, you must
-# set up your control socket. It's safest to use a UNIX domain socket:
+# set up your control socket. It's safest to use a UNIX domain socket
+# and to keep these sockets in one place:
+# # mkdir /var/ppp
+# # chmod 1777 /var/ppp
+# then create your socket there:
#
- set server /var/run/internet 0660
+ set server /var/ppp/internet 0660
#
# Although a TCP port may be used if you want to allow control
# connections from other machines:
OpenPOWER on IntegriCloud