summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-06-21 08:12:12 -0400
committerjim-p <jimp@pfsense.org>2011-06-21 08:12:12 -0400
commitc7bb0eeda4498e9310a5e2b765947f876afddf72 (patch)
tree8395e4a5b60dff7a2a3a576ddeb39ce8eb09a2e6 /usr/local
parentffdcbeb67b3b8bea0e381e9d969fb4743eff7754 (diff)
parent7cca77de28652ca92a901be6da2e8ad86259ce16 (diff)
downloadpfsense-c7bb0eeda4498e9310a5e2b765947f876afddf72.zip
pfsense-c7bb0eeda4498e9310a5e2b765947f876afddf72.tar.gz
Merge remote branch 'upstream/master'
Conflicts: etc/version
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/sbin/ovpn-linkdown2
-rwxr-xr-xusr/local/sbin/ovpn-linkup4
-rwxr-xr-xusr/local/sbin/ppp-linkdown2
-rwxr-xr-xusr/local/sbin/vpn-linkdown2
-rw-r--r--usr/local/www/themes/_corporate/images/icons/icon_system-group-grey.pngbin0 -> 1566 bytes
-rw-r--r--usr/local/www/themes/_corporate/images/icons/icon_system-group.pngbin0 -> 3128 bytes
-rw-r--r--usr/local/www/themes/_corporate/images/icons/icon_system-user-grey.pngbin0 -> 1107 bytes
-rw-r--r--usr/local/www/themes/_corporate/images/icons/icon_system-user.pngbin0 -> 2084 bytes
-rw-r--r--usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-group-grey.pngbin0 -> 1566 bytes
-rw-r--r--usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-group.pngbin0 -> 3128 bytes
-rw-r--r--usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-user-grey.pngbin0 -> 1107 bytes
-rw-r--r--usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-user.pngbin0 -> 2084 bytes
-rw-r--r--usr/local/www/themes/pfsense/images/icons/icon_system-group-grey.pngbin0 -> 1566 bytes
-rw-r--r--usr/local/www/themes/pfsense/images/icons/icon_system-group.pngbin0 -> 3128 bytes
-rw-r--r--usr/local/www/themes/pfsense/images/icons/icon_system-user-grey.pngbin0 -> 1107 bytes
-rw-r--r--usr/local/www/themes/pfsense/images/icons/icon_system-user.pngbin0 -> 2084 bytes
16 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/sbin/ovpn-linkdown b/usr/local/sbin/ovpn-linkdown
index 112317f..b300aed 100755
--- a/usr/local/sbin/ovpn-linkdown
+++ b/usr/local/sbin/ovpn-linkdown
@@ -1,5 +1,5 @@
#!/bin/sh
-/sbin/pfctl -b $4 -b $5
+# /sbin/pfctl -b $4 -b $5
# delete the node just in case mpd cannot do that
/bin/rm -f /var/etc/nameserver_$1
/bin/rm -f /tmp/$1_router
diff --git a/usr/local/sbin/ovpn-linkup b/usr/local/sbin/ovpn-linkup
index 613822c..b613a9a 100755
--- a/usr/local/sbin/ovpn-linkup
+++ b/usr/local/sbin/ovpn-linkup
@@ -2,10 +2,10 @@
# let the configuration system know that the ip has changed.
#/usr/local/sbin/pfSctl -c "interface newip $interface"
-if [ -n $route_vpn_gateway ]; then
+if [ "" != "$route_vpn_gateway" ]; then
/bin/echo $route_vpn_gateway > /tmp/$1_router
else
- /bin/echo $4 > /tmp/$1_router
+ /bin/echo $5 > /tmp/$1_router
fi
/usr/bin/touch /tmp/$1up
# reload filter
diff --git a/usr/local/sbin/ppp-linkdown b/usr/local/sbin/ppp-linkdown
index f6a78b9..1170d2f 100755
--- a/usr/local/sbin/ppp-linkdown
+++ b/usr/local/sbin/ppp-linkdown
@@ -6,7 +6,7 @@ fi
if [ -f "/tmp/${interface}_defaultgw" ]; then
route delete default $4
fi
-/sbin/pfctl -b $3 -b $4
+# /sbin/pfctl -b $3 -b $4
# delete the node just in case mpd cannot do that
/usr/sbin/ngctl shutdown $1:
if [ -f "/var/etc/nameserver_$1" ]; then
diff --git a/usr/local/sbin/vpn-linkdown b/usr/local/sbin/vpn-linkdown
index e67a8a0..1d533cb 100755
--- a/usr/local/sbin/vpn-linkdown
+++ b/usr/local/sbin/vpn-linkdown
@@ -2,4 +2,4 @@
# record logout
/usr/bin/logger -p local3.info "logout,$1,$4,$5"
-/sbin/pfctl -b $3 -b $4
+# /sbin/pfctl -b $3 -b $4
diff --git a/usr/local/www/themes/_corporate/images/icons/icon_system-group-grey.png b/usr/local/www/themes/_corporate/images/icons/icon_system-group-grey.png
new file mode 100644
index 0000000..d7b964d
--- /dev/null
+++ b/usr/local/www/themes/_corporate/images/icons/icon_system-group-grey.png
Binary files differ
diff --git a/usr/local/www/themes/_corporate/images/icons/icon_system-group.png b/usr/local/www/themes/_corporate/images/icons/icon_system-group.png
new file mode 100644
index 0000000..1c974f2
--- /dev/null
+++ b/usr/local/www/themes/_corporate/images/icons/icon_system-group.png
Binary files differ
diff --git a/usr/local/www/themes/_corporate/images/icons/icon_system-user-grey.png b/usr/local/www/themes/_corporate/images/icons/icon_system-user-grey.png
new file mode 100644
index 0000000..2f6047d
--- /dev/null
+++ b/usr/local/www/themes/_corporate/images/icons/icon_system-user-grey.png
Binary files differ
diff --git a/usr/local/www/themes/_corporate/images/icons/icon_system-user.png b/usr/local/www/themes/_corporate/images/icons/icon_system-user.png
new file mode 100644
index 0000000..ef82156
--- /dev/null
+++ b/usr/local/www/themes/_corporate/images/icons/icon_system-user.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-group-grey.png b/usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-group-grey.png
new file mode 100644
index 0000000..d7b964d
--- /dev/null
+++ b/usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-group-grey.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-group.png b/usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-group.png
new file mode 100644
index 0000000..1c974f2
--- /dev/null
+++ b/usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-group.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-user-grey.png b/usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-user-grey.png
new file mode 100644
index 0000000..2f6047d
--- /dev/null
+++ b/usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-user-grey.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-user.png b/usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-user.png
new file mode 100644
index 0000000..ef82156
--- /dev/null
+++ b/usr/local/www/themes/pfsense-dropdown/images/icons/icon_system-user.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense/images/icons/icon_system-group-grey.png b/usr/local/www/themes/pfsense/images/icons/icon_system-group-grey.png
new file mode 100644
index 0000000..d7b964d
--- /dev/null
+++ b/usr/local/www/themes/pfsense/images/icons/icon_system-group-grey.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense/images/icons/icon_system-group.png b/usr/local/www/themes/pfsense/images/icons/icon_system-group.png
new file mode 100644
index 0000000..1c974f2
--- /dev/null
+++ b/usr/local/www/themes/pfsense/images/icons/icon_system-group.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense/images/icons/icon_system-user-grey.png b/usr/local/www/themes/pfsense/images/icons/icon_system-user-grey.png
new file mode 100644
index 0000000..2f6047d
--- /dev/null
+++ b/usr/local/www/themes/pfsense/images/icons/icon_system-user-grey.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense/images/icons/icon_system-user.png b/usr/local/www/themes/pfsense/images/icons/icon_system-user.png
new file mode 100644
index 0000000..ef82156
--- /dev/null
+++ b/usr/local/www/themes/pfsense/images/icons/icon_system-user.png
Binary files differ
OpenPOWER on IntegriCloud