diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-10-03 15:13:09 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-10-03 15:13:09 +0000 |
commit | 190bd9f0974ec538cdc498f5b910c06455f3df6e (patch) | |
tree | c481c54594473b69a886998821cfee95a4a025ba /release/scripts/manpages-make.sh | |
parent | 1d578b7f371a13305217ae300f26fd6f9336b7f7 (diff) | |
download | FreeBSD-src-190bd9f0974ec538cdc498f5b910c06455f3df6e.zip FreeBSD-src-190bd9f0974ec538cdc498f5b910c06455f3df6e.tar.gz |
Farewall, sysinstall! You served us well for many years, but 10.0 is one
digit beyond your time.
Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.)
will be cleaned up in coming days. Some will take longer than others due to
a few other consumers (tzsetup and sade).
Diffstat (limited to 'release/scripts/manpages-make.sh')
-rwxr-xr-x | release/scripts/manpages-make.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/release/scripts/manpages-make.sh b/release/scripts/manpages-make.sh deleted file mode 100755 index bb1326f..0000000 --- a/release/scripts/manpages-make.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# Move all the manpages out to their own dist, using the base dist as a -# starting point. -if [ -d ${RD}/trees/base/usr/share/man ]; then - ( cd ${RD}/trees/base/usr/share/man; - find . | cpio -dumpl ${RD}/trees/manpages/usr/share/man > /dev/null 2>&1) && - rm -rf ${RD}/trees/base/usr/share/man; -fi |