From 4881e5a999a9be1e1732267110152a5160f1727d Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 10 Sep 2014 19:33:56 +0200 Subject: Remove racoon references --- etc/inc/ipsec.auth-user.php | 2 +- etc/phpshellsessions/gitsync | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/inc/ipsec.auth-user.php b/etc/inc/ipsec.auth-user.php index 8707e02..1171735 100755 --- a/etc/inc/ipsec.auth-user.php +++ b/etc/inc/ipsec.auth-user.php @@ -35,7 +35,7 @@ pfSense_MODULE: openvpn */ /* - * racoon calls this script to authenticate a user + * ipsec calls this script to authenticate a user * based on a username and password. We lookup these * in our config.xml file and check the credentials. */ diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync index e943ffa..0d6ac07 100644 --- a/etc/phpshellsessions/gitsync +++ b/etc/phpshellsessions/gitsync @@ -249,7 +249,7 @@ if($branch == "RESTORE" && $g['platform'] == "pfSense") { if($nobackup == false) { echo "===> Backing up current pfSense information...\n"; echo "===> Please wait... "; - exec("tar czPf /root/cvssync_backup.tgz --exclude /root --exclude /dev --exclude /var/db/racoon/racoon.sock --exclude /tmp --exclude /var/run --exclude /var/empty /"); + exec("tar czPf /root/cvssync_backup.tgz --exclude /root --exclude /dev --exclude /tmp --exclude /var/run --exclude /var/empty /"); $size = filesize("/root/cvssync_backup.tgz"); echo "{$size} bytes.\n\n"; sleep(5); -- cgit v1.1