* Joshua Piccari <[EMAIL PROTECTED]> wrote: > Hi all, > I am setting up a few jails and I want them all to use the same /etc files > (with the exception of the files related to the password files and > databases), so I mounted a shared /etc folder as a nullfs with read-only > permissions. The problem is that using utilities like pw or chpass create > temporary files in /etc and that file system is mounted read-only. > So is there a way to force any utilities that create temp files in /etc to > use another location, something like /usr/local/etc for example?
You could mount a unionfs on top. If the bottom mount is read-only, it will store modifications on the top mount. -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://80386.nl/
pgpTTwDRV0IRB.pgp
Description: PGP signature

