From 782e8546a65cdad914223413a8ad1c9be9e9a355 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 7 Aug 2014 17:31:52 +0200 Subject: Make core-services just shell snippets and source them from 1; idea from @chneukirchen. --- core-services/00-pseudofs.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'core-services/00-pseudofs.sh') diff --git a/core-services/00-pseudofs.sh b/core-services/00-pseudofs.sh index f0da22f..2bdc69e 100755 --- a/core-services/00-pseudofs.sh +++ b/core-services/00-pseudofs.sh @@ -1,9 +1,4 @@ -#!/bin/sh - -PATH=/usr/bin:/usr/sbin - -. /etc/runit/functions -[ -r /etc/rc.conf ] && . /etc/rc.conf +# vim: set ts=4 sw=4 et: msg "Mounting pseudo-filesystems...\n" mountpoint -q /proc || mount -t proc proc /proc -o nosuid,noexec,nodev -- cgit 1.4.1