about summary refs log tree commit diff
path: root/core-services/00-pseudofs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core-services/00-pseudofs.sh')
-rwxr-xr-xcore-services/00-pseudofs.sh7
1 files changed, 1 insertions, 6 deletions
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