- Make Cromwell capable of providing a FreeBSD bootinfo structure, which
contains the boot environment, boot device etc. After this, you can
specify
append vfs.root.mountfrom=ufs:/dev/ad0s1a
in /boot/xboxlinux.cfg. And remove options ROOTDEVNAME in XBOX kernel
config.
PR: ports/111405
Submitted by: rink (maintainer)
volume label as default mountpoint. Using the UTF-8 volume label as
mountpoint can be problematic with legacy locales.
Reported by: Andrew Muhametshin <andrew@dobrohot.org>, lofi
- MASTER/SLAVE networking mode removed (use NIS instead, see manual)
- PowerChute Network Shutdown driver
- New configuration directives to set paths at runtime
Note: GAPCMON GUI monitoring tool is not yet builded in this port, but it will.
PR: ports/111253
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Poked by: infofarmer@
* libdvdread - add patch for including <stdlib.h> in dvdread/ifo_types.h
* Others - LIB_DEPENDS changes (require libdvdread.so.5)
* Others - PORTREVISION increment for those dependent on libdvdread
Approved by: philip
task spooler is a Unix batch system where the tasks spooled run one
after the other. Each user in each system has his own job queue. The
tasks are run in the correct context (that of enqueue) from any
shell/process, and its output/results can be easily watched. It is
very useful when you know that your commands depend on a lot of RAM,
a lot of disk use, give a lot of output, or for whatever reason it's
better not to run them at the same time.
WWW: http://vicerveza.homeunix.net/~viric/soft/ts/
Author: Lluis Batlle i Rossell <viric_at_vicerveza_dot_homeunix_dot_net>
* Add a new utility function, hf_str_no_slashes(), that converts '/' into '_'
for purposes of UDI constructions. UDI path components cannot contain
embedded slashes, and a trailing slash will cause hald to crash. [1]
* Ensure that UDIs of ATA and SCSI devices are unique. [2]
* Do not re-probe disks that are managed by hald-addon-storage since that
will result in a double-probe and data corruption. In particular, this
fixes a problem with CD unmounting when ATAPICAM is enabled. [3]
Reported by: Chess Griffin <chessg@gmail.com> [1]
sajd on #freebsd-gnome [3]
Submitted by: jylefort [2]
Reviewed by: jylefort [3]
Changed the follow symbolic links option -l to -L.
The users idle time (login.so) is shown in seconds rather than minutes.
Added contrib/fexists.c.
Submitted by: author/maintainer, in private email (to linimon)
Approved by: ehaupt (mentor)