Date: Wed, 30 Jun 2004 22:49:44 +0300 From: Niki Denev <nike_d@cytexbg.com> To: current@freebsd.org Subject: duplicated/bad output from apm(8) Message-ID: <cone.1088624984.490789.732.1001@phobos.totalterror.net>
index | next in thread | raw e-mail
[-- Attachment #1 --]
It seems that one of the last few commits
to 'usr.sbin/apm/apm.c' introduced
an extra printf for the battery status output.
And the output is like this :
Number of batteries: 1
Battery 0:
Battery status: Battery Status: charging
^^^^^^^^^^^^^^^^^^^^^^^
This is extra
here is the patch that i used to fix
the output for me and my precious X31 :)
----------------------------------------------------------------------------
--- usr.sbin/apm/apm.c.orig Wed Jun 30 22:26:28 2004
+++ usr.sbin/apm/apm.c Wed Jun 30 22:35:12 2004
@@ -226,7 +226,6 @@
if (ioctl(fd, APMIO_GETPWSTATUS, &aps) == -1)
continue;
printf("Battery %d:\n", i);
- printf("\tBattery status: ");
if (aps.ap_batt_flag <= 255 &&
(aps.ap_batt_flag & APM_BATT_NOT_PRESENT)) {
printf("not present\n");
----------------------------------------------------------------------------
--
Regards,
Niki Denev
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
iD8DBQBA4xlYHNAJ/fLbfrkRAiTyAJ9k4khbdsFbQSrfNw4XFbC3XBmiWQCfW5zM
mTxm36Af9g0phY0AfEHxJ/I=
=8xS2
-----END PGP SIGNATURE-----
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cone.1088624984.490789.732.1001>
