5.0-pre2 release
[linux_from_scratch.git] / bootscripts / contrib / new-boot-0.2 / sbin / init.d / sim-bins
blob8d0d2dcf1e2b319826048ae3712091bf8a7e67f6
1 foo() { return 0; }
2 fooadditional() { return 0; }
3 fsck() { return 0; }
4 mount() { return 0; }
5 umount() { return 0; }
6 swapon() { return 0; }
7 swapoff() { return 0; }
8 loadkeys() { echo 1>&2 Loading /usr/share/keymaps/defkeymap.map; return 0; }
9 hwclock() { return 0; }
10 touch() { return 0; }
11 depmod() { return 0; }
12 hdparm() { return 0; }
13 syslogd() { setsid $INIT_ROOT/sbin/syslogd; }
14 klogd() { setsid $INIT_ROOT/sbin/klogd; }
15 fcron() { setsid $INIT_ROOT/sbin/fcron; }
16 hostname() { return 0; }
17 ifconfig() { return 0; }
18 rm() { return 0; }
20 dmesg() { return 0; }
21 reboot() { echo Rebooting... ; exit 1; }
22 shutdown() { echo Shutting down... ; exit 1;}
23 halt() { echo Halting... ; exit 1;}
24 sulogin()
26   echo -n 'sulogin: '
27   read x