From 6e5cd2d297f1c85ca67e6200a559aa133bdec7e4 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 11 Mar 1997 00:07:11 +0000 Subject: Add support for ports collection distribution. --- release/scripts/ports-install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 release/scripts/ports-install.sh (limited to 'release/scripts') diff --git a/release/scripts/ports-install.sh b/release/scripts/ports-install.sh new file mode 100755 index 000000000000..22d2246ba214 --- /dev/null +++ b/release/scripts/ports-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 ports.tgz | tar --unlink -xpzf - -C /usr +exit 0 -- cgit v1.3