ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] acpid status
@ 2001-06-04  6:35 Alex Morozov
  2001-06-14 15:06 ` Konstantin Volckov
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Morozov @ 2001-06-04  6:35 UTC (permalink / raw)
  To: Kostya Timoshenko; +Cc: Sisyphus Mailing List, Aleksey Novodvorsky

[-- Attachment #1: Type: TEXT/PLAIN, Size: 517 bytes --]


Господа, если вы уж включаете в поставку ядро 2.4 с коксовыми правками,
будьте столь любезны, обновите acpid. Тот, который ноябрьский, не работает
с новым ACPIшным интерфейсом (включенным в -ac* патч). В аттачменте
спек от правильного (более нового(, насколько я могу судить (а у меня
перехватывается только power button, ни о датчиках, ни о батареях
информации нет), он более работоспособен (во всяком случае, у меня при
нажатии на пресловутую power button начинает корректно складываться).

WBR,
	Алексей Морозов.

[-- Attachment #2: Type: TEXT/PLAIN, Size: 2679 bytes --]

Summary: ACPI kernel daemon and control utility
Name: acpid
Version: 20010510
Release: 0alt.1local
License: GPL
Group: System/Servers

Url: http://phobos.fs.tum.de/acpi/

Source0: acpid-%version.tar.bz2
Source1: acpid.rc
#Patch0: acpid-kernel-acpi-h.patch

BuildPreReq: popt-devel
PreReq: /sbin/chkconfig
ExclusiveArch: %ix86

%description
The ACPI specification defines power and system management functions
for each computer, in a generic manner.  The ACPI daemon coordinates
the management of power and system functions when ACPI kernel
support is enabled (kernel 2.3.x or later).

%prep
%setup
#%patch -p1

%build
#configure
%make_build

%install
#make_build install DESTDIR=$RPM_BUILD_ROOT
mkdir -p %{buildroot}/sbin
install -s acpid %{buildroot}/sbin
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
cat %SOURCE1 > $RPM_BUILD_ROOT/acpid.rc
install -m755 $RPM_BUILD_ROOT/acpid.rc $RPM_BUILD_ROOT/etc/rc.d/init.d/acpid

%post
/sbin/chkconfig --add acpid

%preun
if [ $1 = 0 ]; then
   /sbin/service acpid stop >/dev/null 2>&1
   /sbin/chkconfig --del acpid
fi

%postun
if [ $1 -ge 1 ]; then
    /sbin/service acpid condrestart >/dev/null 2>&1
fi

%files
%doc README
/sbin/*
%config /etc/rc.d/init.d/*

%changelog
* Tue Mar 20 2001 Kostya Timoshenko <kt@petr.kz> 071100-ipl7mdk
- build for RE

* Sun Feb 11 2001 Jeff Garzik <jgarzik@mandrakesoft.com> 071100-6mdk
- ExclusiveArch: x86 (for now)
- Much spec cleaning

* Fri Nov 03 2000 David BAUDENS <baudens@mandrakesoft.com> 071100-5mdk
- ExcludeArch: ppc at present time

* Tue Aug 08 2000 Frederic Lepied <flepied@mandrakesoft.com> 071100-4mdk
- automatically added BuildRequires

* Wed Jul 26 2000 Lenny Cartier <lenny@mandrakesoft.com> 071100-3mdk
- little cleaning

* Thu Jul 13 2000 Jeff Garzik <jgarzik@mandrakesoft.com> 071100-2mdk
- Version 071100 (requires acpi interpreter from 2.4.0-test3 or later)

* Fri Jun 09 2000 Jeff Garzik <jgarzik@mandrakesoft.com> 052200-1mdk
- Version 052200
- Uses configure script not manual make method.

* Tue May 23 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 031700-5mdk
- Add alpha to ExcludeArch.

* Fri May 19 2000 Francis Galiegue <fg@mandrakesoft.com> 031700-4mdk
- Replaced exclusivearch <shitload of x86> with ExcludeArch sparc sparc64

* Mon May 15 2000 Pixel <pixel@mandrakesoft.com> 031700-3mdk
- exclusivearch x86

* Mon Apr 17 2000 Jeff Garzik <jgarzik@mandrakesoft.com> 031700-2mdk
- use percent-config for init.d startup script
- compress acpid.rc with bzip2

* Mon Apr 17 2000 Jeff Garzik <jgarzik@mandrakesoft.com> 031700-1mdk
- initial contribs version of acpid package

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [sisyphus] acpid status
  2001-06-04  6:35 [sisyphus] acpid status Alex Morozov
@ 2001-06-14 15:06 ` Konstantin Volckov
  0 siblings, 0 replies; 2+ messages in thread
From: Konstantin Volckov @ 2001-06-14 15:06 UTC (permalink / raw)
  To: sisyphus

On Mon, 4 Jun 2001 13:35:02 +0700 (NOVST)
Alex Morozov <alex@idisys.iae.nsk.su> wrote:

> 
> Господа, если вы уж включаете в поставку ядро 2.4 с коксовыми правками,
> будьте столь любезны, обновите acpid. Тот, который ноябрьский, не
работает
> с новым ACPIшным интерфейсом (включенным в -ac* патч). В аттачменте
> спек от правильного (более нового(, насколько я могу судить (а у меня
> перехватывается только power button, ни о датчиках, ни о батареях
> информации нет), он более работоспособен (во всяком случае, у меня при
> нажатии на пресловутую power button начинает корректно складываться).

Новый acpid сегодня собран и будет выложен в Сизиф. Также в этот пакет
добавилась сборка pmtools.
 
> WBR,
> 	Алексей Морозов.
> 


-- 
Удачи,
Konstantin



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-06-14 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-04  6:35 [sisyphus] acpid status Alex Morozov
2001-06-14 15:06 ` Konstantin Volckov

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git