aboutsummaryrefslogtreecommitdiffstats
path: root/init.d/mandrake_firstime
blob: 8e7216e9dbda623020b79d624eca7f72a4951f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
# Description: Launch Mageia 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

SYSTEM=





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

# Finish
rm -f /var/lock/TMP_1ST