David van Moolenbroek c58da9fbc3 Rename MINIX service(8) to minix-service(8)
IMPORTANT: this change has a docs/UPDATING entry!

This rename is unfortunately necessary because NetBSD has decided to
create its own service(8) utility, and we will want to import theirs
as well.  The two can obviously not coexist.

Also move ours from /bin to /sbin, as it is a superuser-only utility.

Change-Id: Ic6e46ffb3a84b4747d2fdcb0d74e62dbea065039
2017-02-22 17:16:21 +00:00

58 lines
1022 B
Plaintext

boot
0 0
d--755 0 0
bin d--755 0 0
#ifdef __i386__
cdprobe ---755 0 0 cdprobe
#endif
sysenv ---755 0 0 sysenv
#if RAMDISK_SMALL == 1
fsck_mfs ---755 0 0 fsck_mfs
#endif
mount ---755 0 0 mount
umount ---755 0 0 umount
grep ---755 0 0 grep
sh ---755 0 0 sh
$
sbin d--755 0 0
minix-service ---755 0 0 minix-service
$
service d--755 0 0
#ifdef __i386__
floppy ---755 0 0 floppy
ahci ---755 0 0 ahci
virtio_blk ---755 0 0 virtio_blk
at_wini ---755 0 0 at_wini
pckbd ---755 0 0 pckbd
pci ---755 0 0 pci
isofs ---755 0 0 isofs
#if RAMDISK_INC_ACPI == 1
acpi ---755 0 0 acpi
#endif
#if RAMDISK_SMALL == 1
ext2 ---755 0 0 ext2
#endif
#endif
#ifdef __arm__
mmc ---755 0 0 mmc
#endif
mfs ---755 0 0 mfs
procfs ---755 0 0 procfs
input ---755 0 0 input
$
usr d--755 0 0
bin d--755 0 0
loadramdisk ---755 0 0 loadramdisk
$
$
proc d--755 0 0
$
dev d--755 0 0
#include "proto.dev"
$
#include "proto.common.etc"
#if RAMDISK_DYNAMIC == 1
#include "proto.common.dynamic"
#endif
$