From d20d4cb39b69c87379952afbf3a60381d238a9f4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 08 Aug 2013 09:00:51 -0400 Subject: Remove old source files. --- (limited to 'src/etc/init.d/mountall') diff --git a/src/etc/init.d/mountall b/src/etc/init.d/mountall deleted file mode 100755 index c40d48c..0000000 --- a/src/etc/init.d/mountall +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -case "${1}" in - start) - [ ! -d /dev/pts ] && mkdir /dev/pts - mount -a - ;; - *) - printf 'Usage: %s start\n' "${0}" - exit 1 - ;; -esac -- cgit v0.9.1