Remove building with NOCRYPTO option
[minix.git] / etc / rc.d / minixrc
blob07aa251f518f2056f0f1300a05c37f8f58135742
1 #!/bin/sh
2 # MINIX 3 bridge from NetBSD rc to MINIX rc. Must be called as the very first
3 # script at startup (hence the current 'before'). Ideally the MINIX rc would
4 # be decomposed into a number of small rc scripts, though.
6 # PROVIDE: minixrc
7 # BEFORE: DISKS
8 # KEYWORD: shutdown
10 $_rc_subr_loaded . /etc/rc.subr
12 name="minixrc"
13 start_cmd="sh /etc/rc.minix start"
14 stop_cmd="sh /etc/rc.minix stop"
16 load_rc_config $name
17 run_rc_command "$1"