FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:17 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
apcupsd 3.14.5_1 sysutils on this many watch lists=63 search for ports that depend on this port
Set of programs for controlling APC UPS
Maintained by: itetcu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 Dec 2001 08:24:53


"apcupsd" can be used for controlling all APC UPS models

It can monitor and log the current power and battery status, perform
automatic shutdown, and can run in network mode in order to power down
other hosts on a LAN

WWW:  http://www.apcupsd.com

- Lars
Lars.Koeller@Uni-Bielefeld.DE
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake
Required Libraries: net-mgmt/net-snmp

To install the port: cd /usr/ports/sysutils/apcupsd/ && make install clean
To add the package: pkg_add -r apcupsd


Configuration Options
===> The following configuration options are available for apcupsd-3.14.5_1:
     APCSMART_DRV=on (default) "Compile APC SmartUPS serial driver"
     APCDUMB_DRV=on (default) "Compile dumb UPS driver"
     CLIENT_ONLY=off (default) "Only NIS client (no network server or drivers)"
     CGI=off (default) "Compile with CGI programms to show status"
     PCNET_DRV=on (default) "Compile PowerChute Network Shutdown driver"
     USB=on (default) "Compile with USB Support driver"
     SNMP_DRV=on (default) "Compile with SNMP driver"
     TCP_WRAPPERS=on (default) "Compile with TCP_WRAPPERS support"
     TEST_DRV=off (default) "Compile TEST driver"
     GAPCMON=off (default) "Build GTK GUI front-end"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 79

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Aug 2009 01:35:32
Original commit files touched by this commit  3.14.5_1
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
16 Mar 2009 10:14:35
Original commit files touched by this commit  3.14.5_1
itetcu search for other commits by this committer
Despite portlint, CONFIGURE_ENV ain't added in by bsd.port.mk. Restore the old
way.
This fixes the failure to find gd.h thus enabling building WITH_CGI. [1]

The strange thing is that it doen't fail w/o CONIFGURE_ENV on tindys, only on
any other machine.

Reported by:     Robert Huff, Simon Wright [1]
12 Mar 2009 14:10:55
Original commit files touched by this commit  3.14.5_1
itetcu search for other commits by this committer
- fix it to work with newusb on HEAD [1] [2]
- makefile cleanup and portlint petting.

PR:             ports/132548 [1]
Submitted by:   Ben Kelly [1], stass@ [2]
16 Feb 2009 22:56:48
Original commit files touched by this commit  3.14.5
itetcu search for other commits by this committer
IGNORE the pdf manual, it changes to often.

PR:             131747 [1]
Submitted by:   Shin-ichi Yoshimoto [1]
Prompted by:    [1]
15 Feb 2009 19:45:43
Original commit files touched by this commit  3.14.5
itetcu search for other commits by this committer
Update to 3.14.5:
  * docs: Document the /refresh switch for apctray.
  * apctest: Do not create pid file. There is little reason for it
    since apctest is a command-line tool, not a daemon. Plus nothing
    ever deletes the file so it interferes with apcupsd operation.
  * gapcmon: Network connect timeout fix.
  * Fix a few unsafe uses of sprintf and strcat.
  * gapcmon: Iconify fixes for KDE
  * Fix LOWBATT glitch handling bug that could cause us to act on a
    LOWBATT signal immediately instead of waiting for the debounce time.
  * Support shutting down apcupsd instances running in other sessions
    (such as terminal services or remote desktop sessions).
  * docs: PCNET minimum password length is 15 chars, default username
    is 'apc', no known way to change the username.
  * Makefile: Fix dependency build errors on Darwin and other platforms.
    ('echo -n' is not portable; use 'tr' to strip newline instead)

Tested by:      beech@
07 Sep 2008 08:45:07
Original commit files touched by this commit  3.14.4_1
itetcu search for other commits by this committer
- conflict with sysutils/gapcmon when WITH_GAPCMON is on since this installs
the bundled gapcmon in the same place
- bump PORTREVISION

This is a temporary fix as his suggestion from the PR to depend on
sysutils/gapcmon is good but need further tests.

PR:             ports/126932
Submitted by:   Jason E. Hale (sysutils/gapcmon maintainer)
24 Jul 2008 12:58:44
Original commit files touched by this commit  3.14.4
itetcu search for other commits by this committer
Update entry for the pdf manual.

