#!/bin/sh
# $Id: init.sh,v 1.1 1998/02/10 19:13:09 nathanw Exp $ 
# Tiny script to run init with no flags, because NetBSD kernels built
# with root ramdisks boot single-user, which runs init with -s. 

exec /sbin/init.real
