streambinder / vpnc

IPsec (Cisco/Juniper) VPN concentrator client
https://davidepucci.it/doc/vpnc
GNU General Public License v2.0
39 stars 21 forks source link

remove install-scripts in Makefile #15

Closed knorth55 closed 4 years ago

knorth55 commented 4 years ago

vpnc-scripts is remove in 840a05befb518091f70a40673bdc6a825a0f132c

I also have a question about install vpnc-scripts. because vpnc-scripts is removed in 840a05befb518091f70a40673bdc6a825a0f132c, we need to install it manually as follow, is my understanding correct?

git clone git://git.infradead.org/users/dwmw2/vpnc-scripts.git
cd vpnc-scripts
sudo cp vpnc-script /etc/vpnc
streambinder commented 4 years ago

we need to install it manually as follow, is my understanding correct?

git clone git://git.infradead.org/users/dwmw2/vpnc-scripts.git
cd vpnc-script
sudo cp vpnc-script /etc/vpnc

Exactly :+1:

knorth55 commented 4 years ago

Great, thank you!