Initial import from 0.5a version.
[secure-linux-project.git] / encrypt / .local.sh.head
1 #!/bin/sh
2 ##############################################
3 # Script for Secure Linux Project            #
4 # Copyright(c) 2005, 2006 by Roland Haeder   #
5 ##############################################
6 # Purpose: Local configuration file          #
7 ##############################################
8 # This software is licensed under the GNU    #
9 # General Public License Version 2 or either #
10 # and comes with ABSOLUTELY NO WARRANTY      #
11 # neither implied nor explicit.              #
12 ##############################################
13
14 if test "$1" == ""; then
15         if test "$INSTALL" != "1"; then
16                 echo "$0: Please provide a username as first argument!"
17                 exit 255
18         fi
19 fi
20
21 # This script will hold the configuration data after setup.
22 # It will be generated automatically! DO NOT EDIT THIS FILE UNLESS YOU
23 # KNOW WHAT YOU ARE DOING!
24 #
25 # And never use exit here. This file will be source'd
26 export PATH="/usr/sbin:/usr/bin:/sbin:/bin"