diff options
author | 2016-05-27 08:49:09 +0000 | |
---|---|---|
committer | 2016-05-27 08:49:09 +0000 | |
commit | 099a535cf66f8fd487f7bb23adb939b38a6997a9 (patch) | |
tree | db2d569d5b16352f03ba78303bdf9ec758f0d00c | |
parent | Modify com_init to match the com driver initializaiton, and add (diff) | |
download | wireguard-openbsd-099a535cf66f8fd487f7bb23adb939b38a6997a9.tar.xz wireguard-openbsd-099a535cf66f8fd487f7bb23adb939b38a6997a9.zip |
sync
-rw-r--r-- | etc/examples/pkg.conf | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/examples/pkg.conf b/etc/examples/pkg.conf index 22b8780be8b..bc92ace9d3b 100644 --- a/etc/examples/pkg.conf +++ b/etc/examples/pkg.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pkg.conf,v 1.12 2016/04/21 23:05:01 sthen Exp $ +# $OpenBSD: pkg.conf,v 1.13 2016/05/27 08:49:09 sthen Exp $ # # Mirrors update at differing schedules. If using snapshots, sticking # with one host will reduce risk of fetching out-of-sync packages. @@ -21,7 +21,6 @@ # Canada #installpath = ftp.OpenBSD.org -#installpath = athena.caslab.queensu.ca #installpath = openbsd.cs.toronto.edu #installpath = openbsd.delfic.org @@ -29,7 +28,6 @@ #installpath = http://mirrors.ucr.ac.cr/OpenBSD/%c/packages/%a/ # Denmark -#installpath = ftp.openbsd.dk #installpath = mirror.one.com # Estonia @@ -89,9 +87,6 @@ # Slovenia #installpath = www.obsd.si -# Spain -#installpath = mirror.codigo23.net - # Sweden #installpath = ftp.eu.openbsd.org @@ -126,7 +121,6 @@ # NY, USA #installpath = ftp5.usa.openbsd.org #installpath = mirrors.nycbug.org -#installpath = openbsd.mirror.frontiernet.net # PA, USA #installpath = http://openbsd.mirrors.hoobly.com/%c/packages/%a/ |