| | #!/bin/sh |
---|
| | # Update Various System Files, Ports, etc. |
---|
| | # Copyright (c) 2006-2010, TundraWare Inc, Des Plaines, IL USA |
---|
| | # All Rights Reserved |
---|
| | # $Id: sysupd,v 1.125 2010/08/30 13:09:21 toor Exp $ |
---|
| | # $Id: sysupd,v 1.126 2010/09/14 17:19:10 toor Exp $ |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Where To Put The Various Log Files Generated Here |
---|
| |
---|
| | # Update TeX Live |
---|
| | ### |
---|
| | |
---|
| | texlive) |
---|
| | runupd $SET $LOGDIR "/usr/local/texlive/2009/bin/i386-freebsd/tlmgr update --all" |
---|
| | runupd $SET $LOGDIR "/usr/local/texlive/bin/tlmgr update --all" |
---|
| | ;; |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| |
---|
| | |