Prompted by:    Moggie on IRC
10 Jul 2008 21:03:48
Original commit files touched by this commit  3.14.4
itetcu search for other commits by this committer
Update to 3.14.4.

Notable changes are:
- it now builds using gmake
- NLS and POWERFLUTE are removed
- POLLTIME directive to control UPS polling interval. This directive
    specifies the number of seconds to delay between polling the UPS for
    status. Previously, NETTIME allowed this to be adjusted for network
    connections only (snmp, pcnet, nis-net). POLLTIME configures the delay
    for all connection types. NETTIME is accepted as a synonym for
    compatibility with old config files.
- you can now use the graphical client via GAPCMON OPTION
- it won't build on anything pre 6.3R

Tested by:      Stefan Lambrev <stefan.lambrev@moneybookers.com>
06 Jun 2008 15:33:40
Original commit files touched by this commit  3.14.3_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
05 Apr 2008 14:42:04
Original commit files touched by this commit  3.14.3_1
itetcu search for other commits by this committer
- Patch powerflute to include the "correct" ncurses header when devel/ncurses*
is
installed.
- bup PORTREVISION for for this.

Reported by:    Robert Jameson
Reviewed by:    rafan@
31 Mar 2008 18:21:57
Original commit files touched by this commit  3.14.3
itetcu search for other commits by this committer
- update to 3.14.3
- more OPTIONS to let the user choose what he needs to have compiled
- don't allow drivers to be compiled if user wants only the client
- chase netsnmp shared lib version
- provide internationalization support
- provide backup location on my server for the pdf manual and don't IGNORE the
file in distinfo anymore
- patch apcaccess to be able to fetch the host:port from the config file [1]
- add patch to allow usb driver to compile [2]

PR:             ports/121141 [1]
Submitted by:   Adrian Penisoara [1], Stefan Lambrev [2]
27 Mar 2008 10:58:30
Original commit files touched by this commit  3.14.2_1
kuriyama search for other commits by this committer
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
21 Oct 2007 11:39:39
Original commit files touched by this commit  3.14.2
itetcu search for other commits by this committer
- Update to 3.14.2
- Now the port build depends on devel/makedepend
- Utilize ETCDIR for Makefile and pkg-plist
- Move pkg-message to FILESDIR
- No need to use USE_GETTEXT=yes, because port doesn't install any mo files
and --enable-nls option doesn't help. With --with-included-gettext apcupsd
doesn't build.

PR:             ports/116774
Submitted by:   Alexander Logvinov
23 Jul 2007 10:36:52
Original commit files touched by this commit  3.14.1
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
12 Jun 2007 20:39:21
Original commit files touched by this commit  3.14.1
itetcu search for other commits by this committer
The pdf file still changes to much, so put it back in IGNORE files.

Poked by:       a few people on IRC
11 Jun 2007 00:18:10
Original commit files touched by this commit  3.14.1
itetcu search for other commits by this committer
- Update to 3.14.1
- try to checksum the pdf manual again, since there's a new version for the
3.14.x series

PR:             ports/113211
Submitted by:   Alexander Logvinov
05 Apr 2007 20:57:25
Original commit files touched by this commit  3.14.0
itetcu search for other commits by this committer
Update to 3.14.0
- MASTER/SLAVE networking mode removed (use NIS instead, see manual)
- PowerChute Network Shutdown driver
- New configuration directives to set paths at runtime

Note: GAPCMON GUI monitoring tool is not yet builded in this port, but it will.

PR:             ports/111253
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Poked by:       infofarmer@
28 Feb 2007 01:19:04
Original commit files touched by this commit  3.12.4_1
kuriyama search for other commits by this committer
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
09 Sep 2006 18:25:05
Original commit files touched by this commit  3.12.4
itetcu search for other commits by this committer
Update to 3.12.4:
This is a bug fix release which includes fixes for SNMP crash in the face of
network errors. Also status and data logging interval was often off by one
period. NIS port now properly defaults to 3551 or value provided by configure,
not hard-coded 7000.
04 Aug 2006 15:17:31
Original commit files touched by this commit  3.12.3_1
itetcu search for other commits by this committer
- remove w/o PTHREADS OPTION since it's not supported upstream anymore. [1]
- remove pre-4.x support
- change MAINIANER addres to my @FreeBSD.org one
- bump PORTREVISION

PR:             ports/101342 [1]
Submitted by:   Shane Bell [1]
01 May 2006 15:35:47
Original commit files touched by this commit  3.12.3
pav search for other commits by this committer
- Update to 3.12.3

