Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > media > main-release > by-pkgid > 1df9f03b3fdb3533663bd13d46c0b3d0 > files > 41

initscripts-8.99-6mdv2010.0.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