diff options
author | 2012-01-18 03:21:28 +0000 | |
---|---|---|
committer | 2012-01-18 03:21:28 +0000 | |
commit | 9b9254fe808d6a9caff91a74eed56276ca1311b5 (patch) | |
tree | 25e2dc69ecaa8160c4000ff29bbb2f83b434f425 | |
parent | Replace npppdctl(8) by new npppctl(8). npppctl was written from (diff) | |
download | wireguard-openbsd-9b9254fe808d6a9caff91a74eed56276ca1311b5.tar.xz wireguard-openbsd-9b9254fe808d6a9caff91a74eed56276ca1311b5.zip |
npppdctl related files should be removed. Added a mention about that.
-rw-r--r-- | usr.sbin/npppd/HOWTO_PIPEX_NPPPD.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.sbin/npppd/HOWTO_PIPEX_NPPPD.txt b/usr.sbin/npppd/HOWTO_PIPEX_NPPPD.txt index 0f23a8c8d7d..bef1f078873 100644 --- a/usr.sbin/npppd/HOWTO_PIPEX_NPPPD.txt +++ b/usr.sbin/npppd/HOWTO_PIPEX_NPPPD.txt @@ -1,4 +1,4 @@ -$Id: HOWTO_PIPEX_NPPPD.txt,v 1.7 2012/01/06 11:20:36 sebastia Exp $ +$Id: HOWTO_PIPEX_NPPPD.txt,v 1.8 2012/01/18 03:21:28 yasuoka Exp $ How to test npppd and pipex --------------------------- @@ -42,6 +42,13 @@ on server % sudo userdel _npppd % sudo groupdel _npppd + * Previous version has `npppdctl', but it was replaced by `npppctl'. + So please remove `npppdctl' related files. + + % sudo rm /usr/sbin/npppdctl + % sudo rm /usr/share/man/cat8/npppdctl.0 + % sudo rm /usr/share/man/man8/npppdctl.8 + on client @@ -89,7 +96,7 @@ How to test L2TP/IPsec # # Simplest npppd.conf sample # -# $Id: HOWTO_PIPEX_NPPPD.txt,v 1.7 2012/01/06 11:20:36 sebastia Exp $ +# $Id: HOWTO_PIPEX_NPPPD.txt,v 1.8 2012/01/18 03:21:28 yasuoka Exp $ interface_list: tun0 interface.tun0.ip4addr: 10.0.0.1 |