From 987208af221c24907d57cfcb767d6df0ff4db84f Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 20 Jan 2023 23:32:03 -0300 Subject: [PATCH] Remove unused variables from bin/portzap --- bin/portzap | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/portzap b/bin/portzap index e2c3d89..d8d3b4b 100755 --- a/bin/portzap +++ b/bin/portzap @@ -8,7 +8,6 @@ source_url="https://git.hardenedbsd.org/hardenedbsd/ports.git" transient_dir="/home/_portzap/ports" rest_dir="/usr/ports/" libexec_dir=$(realpath $(dirname $0)/../libexec/portzap/) -group="_portzap" ## # Default masks @@ -16,10 +15,6 @@ init_mask=707 clone_mask=007 pull_mask=007 -## -# Default modes -install_mode="u=rwX,g=rX,o=" - ## # Utils exit_on_missing_deps() {