Further correction to porsnap syntax.
1 parent 687c3f8 commit 4cb4690b61a1f9a874b2a9be355767134cdaebc1
@toor toor authored on 26 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.132 2012/11/26 01:01:53 toor Exp $
# $Id: sysupd,v 1.133 2012/11/26 14:18:23 toor Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
# Ports Updates
###
 
ports)
runupd $SET $LOGDIR "/usr/sbin/portsnap fetch update"
runupd $SET $LOGDIR "/usr/sbin/portsnap cron update"
;;
 
 
###