From aa2fc1980009028e1437cc80e002f33cee9bb871 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 21 Jun 2013 16:53:26 +0000 Subject: base-files: procd init is now the default, remove files.old Signed-off-by: John Crispin SVN-Revision: 36996 --- package/base-files/files.old/lib/firstboot/05_firstboot_skip | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 package/base-files/files.old/lib/firstboot/05_firstboot_skip (limited to 'package/base-files/files.old/lib/firstboot/05_firstboot_skip') diff --git a/package/base-files/files.old/lib/firstboot/05_firstboot_skip b/package/base-files/files.old/lib/firstboot/05_firstboot_skip deleted file mode 100644 index 5f44df6218..0000000000 --- a/package/base-files/files.old/lib/firstboot/05_firstboot_skip +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -check_skip() { - if [ "$firstboot_skip_next" = "true" ]; then - return 0 - else - return 1 - fi -} - -- cgit v1.2.3