#!/bin/sh
# Description: Launch Mandrake Configuration for the first time.
# (c) MandrakeSoft, Chmouel Boudjnah <chmouel@mandrakesoft.com>
# 	$Id: mandrake_firstime,v 1.19 2003/09/25 09:37:56 gbeauchesne Exp $	

FLO=/var/log/first_boot_log
touch $FLO

. /etc/rc.d/init.d/functions

# If fail erase the temporary file
trap 'rm -f /var/lock/TMP_1ST' 1 2 3 15

[ -s $FLO ] || rm -f $FLO

# Finish
rm -f /var/lock/TMP_1ST
