From: <smi...@us...> - 2003-12-26 18:45:51
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1:/tmp/cvs-serv29705/scripts/configuration Added Files: l2tpd.config Log Message: initial checkin of l2tpd --- NEW FILE: l2tpd.config --- #!/bin/bash # # http://www.devil-linux.org if [ "$CONFIG_PPP" = "y" ]; then menu_add "Networking|VPN" bool "L2TPD (Layer 2 Tunneling Protocol - MS Compatible)" CONFIG_L2TPD fi |