From c1c1583d6cc94f7d70b8a935da529eb41cb66dfe Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 30 Jan 2010 13:58:45 -0800 Subject: New formula: vpnc * Initial vpnc formula from Adam V. * Modified the path locations for /etc & /var files Adam's initial vpnc formula was good, except it had some incorrect path setups for the /etc and /var files. They should have been under REPO/etc and REPO/var. Signed-off-by: Adam Vandenberg --- Library/Formula/vpnc.rb | 58 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Library/Formula/vpnc.rb (limited to 'Library/Formula') diff --git a/Library/Formula/vpnc.rb b/Library/Formula/vpnc.rb new file mode 100644 index 000000000..9d105ee63 --- /dev/null +++ b/Library/Formula/vpnc.rb @@ -0,0 +1,58 @@ +require 'formula' + +class Vpnc