summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-09-17 21:51:09 +0000
committerhubertf <hubertf>2000-09-17 21:51:09 +0000
commit8440d8547bbfc6f5ed8b5f859cb819b062e2a91e (patch)
tree7f3f94b6502422659387a697157e8dab90511e53 /mk
parentb592a8a1050698d016e7fa01eebac51209119646 (diff)
downloadpkgsrc-8440d8547bbfc6f5ed8b5f859cb819b062e2a91e.tar.gz
Read FTPHOST from config file
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/post-build3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bulk/post-build b/mk/bulk/post-build
index 6b1fed641b4..3584d956f03 100644
--- a/mk/bulk/post-build
+++ b/mk/bulk/post-build
@@ -1,5 +1,5 @@
#!/usr/pkg/bin/perl
-# $NetBSD: post-build,v 1.2 2000/09/15 22:27:16 hubertf Exp $
+# $NetBSD: post-build,v 1.3 2000/09/17 21:51:09 hubertf Exp $
#
# Collect stuff after a pkg bulk build
#
@@ -29,6 +29,7 @@ sub getconf
getconf("FTPURL"); # "pub/NetBSD/pkgstat/`date +%Y%m%d.%H%M`"
getconf("FTP"); # "/disk1/ftp/${FTPURL}"
+getconf("FTPHOST"); # ftp://ftp.machi.ne/
getconf("REPORT"); # "broken.html"
getconf("USR_PKGSRC"); # "/usr/pkgsrc"
getconf("osrev"); # `uname -r`