summaryrefslogtreecommitdiffstats
path: root/network/hostsblock
diff options
context:
space:
mode:
author B. Watson2022-03-13 22:44:39 +0100
committer B. Watson2022-03-13 22:44:39 +0100
commit30e5eba41fa7f21bf7fd1b44216db4fe75492a4b (patch)
treec844ed26e3d923ed0c6aaae1394b889a56105576 /network/hostsblock
parent6c728cf2c8bd78c18bbae47d34432e72efa73719 (diff)
downloadslackbuilds-30e5eba41fa7f21bf7fd1b44216db4fe75492a4b.tar.gz
network/hostsblock: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/hostsblock')
-rw-r--r--network/hostsblock/README21
1 files changed, 11 insertions, 10 deletions
diff --git a/network/hostsblock/README b/network/hostsblock/README
index d52b818eb4..939bf42066 100644
--- a/network/hostsblock/README
+++ b/network/hostsblock/README
@@ -1,15 +1,16 @@
-Hostsblock is a bash script for Linux designed to take advantage of the
-/etc/hosts file to provide system-wide blocking of internet advertisements,
-malicious domains, trackers, and other undesirable content. To do so, it
-downloads a configurable set of blocklists and processes and their entries into
-a singular file.
+Hostsblock is a bash script for Linux designed to take advantage
+of the /etc/hosts file to provide system-wide blocking of internet
+advertisements, malicious domains, trackers, and other undesirable
+content. To do so, it downloads a configurable set of blocklists and
+processes and their entries into a singular file.
-The SlackBuild assumes that dnsmasq is not available so it will configure
-hostsblock to overwrite the current /etc/hosts file. The install script will
-backup the current /etc/hosts file to /etc/hostsblock/hosts.head if it does
-not already exist.
+The SlackBuild assumes that dnsmasq is not available so it
+will configure hostsblock to overwrite the current /etc/hosts
+file. The install script will backup the current /etc/hosts file to
+/etc/hostsblock/hosts.head if it does not already exist.
-After uninstalling hostsblock, you should copy hosts.head back to /etc/hosts.
+After uninstalling hostsblock, you should copy hosts.head back to
+/etc/hosts.
To have hostsblock automatically update /etc/hosts once a week, run:
ln -sf /usr/sbin/hostsblock /etc/cron.weekly/hostsblock