From 190bd9f0974ec538cdc498f5b910c06455f3df6e Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Mon, 3 Oct 2011 15:13:09 +0000 Subject: 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). --- release/scripts/manpages-make.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 release/scripts/manpages-make.sh (limited to 'release/scripts/manpages-make.sh') 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 -- cgit v1.1