]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Split ramdisk processing in two so it can actually work. Ownerships
authorwes <wes@FreeBSD.org>
Tue, 6 Apr 2004 18:26:43 +0000 (18:26 +0000)
committerwes <wes@FreeBSD.org>
Tue, 6 Apr 2004 18:26:43 +0000 (18:26 +0000)
commit5b812a093eb2a64e7588bb7a989fa96efa55d02d
tree56d8aeff8043e04969757c391358f0c77e6e089d
parentf73108ad1cb37fd7cee62521b9639ec055372446
Split ramdisk processing in two so it can actually work.  Ownerships
and permissions specified per rc.conf(5) now apply both to the md
device and to the mountpoint directory, after the mount has completed.
This has to be done in two steps, because chown is not available
until after /usr has been mounted, but the mdconfig and newfs steps
have to complete before fstab processing.
etc/rc.d/ramdisk
etc/rc.d/ramdisk-own [new file with mode: 0644]