diff options
Diffstat (limited to 'etc.BSD/rc')
-rw-r--r-- | etc.BSD/rc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -23,9 +23,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# Ensure we are called by init -[ "$PPID" = "1" ] || exit 0 - # If $TERM is not set then assume default of cons25 # This gives us a nice colour boot :) [ -z "$TERM" -o "$TERM" = "dumb" ] && export TERM="cons25" |