diff options
author | 2017-02-23 12:27:58 +0000 | |
---|---|---|
committer | 2017-02-23 12:27:58 +0000 | |
commit | 1548c989b550148c66adf213a554f6bd47ee58bf (patch) | |
tree | c9209915c48823ab5f6409f1324a079847e4b1cc | |
parent | Add missing mtx_leave() calls in two hypervic error paths (diff) | |
download | wireguard-openbsd-1548c989b550148c66adf213a554f6bd47ee58bf.tar.xz wireguard-openbsd-1548c989b550148c66adf213a554f6bd47ee58bf.zip |
sync
-rw-r--r-- | etc/examples/pkg.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/examples/pkg.conf b/etc/examples/pkg.conf index ec14c3656e0..b18821bf4f0 100644 --- a/etc/examples/pkg.conf +++ b/etc/examples/pkg.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pkg.conf,v 1.23 2017/02/20 09:31:34 sthen Exp $ +# $OpenBSD: pkg.conf,v 1.24 2017/02/23 12:27:58 sthen Exp $ # # Mirrors update at differing schedules. If using snapshots, sticking # with one host will reduce risk of fetching out-of-sync packages. @@ -51,7 +51,7 @@ #installpath = ftp.hostserver.de # Greece -#installpath = http://ftp.cc.uoc.gr/mirrors/OpenBSD/%c/packages/%a/ +#installpath = ftp.cc.uoc.gr # Hong Kong #installpath = openbsd.hk |