#!/bin/sh ############################################## # Script for Secure Linux Project # # Copyright(c) 2005, 2006 by Roland Haeder # ############################################## # Purpose: Local configuration file # ############################################## # This software is licensed under the GNU # # General Public License Version 2 or either # # and comes with ABSOLUTELY NO WARRANTY # # neither implied nor explicit. # ############################################## if test "$1" == ""; then if test "$INSTALL" != "1"; then echo "$0: Please provide a username as first argument!" exit 255 fi fi # This script will hold the configuration data after setup. # It will be generated automatically! DO NOT EDIT THIS FILE UNLESS YOU # KNOW WHAT YOU ARE DOING! # # And never use exit here. This file will be source'd export PATH="/usr/sbin:/usr/bin:/sbin:/bin"