LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Cisco 5000 VPN client (https://www.linuxquestions.org/questions/linux-software-2/cisco-5000-vpn-client-134006/)

levenger 01-12-2004 10:59 AM

Cisco 5000 VPN client
 
I've installed the Ciscon VPN client correctly. The startup script in /etc/rc.d/init.d is looking for a script called functions that should reside in the same directory. Anyone know where the functions script comes from and how I can get it. Looking at a Red Hat machine at work it looks like something that should be installed.

thanks

jagmarz 02-12-2004 12:23 PM

All I did was to qualify the loading:

# Source function library.
[ -f /etc/rc.d/init.d/functions ] && . /etc/rc.d/init.d/functions

COMPvpn is clearly developed with RedHat in mind.


All times are GMT -5. The time now is 01:57 AM.