diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-06 07:50:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-06 07:50:38 +0800 |
commit | 1318821dfb1d52b4d332e02b8775495ef32ad639 (patch) | |
tree | 02b29d9feb540bda87fe64132c676f5f2dec590a /sysutils/hal/pkg-install | |
parent | ba386f91a5a26128a097e7a2850ecbfaa3b54858 (diff) | |
download | marcuscom-ports-1318821dfb1d52b4d332e02b8775495ef32ad639.tar marcuscom-ports-1318821dfb1d52b4d332e02b8775495ef32ad639.tar.gz marcuscom-ports-1318821dfb1d52b4d332e02b8775495ef32ad639.tar.bz2 marcuscom-ports-1318821dfb1d52b4d332e02b8775495ef32ad639.tar.lz marcuscom-ports-1318821dfb1d52b4d332e02b8775495ef32ad639.tar.xz marcuscom-ports-1318821dfb1d52b4d332e02b8775495ef32ad639.tar.zst marcuscom-ports-1318821dfb1d52b4d332e02b8775495ef32ad639.zip |
Update to a snapshot from today. This new snapshot offers the following:
* ACPI battery detection bug fixed
* ACPI button press support
* Support for unmounting CDs before ejecting them
* Fixed socket directory creation
* Fixed LCD brightness control
* Fixed potential assertion in devd code
* No compiler warnings for FreeBSD backend
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6220 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/hal/pkg-install')
-rw-r--r-- | sysutils/hal/pkg-install | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/hal/pkg-install b/sysutils/hal/pkg-install index b4e81fa57..dfba18feb 100644 --- a/sysutils/hal/pkg-install +++ b/sysutils/hal/pkg-install @@ -33,8 +33,6 @@ POST-INSTALL) fi /usr/bin/install -d -o ${USER} -g ${GROUP} /var/run/hald - /usr/bin/install -d -o ${USER} -g ${GROUP} /tmp/hald-local - /usr/bin/install -d -o ${USER} -g ${GROUP} /tmp/hald-runner exit 0 ;; esac |