Return to Snippet

Revision: 1333
at September 27, 2006 12:12 by gdonald


Updated Code
#!/bin/sh

cd /usr/ports
make fetchindex
/usr/local/sbin/portupgrade -anrR

Revision: 1332
at September 27, 2006 12:12 by gdonald


Initial Code
#!/bin/sh

cd /usr/ports
make fetchindex
/usr/local/sbin/portupgrade -anrR

Initial URL

                                

Initial Description

                                

Initial Title
Bash FreeBSD port upgrade

Initial Tags

                                

Initial Language
Bash