Searched refs:tarball (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/etcupdate/
H A Detcupdate.sh51 # root trees that can later be used. It can also use a tarball as the
64 usage: etcupdate [-npBF] [-d workdir] [-r | -s source | -t tarball]
68 <tarball>
70 etcupdate extract [-B] [-d workdir] [-s source | -t tarball] [-L logfile]
226 # Generate a new NEWTREE tree. If tarball is set, then the tree is
227 # extracted from the tarball. Otherwise the tree is built from a
233 # If we have a tarball, extract that into the new directory.
234 if [ -n "$tarball" ]; then
239 if ! (mkdir -p $NEWTREE && tar xf $tarball -C $NEWTREE $files) \
1267 # Build a new tree and save it in a tarball
[all...]

Completed in 49 milliseconds