summaryrefslogtreecommitdiff
path: root/pkg/linux/resolv-update
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-08-30 20:52:40 +0200
committerKali Kaneko <kali@leap.se>2013-08-30 20:52:40 +0200
commitf29e099d524a39a80fc6225d3547217eefa7fc0f (patch)
tree04b4735ee0001b225f15563508626d62b5108e05 /pkg/linux/resolv-update
parent20674265220078d2476838e61f6ac0637805b456 (diff)
fix naming in resolv-update
Diffstat (limited to 'pkg/linux/resolv-update')
-rwxr-xr-xpkg/linux/resolv-update6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/linux/resolv-update b/pkg/linux/resolv-update
index a54802e3..601d3bd2 100755
--- a/pkg/linux/resolv-update
+++ b/pkg/linux/resolv-update
@@ -20,13 +20,13 @@ function up() {
comment=$(
cat <<SETVAR
#
-# This is a temporary resolv.conf set by the LEAP Client in order to
+# This is a temporary resolv.conf set by the Bitmask in order to
# strictly enforce that DNS lookups are secured by the VPN.
#
-# When the LEAP Client quits or the VPN connection it manages is dropped,
+# When Bitmask quits or the VPN connection it manages is dropped,
# this file will be replace with the regularly scheduled /etc/resolv.conf
#
-# If you want custom entries to appear in this file while LEAP is running,
+# If you want custom entries to appear in this file while Bitmask is running,
# put them in /etc/leap/resolv-head or /etc/leap/resolv-tail. These files
# should only be writable by root.
#