diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-02-01 22:02:49 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-02-01 22:02:49 +0000 |
commit | 9a336630a6a914da858ae013541d3473a0fe9a16 (patch) | |
tree | c9d8a2e9eb88ef546835d5bd667f9eb667aa5853 | |
parent | 0ddbe900412555fcbbc38dad10654f6d0a58d580 (diff) |
sync
-rw-r--r-- | etc/examples/pkg.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/examples/pkg.conf b/etc/examples/pkg.conf index f030bfa1aa3..7adafa65a8b 100644 --- a/etc/examples/pkg.conf +++ b/etc/examples/pkg.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pkg.conf,v 1.2 2016/02/01 16:29:33 sthen Exp $ +# $OpenBSD: pkg.conf,v 1.3 2016/02/01 22:02:48 sthen Exp $ # # Mirrors update at differing schedules. If using snapshots, sticking # with one host will reduce risk of fetching out-of-sync packages. @@ -47,6 +47,9 @@ # Greece #installpath = http://ftp.cc.uoc.gr/mirrors/OpenBSD/%c/packages/%a/ +# Hong Kong +#installpath = openbsd.hk + # Hungary #installpath = ftp.fsn.hu @@ -82,9 +85,6 @@ # Slovenia #installpath = www.obsd.si -# Spain -#installpath = mirror.codigo23.net - # Sweden #installpath = ftp.eu.openbsd.org |