Remove unused variables from bin/portzap
This commit is contained in:
parent
c905c61fff
commit
987208af22
1 changed files with 0 additions and 5 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue