diff options
author | Silvino Silva <silvino@bk.ru> | 2018-06-12 00:09:06 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-06-12 00:09:06 +0100 |
commit | f5a5ccbf1af61c4a70695b01187c32fd5ead2e76 (patch) | |
tree | 2b73a732dc3f199009e6626e2b599175b7fb16a1 /tools/scripts | |
parent | 39b2bc2174a6a25a0e727ecc12bb0edadaac689f (diff) | |
download | doc-f5a5ccbf1af61c4a70695b01187c32fd5ead2e76.tar.gz |
network, iptables, sshd config fix's
Diffstat (limited to 'tools/scripts')
-rw-r--r-- | tools/scripts/pkgmk-test.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scripts/pkgmk-test.conf b/tools/scripts/pkgmk-test.conf index 3b0031d..6dec896 100644 --- a/tools/scripts/pkgmk-test.conf +++ b/tools/scripts/pkgmk-test.conf @@ -4,7 +4,7 @@ source /etc/pkgmk.conf -#PKGMK_SOURCE_MIRRORS=(https://c9.root.sx/ports/distfiles/) +PKGMK_SOURCE_MIRRORS=() PKGMK_SOURCE_DIR="$PWD" PKGMK_PACKAGE_DIR="$PWD" PKGMK_WORK_DIR="$PWD/work" |