| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: nut-cgi | Distribution: NetWinder ARM Linux |
| Version: 1.2.0 | Vendor: NetWinder.org |
| Release: 6 | Build date: Sat Jul 19 04:23:06 2003 |
| Group: Applications/System | Build host: node5 |
| Size: 76909 | Source RPM: nut-1.2.0-6.src.rpm |
| Packager: NetWinder Autobuild <build@netwinder.org> | |
| Summary: CGI utilities for the Network UPS Tools | |
This package includes CGI programs for accessing UPS status via a web browser.
GPL
* Thu Feb 13 2003 Than Ngo <than@redhat.com> 1.2.0-6
- build with correct userid #84199
- fix directory permission
* Tue Feb 11 2003 Than Ngo <than@redhat.com> 1.2.0-5
- add user nut, bug #81500
- fix permission issue, bug #81524, #83997
- own /etc/ups, bug #73959
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Wed Jan 08 2003 Thomas Woerner <twoerner@redhat.com> 1.2.0-3
- added html templates for cgi scripts (#78532)
- added hidups driver (#80334)
* Wed Dec 18 2002 Dan Walsh <dwalsh@redhat.com> 1.2.0-2
- Fix service description
* Wed Nov 06 2002 han Ngo <than@redhat.com> 1.2.0-1
- update to 1.2.0
* Mon Nov 04 2002 Than Ngo <than@redhat.com> 1.00-1
- update to 1.00
* Thu Aug 01 2002 Than Ngo <than@redhat.com> 0.45.4-5
- Fixed wrong CMDSCRIPT (bug #69817)
* Sat Jun 22 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Mon Jun 03 2002 Than Ngo <than@redhat.com> 0.45.4-3
- fix forced shutdown (bug #65824, #60516)
- enable hidups driver
- add missing manages (bug #65188)
* Fri May 24 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Tue Feb 26 2002 Than Ngo <than@redhat.com> 0.45.4-1
- update to 0.45.4
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Fri Dec 14 2001 Than Ngo <than@redhat.com> 0.45.3-1
- update to 0.45.2
- fix bug #57417
* Tue Nov 27 2001 Than Ngo <than@redhat.com> 0.45.2-1
- update to 0.45.2
- clean up some patch files for 0.45.2
* Wed Jul 25 2001 Than Ngo <than@redhat.com> 0.45.0-3
- fix build dependencies (bug #49858)
* Sat Jul 07 2001 Than Ngo <than@redhat.com> 0.45.0-2
- rebuild
* Thu Jun 14 2001 Than Ngo <than@redhat.com>
- update to 0.45.0
- add some patches from alane@geeksrus.net (bug #44361, #44363)
* Mon Apr 23 2001 Than Ngo <than@redhat.com>
- add all available UPS drivers (Bug #36937)
* Sat Apr 14 2001 Than Ngo <than@redhat.com>
- update to 0.44.3 (Bug #35255)
* Fri Feb 09 2001 Than Ngo <than@redhat.com>
- fixed typo (Bug #26535)
* Tue Feb 06 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Fix some of the i18n
- make it exit cleanly if not configured
* Fri Jan 26 2001 Than Ngo <than@redhat.com>
- initscript internationalisation
* Thu Jan 11 2001 Than Ngo <than@redhat.com>
- fixed init script error (bug #23525)
* Sun Oct 22 2000 Than Ngo <than@redhat.com>
- update to 0.44.1
* Wed Aug 02 2000 Than Ngo <than@redhat.de>
- rebuilt with Michael changes
* Tue Aug 01 2000 Michael Stefaniuc <mstefani@redhat.com>
- changed /etc/sysconfig/ups to adress the changes in 0.44.0
- moved /etc/sysconfig/ups to the server package
- changed the initscript
- small config file patch
* Sat Jul 29 2000 Than Ngo <than@redhat.de>
- fixed initscripts so that condrestart doesn't return 1 when the test fails
* Tue Jul 25 2000 Than Ngo <than@redhat.de>
- nut CGIs is disable as default (Bug #14282)
* Wed Jul 19 2000 Than Ngo <than@redhat.de>
- update to 0.44.0
- inits back to rc.d/init.d, using service to fire them up
* Thu Jul 13 2000 Than Ngo <than@redhat.de>
- fix initscript and specfile, it should work with 6.x and 7.x
- add --with-statepath and --sysconfdir to
CFLAGS="${CFLAGS:--O2 -g -pipe -fsigned-char -march=armv4}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -fsigned-char -march=armv4}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -g -pipe -fsigned-char -march=armv4}" ; export FFLAGS ;
for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do
[ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ;
done ;
./configure --host=armv4l-unknown-linux-gnu --build=armv4l-unknown-linux-gnu \
--target=armv4l-redhat-linux-gnu \
--program-prefix= \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info (thanks Michael)
* Sun Jul 09 2000 Than Ngo <than@redhat.de>
- add Prereq: /etc/init.d
* Wed Jun 28 2000 Than Ngo <than@redhat.de>
- don't prereq, only require initscripts
* Tue Jun 27 2000 Than Ngo <than@redhat.de>
- /etc/rc.d/init.d -> /etc/init.d
- prereq initscripts >= 5.20
* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
- don't run by default
* Tue Jun 13 2000 Preston Brown <pbrown@redhat.com>
- adopted for Winston. Use our new path macros.
- change nocgi pkg to a cgi pkg (inclusive rather than exclusive).
- new init script
* Sun May 07 2000 <bo-rpm@vircio.com> (0.43.2-1)
- Updated Package to new release
* Thu Jan 20 2000 <bo-rpm@vircio.com> (0.42.2-1)
- Updated package to new release
- Dropped bestups patch since that is fixed in 0.42.2
* Sat Dec 18 1999 <bo-rpm@vircio.com> (0.42.1-4)
- Package now uses chkconfig
* Sat Dec 18 1999 <bo-rpm@vircio.com> (0.42.1-3)
- applied an improved patch to deal with the
bestups string length issue.
* Sat Dec 11 1999 <bo-rpm@vircio.com> (0.42.1-1)
- fixed string length in bestups.c line 279.
* Sat Dec 11 1999 <bo-rpm@vircio.com> (0.42.1-1)
- upgraded package to 0.42.1 from 0.42.0
* Mon Dec 06 1999 <bo-rpm@vircio.com> (0.42.0-8)
- added requirement of nut-client for nut.
* Mon Dec 06 1999 <bo-rpm@vircio.com> (0.42.0-7)
- removed overlapping files between the nut and nut-client rpms
* Tue Nov 23 1999 <bo-rpm@vircio.com> (0.42.0-6)
- stop ups before uninstalling
* Tue Nov 23 1999 <bo-rpm@vircio.com> (0.42.0-5)
- build against gd 1.6.3
* Wed Nov 03 1999 <bo-rpm@vircio.com> (0.42.0-4)
- Initial build of nut (well almost).
- Removed chmod from the make file so that the package
does not have to be built as root.....
/etc/ups/upsstats-single.html /etc/ups/upsstats.html /var/www/nut-cgi-bin/upsimage.cgi /var/www/nut-cgi-bin/upsset.cgi /var/www/nut-cgi-bin/upsstats.cgi
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 04:47:56 2013