diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2017-03-01 17:52:01 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2017-03-01 17:52:01 +0000 |
commit | 5711de42925c2f975dc1cf8e12b8ddc50af9deef (patch) | |
tree | e69770030a3a520bdaecbd755471d5a845396d1b | |
parent | fb877ac91c7a44572ed17fa4bc76392018c6f0f0 (diff) |
Remove pkg.conf leftover.
OK espie@
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/Paths.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/Paths.pm b/usr.sbin/pkg_add/OpenBSD/Paths.pm index ae0c46f6c87..1ae359a4d11 100644 --- a/usr.sbin/pkg_add/OpenBSD/Paths.pm +++ b/usr.sbin/pkg_add/OpenBSD/Paths.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Paths.pm,v 1.34 2017/02/06 15:13:23 espie Exp $ +# $OpenBSD: Paths.pm,v 1.35 2017/03/01 17:52:00 rpe Exp $ # # Copyright (c) 2007-2014 Marc Espie <espie@openbsd.org> # @@ -67,7 +67,6 @@ sub portsdir() { '/usr/ports' } sub library_dirs() { ("/usr", "/usr/X11R6") } sub master_keys() { ("/etc/master_key") } -sub pkgconf() { "/etc/pkg.conf" } sub installurl() { "/etc/installurl" } sub srclocatedb() { "/usr/lib/locate/src.db" } sub xlocatedb() { "/usr/X11R6/lib/locate/xorg.db" } |