GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
chucky(7) FreeBSD Miscellaneous Information Manual chucky(7)

chucky

chucky

chucky -b -o -u -t

chucky -b -a > save.shar

This program reads /var/db/pkg/local.sqlite and compares install timestamp with date in $FreeBSD header in the Makefile of the port. If there is no $FreeBSD header then it is assumed to be a beta port.

NOTE: shar files are created with absolute path (ie /usr/ports/src/dir) so executing them will restore to that path. Multiple shars are concatenated by chucky stripping the 'exit' command from the output. (ie there is no 'exit' in the shar output. the shar output is to stdout, if you want to save:

# chucky -b -a > save.shar

This will save all the ports marked 'beta' in the save.shar archive, in the cwd.

-u
Display installed ports with update status only.
-o
Display installed ports with current status only
-b
Display installed ports with beta status only
-t
Include timestamps in display (debug, etc)
-a
Create shar of files (useful with -b). (Output to stdout).
-h
Display help text.
-i
Ignore fread() errors.

** if you are working on developing ports outside the ports tree you may receive an error because the port is listed in the database but does not exist in the ports tree. if you use the -i flag it will continue without an error message.

Chucky uses /var/db/pkg/local.sqlite which is created/managed by /usr/ports/ports-mgmt/pkg.

Manual page by Waitman Gobble
21 March 2013 chucky version 1.0

Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.