Update to snapshot 20061217.
* Fix some 64-bit compile warnings * Turn two assertions into additional conditional checks to prevent potential hald crashes when switching disc media * Shutdown hald on deinstall to prevent two halds from running on restart
This commit is contained in:
@@ -40,7 +40,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTKDOC="false"
|
||||
|
||||
HALVERSION= 0.5.8
|
||||
SNAPVERSION= 20061117
|
||||
SNAPVERSION= 20061217
|
||||
|
||||
.if !defined(HAL_SLAVE)
|
||||
USE_RC_SUBR= hald
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (hal-0.5.8.20061117.tar.bz2) = 855723b866949a5165770f00337efde4
|
||||
SHA256 (hal-0.5.8.20061117.tar.bz2) = 1a6d91667949aeaf4bdfc66b1d8f1d742204345f62bc1332c76fd152b015267c
|
||||
SIZE (hal-0.5.8.20061117.tar.bz2) = 1371738
|
||||
MD5 (hal-0.5.8.20061217.tar.bz2) = 845f2a6413fcd5b694e5a53abf1c12ac
|
||||
SHA256 (hal-0.5.8.20061217.tar.bz2) = ef84b2bf65c58adcd8c1e1e11c6e0a5bc727334e49a8254f9fe20b47ce47d0bc
|
||||
SIZE (hal-0.5.8.20061217.tar.bz2) = 1372044
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@unexec %D/etc/rc.d/hald stop > /dev/null 2>&1 || true
|
||||
%%MEDIA%%@exec mkdir -p /media
|
||||
bin/hal-device
|
||||
bin/hal-find-by-capability
|
||||
|
||||
Reference in New Issue
Block a user