summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-02 10:14:18 +0000
committerjkh <jkh@FreeBSD.org>1997-01-02 10:14:18 +0000
commitb0add1b7c911cec68a3d8f0f94f8550f1c710a8b (patch)
tree6e9a4543d275519f3689948539b12bd6d7882766 /release/scripts
parent92746eca8682886861092d9eca8783451c1e5fd0 (diff)
downloadFreeBSD-src-b0add1b7c911cec68a3d8f0f94f8550f1c710a8b.zip
FreeBSD-src-b0add1b7c911cec68a3d8f0f94f8550f1c710a8b.tar.gz
Add an install file to go with this new distribution.
Diffstat (limited to 'release/scripts')
-rwxr-xr-xrelease/scripts/catpages-install.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/release/scripts/catpages-install.sh b/release/scripts/catpages-install.sh
new file mode 100755
index 0000000..ce408fe
--- /dev/null
+++ b/release/scripts/catpages-install.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+#
+if [ "`id -u`" != "0" ]; then
+ echo "Sorry, this must be done as root."
+ exit 1
+fi
+cat catpages.?? | tar --unlink -xpzf - -C /
+exit 0
OpenPOWER on IntegriCloud