Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-updates > by-pkgid > b37503e09ea539176fa3a2506fa8882d > files > 41

initscripts-8.99-16.1mdv2010.2.x86_64.rpm

#!/bin/sh
# Description: Launch Mandriva Configuration for the first time.
# (c) Mandriva, Chmouel Boudjnah <chmouel@mandriva.com>
# 	$Id$	

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