Changeset 192


Ignore:
Timestamp:
Oct 3, 2010, 10:28:45 AM (14 years ago)
Author:
Rick van der Zwet
Message:

portupgrade is kind of crusial in the whole plan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freebsd-mgnt/system-update.sh

    r191 r192  
    2020    echo "Sorry root only" 1>&2
    2121    exit 128
     22fi
     23
     24if [ -z "`whereis -qb portupgrade`" ]; then
     25    echo "ERROR: ports-mgnt/portupgrade not found!"
     26    exit 1
    2227fi
    2328
Note: See TracChangeset for help on using the changeset viewer.