PR:             ports/96545
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
24 Apr 2006 04:26:54
Original commit files touched by this commit  3.12.2
mnag search for other commits by this committer
- Fix typo in rc.d script

PR:             96240
Submitted by:   Alexander Logvinov <user___blg.akavia.ru>
Approved by:    maintainer via email
22 Apr 2006 14:51:37
Original commit files touched by this commit  3.12.2
mnag search for other commits by this committer
- Update to 3.12.2
- Use new rc.d script
- Reorganize Makefile

PR:             92466
Notified by:    "Alex Samorukov" <samm___os2.kiev.ua>
Submitted by:   maintainer
27 Feb 2006 14:24:29
Original commit files touched by this commit  3.10.18_1
vd search for other commits by this committer
Fix literal error in files/apcupsd.sh.sample that leads to
wrong processing of "apcupsd_lockfile" parameter from /etc/rc.conf

PR:             ports/93862
Submitted by:   Eugene Grosbein <eugen@grosbein.pp.ru>
Approved by:    portmgr (linimon @ irc), Ion-Mihai Tetcu
<itetcu@people.tecnik93.com> (maintainer)
28 Jan 2006 15:54:02
Original commit files touched by this commit  3.10.18_1
pav search for other commits by this committer
- Take maintainership

PR:             ports/92336
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
22 Jan 2006 06:28:59
Original commit files touched by this commit  3.10.18_1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
30 Nov 2005 05:23:10
Original commit files touched by this commit  3.10.18_1
kuriyama search for other commits by this committer
Chase shlib version bump of net-snmp.
25 Nov 2005 18:14:52
Original commit files touched by this commit  3.10.18
pav search for other commits by this committer
- Add SHA256
17 Nov 2005 20:08:14
Original commit files touched by this commit  3.10.18
pav search for other commits by this committer
- Add NOPTHREADS knob

PR:             ports/88811
Submitted by:   Josh Carroll <floyd@deblin.org>

- Properly capitalize FreeBSD.org
13 Nov 2005 17:17:01
Original commit files touched by this commit  3.10.18
lkoeller search for other commits by this committer
o) Due to lack of time it's not possible for me to maintain this port anymore.
02 Oct 2005 12:23:57
Original commit files touched by this commit  3.10.18
lkoeller search for other commits by this committer
o) Update to version 3.10.18
03 Jul 2005 13:26:37
Original commit files touched by this commit  3.10.17a_1
lkoeller search for other commits by this committer
o) Forgotten to increase PORTREVISION (always the same ....)
03 Jul 2005 13:25:23
Original commit files touched by this commit  3.10.17a
lkoeller search for other commits by this committer
o) Add switch for SNMP support (ports/82765)
o) Add patch for propper power off of ups device with USB
   driver on FBSD-5 ("Mike Tancsa" <mike@sentex.net>)

PR:             ports/82765
Submitted by:   Benjamin Constant <bconstant@be.tiauto.com>, "Mike Tancsa"
<mike@sentex.net>
15 May 2005 15:51:45
Original commit files touched by this commit  3.10.17a
lkoeller search for other commits by this committer
o) This release will fix the BSD USB lockup bug that many users
   have experienced. (I can't check this due to lack of an USP apcups device)
   Perhaps this fixes PR ports/80233.
15 Apr 2005 18:24:04
Original commit files touched by this commit  3.10.17
lkoeller search for other commits by this committer
o) Update to version 3.10.17 (from 3.10.15) now USB on FreeBSD
   should work (read manual!!)
13 Dec 2004 20:36:18
Original commit files touched by this commit  3.10.15_3
lkoeller search for other commits by this committer
o) Increase port revision due to pkg-plist fix
13 Dec 2004 20:34:29
Original commit files touched by this commit  3.10.15_2
lkoeller search for other commits by this committer
o) Add smtp binary in $PREFIX/sbin directory
12 Dec 2004 19:53:36
Original commit files touched by this commit  3.10.15_2
lkoeller search for other commits by this committer
o) Fix correct deletion of apcupsd.conf file if it's identical with sample
   file after fresh install.

PR:             -
Submitted by:   Kris Kennaway <kris@obsecurity.org>
02 Nov 2004 14:34:21
Original commit files touched by this commit  3.10.15_2
lkoeller search for other commits by this committer
o) Fix pkg-plist errors and install of config templates.
28 Oct 2004 20:21:50
Original commit files touched by this commit  3.10.15_1
lkoeller search for other commits by this committer
o) Fix some pkg-plist errors
o) Handle new config file correctly

