#!/bin/bash

# check RBAC permissions
if ! /fabos/libexec/rbac_check ${0##*/}
then
	exit 127
fi

/usr/bin/bzcat /fabos/etc/openSource.bz2 |
	/usr/bin/less -P "Type <CR> or <SPACE BAR> to continue, <q> to stop" -e
