Return to Snippet

Revision: 1331
at September 27, 2006 12:11 by gdonald


Updated Code
#!/bin/sh

if SERVER=`/usr/local/bin/fastest_cvsup -q -c all`; then
  /usr/local/bin/cvsup -g -P - -L 2 -h $SERVER /root/ports-supfile
fi

Revision: 1330
at September 27, 2006 12:11 by gdonald


Initial Code
#!/bin/sh

if SERVER=`/usr/local/bin/fastest_cvsup -q -c all`; then
  /usr/local/bin/cvsup -g -P - -L 2 -h $SERVER /root/ports-supfile
fi

Initial URL


Initial Description


Initial Title
Bash FreeBSD port update

Initial Tags
update

Initial Language
Bash