diff options
-rw-r--r-- | mageia/etc/rc.d/init.d/mandrake_firstime | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mageia/etc/rc.d/init.d/mandrake_firstime b/mageia/etc/rc.d/init.d/mandrake_firstime deleted file mode 100644 index e47ca8e0..00000000 --- a/mageia/etc/rc.d/init.d/mandrake_firstime +++ /dev/null @@ -1,17 +0,0 @@ -#!/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 - -[ -s $FLO ] || rm -f $FLO - -# Finish -rm -f /var/lock/TMP_1ST |