aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdstats
Commit message (Expand)AuthorAgeFilesLines
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+1
* . do not remove (shared) directories periodic, periodic/monthly [1] [3]Boris Samorodov2008-08-194-8/+9
* Set LOCALBASE if not already setMarc G. Fournier2007-12-202-0/+2
* Remove a reference to hostname that was in the script, but was neverMarc G. Fournier2007-12-203-8/+5
* The point of bsdstats is to be as painless as possible, but also to beMarc G. Fournier2007-10-163-55/+59
* As per discussion on -advocacy, resurrect having the installer promptedMarc G. Fournier2007-10-162-9/+26
* fix problem where, when you try and run on install, it gives error becauseMarc G. Fournier2007-08-292-3/+3
* clean up some warnings from portlint -avz and fix it so that if alreadyMarc G. Fournier2007-04-304-8/+12
* forgot to cvs add the start up file ...Marc G. Fournier2007-04-282-0/+60
* slight change to better handle boottime reporting, as well as to documentMarc G. Fournier2007-04-284-14/+11
* By popular request, I've added a bsdstats.sh script to etc/rc.d so thatMarc G. Fournier2007-04-282-2/+15
* Only depend on netcat if we are running an older version of FreeBSDMarc G. Fournier2006-12-093-4/+7
* start reporting 'none' devices ... it just pads the results, but thereMarc G. Fournier2006-12-053-5/+5
* forgot to ready versionMarc G. Fournier2006-12-053-5/+5
* on FreeBSD 4x the port sysutils/bsdstats should depend on net/netcatMarc G. Fournier2006-12-053-4/+6
* make bsdstats's install a bit more friendlyMarc G. Fournier2006-12-044-9/+9
* v5.0 of the BSDstats script ...Marc G. Fournier2006-12-016-6/+265
* clean up pkg-install a bit to avoid generating an error whenMarc G. Fournier2006-11-052-2/+14
* Make pkg-install a bit smarter ... if the questions have already beenMarc G. Fournier2006-10-082-7/+10
* Fix the report server hostname ...Marc G. Fournier2006-10-043-5/+5
* Fix PATH so that it includes /usr/local/bin, so that dig is found onMarc G. Fournier2006-10-043-83/+351
* Slight typo ...Marc G. Fournier2006-10-033-7/+7
* cosmetic changeMarc G. Fournier2006-10-023-5/+5
* Eliminate initial sleep(s) for getting the id tokenMarc G. Fournier2006-10-023-41/+11
* Minor change ... make the report server a seperate subdomain then theMarc G. Fournier2006-10-013-5/+5
* since we're removing a bunch of the sleep(s), let's increase the coupleMarc G. Fournier2006-09-293-5/+5
* slight change to the when the sleeps happen ...Marc G. Fournier2006-09-293-9/+5
* Various changes to address some major issues ...Marc G. Fournier2006-09-293-7/+39
* Add a network connectivity check using dnsMarc G. Fournier2006-09-283-3/+19
* fix the code a bit to allow for setting the checkin_server to somethingMarc G. Fournier2006-09-283-11/+13
* Clean up the code a wee bit, since the non-FreeBSD case(s), where OSs don'tMarc G. Fournier2006-09-093-23/+43
* Even better random number generator using jot ...Marc G. Fournier2006-09-073-5/+5
* Apparently Sparc doesn't like using openssl to generate a random value ... itMarc G. Fournier2006-09-073-5/+13
* OpenBSD uses the same method to submit as NetBSDMarc G. Fournier2006-09-063-7/+7
* Add 'unset HTTP_USER_AGENT' ... the backend is setup to only accept specificMarc G. Fournier2006-09-063-4/+9
* temporarily broke get_id functionMarc G. Fournier2006-09-043-28/+51
* Several cleanups, and extensions to allow NetBSD to submit ...Marc G. Fournier2006-09-043-24/+33
* forgot to 'cvs add' pkg-installMarc G. Fournier2006-09-042-0/+47
* If installer enables the script, also prompt to run it the firstMarc G. Fournier2006-09-041-1/+1
* have it prompt, similar to postfix, whether or not you wish to activateMarc G. Fournier2006-09-041-1/+10
* First, set PATH similar to /etc/rc.shutdown, so that we don't have toMarc G. Fournier2006-09-043-6/+29
* Fix " : not found" when first running scriptMarc G. Fournier2006-08-263-5/+5
* fix typo in PLIST_DIRSMarc G. Fournier2006-08-263-4/+4
* Fix variable name used for token fileMarc G. Fournier2006-08-143-9/+9
* Ensure that data returned from server on initial challenge is, inMarc G. Fournier2006-08-143-8/+61
* This is mostly a rewrite of the bsdstats script:Marc G. Fournier2006-08-145-94/+141
* somehow, defining $OS fell out in one of the commits ...Marc G. Fournier2006-08-093-2/+5
* Include class information for devices, so that its easier toMarc G. Fournier2006-08-093-6/+9
* Add some verbosity to the script, letting ppl know that a report hasMarc G. Fournier2006-08-093-4/+29
* Add CPUs to the devices report, and clean up the script a bitMarc G. Fournier2006-08-093-12/+83