1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Don't suggest creating sockets in /var/run as we create

sockets as our original uid.  Suggest creating /var/ppp
with perms 1777 instead.

Pointed out by: Masafumi NAKANE <max@wide.ad.jp>
This commit is contained in:
Brian Somers 1997-12-30 23:34:35 +00:00
parent 2a279fed14
commit 00c5ae6b03
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32130

View File

@ -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: