I've set it up to run every night answering No to the proceed question, just to see what it wants to do. Add this to your /etc/crontab:
- 0 3 * * * root cd /usr/pkgsrc && /usr/pkg/bin/git pull && echo n | /home/luxh/bin/rpkgmanager.rb
+ 0 3 * * * root cd /usr/pkgsrc && git pull && echo n | /home/luxh/bin/rpkgmanager.rb
+
+Remember to add /usr/pkg/bin to your crontabs's $PATH.
Then in the morning when you've read the night's logs and wish to upgrade your packages:
# yes | rpkgmanager.rb
+
+### More information
+
+Read the manpaged in your checked out copy of the repo, rpkgmanager(8)
+
+ > cd rpkgmanager && man ./rpkgmanager.8
+