#!/bin/sh # Copyright 2006, Alan Hicks, Lizella, GA # Copyright 2007, Frederick Emmott $PKG/etc/openvpn/README.TXT Have a look in /usr/doc/$PKGNAM-$PKGVER/sample-config-files for some more examples of how to configure OpenVPN. You'll need to add something to your /etc/rc.d/rc.local to start OpenVPN, as well as to tell it where to find its config file. See "man openvpn" and the other docs for more information. EOF # Add a link, too: mkdir -p $PKG/usr/doc/$PKGNAM-$PKGVER/sample-config-files ( cd $PKG/usr/doc/$PKGNAM-$PKGVER/sample-config-files ln -sf /etc/openvpn/openvpn.conf.sample . ) mkdir -p $PKG/usr/doc/$PKGNAM-$PKGVER cp -a AUTHORS COPYING COPYRIGHT.GPL ChangeLog INSTALL INSTALL-win32.txt \ NEWS PORTS README sample-config-files sample-keys sample-scripts easy-rsa \ $PKG/usr/doc/$PKGNAM-$PKGVER cd $PKG pkghelpers_fixup mkdir -p install cat $CWD/slack-desc > install/slack-desc pkghelpers_makepkg