From owner-cvs-usrsbin Fri May 8 11:53:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13274 for cvs-usrsbin-outgoing; Fri, 8 May 1998 11:53:38 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13223; Fri, 8 May 1998 11:53:27 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA12144; Fri, 8 May 1998 11:50:28 -0700 (PDT) Date: Fri, 8 May 1998 11:50:28 -0700 (PDT) Message-Id: <199805081850.LAA12144@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c main.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/08 11:50:27 PDT Modified files: (Branch: MP) usr.sbin/ppp command.c main.c ppp.8 Log: o When specifying the diagnostic port (`set server'), replace the first ``%d'' in the unix-domain socket name with the current interface unit number. In the case of tcp ports, allow a ``+'' prefix to add the unit number to the specified port number. o Remove all mention of SIGUSR1 (was already #ifdef'd out). We can't create diagnostic sockets on-the-fly with a signal any more because there's no way of specifying the password without confusing matters with the previous ppp.secret scenario. Revision Changes Path 1.131.2.81 +22 -4 src/usr.sbin/ppp/command.c 1.121.2.58 +1 -18 src/usr.sbin/ppp/main.c 1.97.2.30 +22 -18 src/usr.sbin/ppp/ppp.8