summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-09-10 19:33:56 +0200
committerErmal <eri@pfsense.org>2014-09-10 19:33:56 +0200
commit4881e5a999a9be1e1732267110152a5160f1727d (patch)
tree2e7eb0f8c14578d4358c6d6ddd81b7df2a63d446
parent537940c824015fc4d81b59fd0e365e8cc0e337d8 (diff)
downloadpfsense-4881e5a999a9be1e1732267110152a5160f1727d.zip
pfsense-4881e5a999a9be1e1732267110152a5160f1727d.tar.gz
Remove racoon references
-rwxr-xr-xetc/inc/ipsec.auth-user.php2
-rw-r--r--etc/phpshellsessions/gitsync2
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);
OpenPOWER on IntegriCloud