summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/hostsblock/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/hostsblock/doinst.sh b/network/hostsblock/doinst.sh
index 1cdd2c6ca5..e711ca2966 100644
--- a/network/hostsblock/doinst.sh
+++ b/network/hostsblock/doinst.sh
@@ -14,6 +14,6 @@ config() {
config etc/hostsblock/rc.conf.new
# backup existing /etc/hosts to /etc/hostsblock/hosts.head if it doesn't already exist
-if [ ! -r /etc/hostsblock/hosts.head ] ; then
- cp /etc/hosts /etc/hostsblock/hosts.head
+if [ ! -r etc/hostsblock/hosts.head ] ; then
+ cp etc/hosts etc/hostsblock/hosts.head
fi