From b8612c05a5148f437b7140238b2cc78f6d5646a6 Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Tue, 4 Aug 2020 21:18:12 +0200 Subject: mandrake_firstime: Script is unneeded since Mageia 1 and as per discussion on dev mailing list --- mageia/etc/rc.d/init.d/mandrake_firstime | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 mageia/etc/rc.d/init.d/mandrake_firstime 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 -# $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 -- cgit v1.2.1