4594245 [rkeene@sledge /home/rkeene/projects/build]$ cat ipsec-tools.txt
# SHORT DESC: IPSec Utilities
# LONG DESC: User-space IPsec tools for various IPsec implementations. A port of KAME's libipsec, setkey, and racoon to the Linux OS. Also works on various BSD systems. 
 
./configure --prefix=/usr --libdir="${libdir}" --sysconfdir=/etc --localstatedir=/var --disable-security-context --enable-adminport && \
make && \
make install || exit 1

mkdir /var/racoon
date > /var/racoon/.keep

exit 0
4594246 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06