PR:             -
Submitted by:   Neil Darlow <neil@darlow.co.uk>
14 Oct 2004 20:28:31
Original commit files touched by this commit  3.10.15
lkoeller search for other commits by this committer
Update from 3.10.13 -> 3.10.15

  - Fix for lost config files during "portupgrade apcupsd"
    (PR ports/67251)
  - Mandrake 10 USB users, please note, you must either use devfs
    to access the USB or reconfigure your kernel and turn
    CONFIG_USB_DYNAMIC_MINORS off.
  - The NIS slave server code (net driver) should be much more
    efficient and robust than previous versions.
  - The code as a whole is much more resistant to buffer overflows
    since most all string copies are now protected.

PR:             67251
Submitted by:   Rob <robbyrnes@fastmail.com.au>
11 May 2004 18:02:45
Original commit files touched by this commit  3.10.13
lkoeller search for other commits by this committer
o) Upgrade to version 3.10.13
31 Mar 2004 04:12:58
Original commit files touched by this commit  3.10.11_3
trevor search for other commits by this committer
SIZEify (maintainer timeout)
09 Mar 2004 20:20:05
Original commit files touched by this commit  3.10.11_3
lkoeller search for other commits by this committer
o) fix annoying message when killall didn't find any lost slaves
09 Mar 2004 20:01:43
Original commit files touched by this commit  3.10.11_3
lkoeller search for other commits by this committer
o) Integrate a fix to work around an OpenBSD/FreeBSD pthread bug
   (set/unset of O_NONBLOCK, hope, someone will fix this bug soon).

Submitted by:   Gary Bajaj <b04@interbaun.com>, Adam Kropelin
06 Mar 2004 17:22:11
Original commit files touched by this commit  3.10.11_2
lkoeller search for other commits by this committer
o) Add --disable-pthreads cause with pthreads the called apccontrol
   programm sometimes hangs and prevents a graceful shutdown :-(
09 Feb 2004 19:23:35
Original commit files touched by this commit  3.10.11_1
lkoeller search for other commits by this committer
o) Include new OPTIONS directive into Makefile.
04 Feb 2004 04:36:30
Original commit files touched by this commit  3.10.11_1
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
03 Feb 2004 20:18:25
Original commit files touched by this commit  3.10.11
lkoeller search for other commits by this committer
o) Update to version 3.10.11
o) Add flag WITH_CGI=yes for building with/without cgi support
o) When cgi support is choosen dependency on libgd is now
   added out of the ports tree (not internal one).
23 Jan 2004 18:12:26
Original commit files touched by this commit  3.10.9_3
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
23 Jan 2004 14:28:13
Original commit files touched by this commit  3.10.9_3
lkoeller search for other commits by this committer
o) Fix Problem with forcing use of internel libgd and an installed
   one in /usr/local/lib. Now alway libgd out of the ports collection
   is used.

PR:             -
Submitted by:   artur@pydo.org, stefano@merlinobbs.net, glyn@grinstead.org
18 Jan 2004 16:29:11
Original commit files touched by this commit  3.10.9_2
lkoeller search for other commits by this committer
o) Add option --with-nologin=/var/run
o) Modify configure to use internal libgd. This avoids compat problems
   and the overkill install of libgd and dependent ports for a apcupsd
   server machine.

Submitted by:   Neil Darlow <neil@darlow.co.uk>
07 Jan 2004 00:14:01
Original commit files touched by this commit  3.10.9_1
pav search for other commits by this committer
- Install stylesheet for manual [1]
- Add missed file to pkg-plist
- Raise portrevision

PR:             ports/60995 [1]
Submitted by:   Krzysztof Stryjek <wtp+apc@bsdguru.org>
05 Jan 2004 08:13:18
Original commit files touched by this commit  3.10.9
lkoeller search for other commits by this committer
o) Delete needlessly patches
o) Install sample config and add them to pkg-plist

Submitted by:   Andrzej Tobola <A.Tobola@wilk.2a.pl>
04 Jan 2004 19:18:20
Original commit files touched by this commit  3.10.9
lkoeller search for other commits by this committer
o) Update to version 3.10.9
o) files dir contains a sample config for network master-slave
   which seems to be stable on my test environment
