Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2009 17:47:25 -0400
From:      PJ <af.gourmet@videotron.ca>
To:        freebsd-questions@freebsd.org
Subject:   this is csup ?
Message-ID:  <4A8489ED.6040802@videotron.ca>

next in thread | raw e-mail | index | archive | help
 Please, please reassure me that I do come from Mars:

What am I missing in the following? (direct quote from
http://www.shute.org.uk/misc/freebsd_uptodate.html :

Then copy this script to /usr/local/sbin/ and run it when you want to
update your ports, source & docs.
#!/bin/sh
#
# Update source, docs and ports

LOCAL_DIR="$(pwd)"

cd /usr/src
make update
cd /usr/ports
make fetchindex

echo "Now run:"
echo "# /usr/local/sbin/portsdb -u "
echo "# /usr/local/sbin/pkgdb -uvF "

cd $LOCAL_DIR



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A8489ED.6040802>