summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2016-01-27 00:08:23 +0000
committerdteske <dteske@FreeBSD.org>2016-01-27 00:08:23 +0000
commit51896ff64b61a7a87ec30d4615aa9e9a83179955 (patch)
tree670daef2cd42369dbf222ac20b83a355084b0efe /usr.sbin/bsdconfig
parentcd5415338986676c397649b838a9c56aadf2f8bf (diff)
downloadFreeBSD-src-51896ff64b61a7a87ec30d4615aa9e9a83179955.zip
FreeBSD-src-51896ff64b61a7a87ec30d4615aa9e9a83179955.tar.gz
Change incorrect path
Diffstat (limited to 'usr.sbin/bsdconfig')
-rw-r--r--usr.sbin/bsdconfig/share/packages/index.subr4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdconfig/share/packages/index.subr b/usr.sbin/bsdconfig/share/packages/index.subr
index f3c1713..4f22278 100644
--- a/usr.sbin/bsdconfig/share/packages/index.subr
+++ b/usr.sbin/bsdconfig/share/packages/index.subr
@@ -1,6 +1,6 @@
if [ ! "$_PACKAGES_INDEX_SUBR" ]; then _PACKAGES_INDEX_SUBR=1
#
-# Copyright (c) 2013 Devin Teske
+# Copyright (c) 2013-2016 Devin Teske
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -47,7 +47,7 @@ _INDEX_INITTED=
#
# Default path to pkg(8) repo-packagesite.sqlite database
#
-SQLITE_REPO="/var/db/pkg/repo-packagesite.sqlite"
+SQLITE_REPO="/var/db/pkg/repo-FreeBSD.sqlite"
#
# Default path to on-disk cache INDEX file
OpenPOWER on IntegriCloud