diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-30 15:57:21 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-30 15:57:21 -0300 |
commit | 83f5501364e77dfeac9fbbf67bff8ee9e63431ed (patch) | |
tree | 04b4735ee0001b225f15563508626d62b5108e05 | |
parent | 20674265220078d2476838e61f6ac0637805b456 (diff) | |
parent | f29e099d524a39a80fc6225d3547217eefa7fc0f (diff) |
Merge remote-tracking branch 'kali/bug/fix-naming-in-resolv-update' into develop
-rwxr-xr-x | pkg/linux/resolv-update | 6 |
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. # |