cvs commit: src/etc/rc.d ramdisk ramdisk-own

Wes Peters wes at FreeBSD.org
Tue Apr 6 11:28:11 PDT 2004


wes         2004/04/06 11:26:43 PDT

  FreeBSD src repository

  Modified files:
    etc/rc.d             ramdisk 
  Added files:
    etc/rc.d             ramdisk-own 
  Log:
  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.
  
  Revision  Changes    Path
  1.2       +1 -12     src/etc/rc.d/ramdisk
  1.1       +59 -0     src/etc/rc.d/ramdisk-own (new)


More information about the cvs-src mailing list