Changes between Version 17 and Version 18 of FreeBSDJail


Ignore:
Timestamp:
10/27/10 07:52:07 (13 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSDJail

    v17 v18  
    5454Update port INDEX tree and report on pending upgrades every Saturday:
    5555pzwet# echo '0       3       *       *       sat     root /usr/sbin/portsnap -I  cron update && /usr/sbin/pkg_version -vIL=' >> /etc/crontab
     56
     57=== Highly experimental HACK to automatically execute all commands in this page ===
     58( awk '/<<EOF/,/^EOF/ {print NR " " $0}' foo.txt; awk '/^pzwet#/ {print NR " " $0}' foo.txt ) | sort -nu | cut -d " " -f 2- | sed 's/^[a-zA-Z0-9]*# //g'