Initial import from FreeBSD RELENG_4:
[dragonfly.git] / release / scripts / compat4x-install.sh
1 #!/bin/sh
2 #
3 # $FreeBSD: src/release/scripts/compat4x-install.sh,v 1.1.2.1 2002/05/01 09:51:23 matusita Exp $
4 #
5
6 if [ "`id -u`" != "0" ]; then
7         echo "Sorry, this must be done as root."
8         exit 1
9 fi
10 cat compat4x.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
11 exit 0