Corrected portsnap update syntax.
1 parent d4f0461 commit 687c3f889d5bf3afc5a1196a7f4456234ac9916c
@toor toor authored on 25 Nov 2012
Showing 1 changed file
View
4
sysupd
#!/bin/sh
# Update Various System Files, Ports, etc.
# Copyright (c) 2006-2012, TundraWare Inc, Des Plaines, IL USA
# All Rights Reserved
# $Id: sysupd,v 1.131 2012/11/18 15:43:08 toor Exp $
# $Id: sysupd,v 1.132 2012/11/26 01:01:53 toor Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
# Ports Updates
###
 
ports)
runupd $SET $LOGDIR "/usr/sbin/portsnap update"
runupd $SET $LOGDIR "/usr/sbin/portsnap fetch update"
;;
 
 
###