From 0dc9d8d6ffcdbdfda2723676f6ffc825a48a18b7 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 12 Mar 2014 19:32:51 +0000 Subject: fstools: add the new fstools package Signed-off-by: John Crispin SVN-Revision: 39895 --- package/system/ubox/files/fstab.default | 1 - package/system/ubox/files/fstab.init | 14 -------------- package/system/ubox/files/mount.hotplug | 1 - 3 files changed, 16 deletions(-) delete mode 100644 package/system/ubox/files/fstab.default delete mode 100644 package/system/ubox/files/fstab.init delete mode 100644 package/system/ubox/files/mount.hotplug (limited to 'package/system/ubox/files') diff --git a/package/system/ubox/files/fstab.default b/package/system/ubox/files/fstab.default deleted file mode 100644 index dd4ba1c485..0000000000 --- a/package/system/ubox/files/fstab.default +++ /dev/null @@ -1 +0,0 @@ -[ ! -f /etc/config/fstab ] && ( block detect > /etc/config/fstab ) diff --git a/package/system/ubox/files/fstab.init b/package/system/ubox/files/fstab.init deleted file mode 100644 index be49470ef1..0000000000 --- a/package/system/ubox/files/fstab.init +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh /etc/rc.common -# (C) 2013 openwrt.org - -START=40 - -start() { - echo "this file has been obseleted. please call \"/sbin/block mount\" directly" - /sbin/block mount -} - -stop() { - echo "this file has been obseleted. please call \"/sbin/block umount\" directly" - /sbin/block umount -} diff --git a/package/system/ubox/files/mount.hotplug b/package/system/ubox/files/mount.hotplug deleted file mode 100644 index 946924e351..0000000000 --- a/package/system/ubox/files/mount.hotplug +++ /dev/null @@ -1 +0,0 @@ -/sbin/block hotplug -- cgit v1.2.3