Displaying 1 result from an estimated 1 matches for "_fdescfs".
Did you mean:
fdescfs
2003 Aug 15
0
[PATCH] jail NG schript patch for mounting devfs and procfsautomatically
...these errors go away.
>
> So we need to add the following to the new jail script
>
> jail_start()
> {
> :
> eval jail_devfs=\"\$jail_${_jail}_devfs\"
> [ -z ${jail_devfs} ] && jail_devfs="NO":
>
> eval jail_fdescfs=\"\$jail_${_jail}_fdescfs\"
> [ -z ${jail_fdescfs} ] && jail_fdescfs="NO"
> :
> if checkyesno jail_devfs ; then
> mount -t devfs dev ${jail_devdir}
> if checkyesno jail_fdescfs ; then
>...