o) still lack of USB support, cause noone ports the LINUX usb code to
   FreeBSD (perhaps libusb is also a staring point)
18 Nov 2003 20:18:17
Original commit files touched by this commit  3.10.6
lkoeller search for other commits by this committer
o) Update to version 3.10.6 (USB support)
07 Nov 2003 09:28:14
Original commit files touched by this commit  3.8.6_1
marcus search for other commits by this committer
Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro.

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
26 Aug 2003 21:25:58
Original commit files touched by this commit  3.8.6_1
marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
25 Aug 2003 06:41:38
Original commit files touched by this commit  3.8.6
marcus search for other commits by this committer
Chase the libintl.so shared lib version.
09 Mar 2003 15:22:53
Original commit files touched by this commit  3.8.6
lkoeller search for other commits by this committer
 - Fix fetch problem due to changes on www.apcupds.org -> sourceforge
 - Approved by Kris Kenneway <kris@obsecurity.org>
 - PR:              ports/48955
   Subbmnitted by:  Andrew Stuart <elitetek@tekrealm.net>
25 Feb 2003 20:20:32
Original commit files touched by this commit  3.8.6
lkoeller search for other commits by this committer
 - Upgrade to Version 3.8.6 which fixes a root exploit of slave machines.
21 Feb 2003 13:28:59
Original commit files touched by this commit  3.8.5_2
knu search for other commits by this committer
De-pkg-comment.
19 Jan 2003 13:36:08
Original commit files touched by this commit  3.8.5_2
lkoeller search for other commits by this committer
 o Add some missiong documentation files, lost during the updates before
 o PR:               ports/47059
   Originator:       David A Bestor <1nd3n14l@indenial.com>
14 Sep 2002 23:27:22
Original commit files touched by this commit  3.8.5_1
kris search for other commits by this committer
Add missing file
23 Aug 2002 23:10:38
Original commit files touched by this commit  3.8.5_1
kris search for other commits by this committer
Doing this is lame and causes the -current build to fail:

       int true = 1;
       while (true) {
05 Aug 2002 08:43:43
Original commit files touched by this commit  3.8.5_1
lkoeller search for other commits by this committer
 o) Add a notice to read the manual for site configuration, especially
    to get a propper shutdown sequence.
05 Aug 2002 08:40:20
Original commit files touched by this commit  3.8.5_1
lkoeller search for other commits by this committer
 o) Change apcupsd.org -> apcupsd.com due to massive network reachability
    issues of the .org domain from some networks.
    They are both the same sites.

PR:             -
Submitted by:   Nuno Teixeira <nunotex@pt-quorum.com>
01 Aug 2002 17:22:41
Original commit files touched by this commit  3.8.5_1
ade search for other commits by this committer
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
12 Apr 2002 18:10:20
Original commit files touched by this commit  3.8.5_1
ade search for other commits by this committer
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:    portmgr
15 Mar 2002 19:44:29
Original commit files touched by this commit  3.8.5
ade search for other commits by this committer
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
28 Jan 2002 15:15:08
files touched by this commit
pat search for other commits by this committer
Update to 3.8.5    
09 Jan 2002 19:19:05
files touched by this commit
lkoeller search for other commits by this committer
* Add pkg-message to infor the user to install a softlink in     /dev from the
serial line to usv    
21 Dec 2001 18:29:33
files touched by this commit
lkoeller search for other commits by this committer
Update to version 3.8.4-2.    
05 Dec 2001 21:15:26
files touched by this commit
lkoeller search for other commits by this committer
* Add missing patch file to compile correctly with libwrap    * Use
--disable-install-distdir instead of patching Makefile    * Bump port revision  
 
03 Dec 2001 21:27:29
files touched by this commit
lkoeller search for other commits by this committer
* Add HTML documentation    * Fix problems with libwrap support    
02 Dec 2001 13:19:05
files touched by this commit
lkoeller search for other commits by this committer
Forgotten to bump PORTREVISION ;-(    
02 Dec 2001 13:09:52
files touched by this commit
lkoeller search for other commits by this committer
Patchfile for fixing wrong path to mail binary.    
02 Dec 2001 13:07:26
files touched by this commit
lkoeller search for other commits by this committer
Fixing missing brace in startup script and wrong path to mail binary.    
02 Dec 2001 11:24:53
files touched by this commit
lkoeller search for other commits by this committer
Add apcupsd 3.8.3, a daemon for controlling APC UPS.    

Number of commits found: 79

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.246 seconds.