Opened 7 years ago
Last modified 7 years ago
#243 new enhancement
9MB /var space used by /var/db/pkg/
| Reported by: | rick | Owned by: | nobody |
|---|---|---|---|
| Priority: | major | Milestone: | WL-11.2-RELEASE |
| Keywords: | Cc: | ||
| Resource needed to fix: |
Description
Houtmarkt# du -h /var/db/pkg/
8.5M /var/db/pkg/
/dev/md1 48M 12M 32M 28% /var
Thus roughly 25% of /dev/md1 is currently being used for a static not changed resource.
Note:
See TracTickets
for help on using tickets.

Will need to change target of
PKG_DBDIR = "/var/db/pkg"in/usr/local/etc/pkg.conf, yet need to make sure this is done right during install as well. Will do some testing...