/etc files
Matthew Seaman
matthew at FreeBSD.org
Sun Aug 30 20:06:18 UTC 2015
On 30/08/2015 17:42, William A. Mahaffey III wrote:
> ll /home/rsync/Jaguar/etc/*:
> -rw-r--r--. 1 wam users 143851520 Sep 3 2014
> /home/rsync/Jaguar/etc/enabled:
> -rw-r--r--. 1 wam users 0 Sep 3 2014
> /home/rsync/Jaguar/etc/fingerprints:
> -rw-r--r--. 1 wam users 0 Sep 3 2014
> /home/rsync/Jaguar/etc/mirror_type:
> -rw-r--r--. 1 wam users 0 Sep 3 2014
> /home/rsync/Jaguar/etc/signature_type:
Hmmm... this all looks somewhat familiar from pkg(8) configuration.
Except what is used by pkg(8) is from inside the file
/etc/pkg/FreeBSD.conf --
lucid-nonsense:/home/matthew:# cat /etc/pkg/FreeBSD.conf
# $FreeBSD: stable/10/etc/pkg/FreeBSD.conf 263938 2014-03-30 15:29:54Z
bdrewery $
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
# mkdir -p /usr/local/etc/pkg/repos
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
And, as it says, you shouldn't edit /etc/pkg/FreeBSD.conf, but instead
create files in /usr/local/etc/pkg/repos if you want to override the
defaults.
Perhaps some shell script went a bit awry?
Cheers,
Matthew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 957 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20150830/352deed8/attachment.bin>
More information about the freebsd-questions
mailing list