| Commit message (Expand) | Author | Age | Files | Lines |
* | The point of bsdstats is to be as painless as possible, but also to be | scrappy | 2007-10-16 | 3 | -55/+59 |
* | As per discussion on -advocacy, resurrect having the installer prompted | scrappy | 2007-10-16 | 2 | -9/+26 |
* | fix problem where, when you try and run on install, it gives error because | scrappy | 2007-08-29 | 2 | -3/+3 |
* | clean up some warnings from portlint -avz and fix it so that if already | scrappy | 2007-05-01 | 4 | -8/+12 |
* | forgot to cvs add the start up file ... | scrappy | 2007-04-29 | 2 | -0/+60 |
* | slight change to better handle boottime reporting, as well as to document | scrappy | 2007-04-29 | 4 | -14/+11 |
* | By popular request, I've added a bsdstats.sh script to etc/rc.d so that | scrappy | 2007-04-29 | 2 | -2/+15 |
* | Only depend on netcat if we are running an older version of FreeBSD | scrappy | 2006-12-09 | 3 | -4/+7 |
* | start reporting 'none' devices ... it just pads the results, but there | scrappy | 2006-12-05 | 3 | -5/+5 |
* | forgot to ready version | scrappy | 2006-12-05 | 3 | -5/+5 |
* | on FreeBSD 4x the port sysutils/bsdstats should depend on net/netcat | scrappy | 2006-12-05 | 3 | -4/+6 |
* | make bsdstats's install a bit more friendly | scrappy | 2006-12-04 | 4 | -9/+9 |
* | v5.0 of the BSDstats script ... | scrappy | 2006-12-01 | 6 | -6/+265 |
* | clean up pkg-install a bit to avoid generating an error when | scrappy | 2006-11-06 | 2 | -2/+14 |
* | Make pkg-install a bit smarter ... if the questions have already been | scrappy | 2006-10-08 | 2 | -7/+10 |
* | Fix the report server hostname ... | scrappy | 2006-10-04 | 3 | -5/+5 |
* | Fix PATH so that it includes /usr/local/bin, so that dig is found on | scrappy | 2006-10-04 | 3 | -83/+351 |
* | Slight typo ... | scrappy | 2006-10-03 | 3 | -7/+7 |
* | cosmetic change | scrappy | 2006-10-02 | 3 | -5/+5 |
* | Eliminate initial sleep(s) for getting the id token | scrappy | 2006-10-02 | 3 | -41/+11 |
* | Minor change ... make the report server a seperate subdomain then the | scrappy | 2006-10-01 | 3 | -5/+5 |
* | since we're removing a bunch of the sleep(s), let's increase the couple | scrappy | 2006-09-30 | 3 | -5/+5 |
* | slight change to the when the sleeps happen ... | scrappy | 2006-09-30 | 3 | -9/+5 |
* | Various changes to address some major issues ... | scrappy | 2006-09-29 | 3 | -7/+39 |
* | Add a network connectivity check using dns | scrappy | 2006-09-29 | 3 | -3/+19 |
* | fix the code a bit to allow for setting the checkin_server to something | scrappy | 2006-09-29 | 3 | -11/+13 |
* | Clean up the code a wee bit, since the non-FreeBSD case(s), where OSs don't | scrappy | 2006-09-10 | 3 | -23/+43 |
* | Even better random number generator using jot ... | scrappy | 2006-09-07 | 3 | -5/+5 |
* | Apparently Sparc doesn't like using openssl to generate a random value ... it | scrappy | 2006-09-07 | 3 | -5/+13 |
* | OpenBSD uses the same method to submit as NetBSD | scrappy | 2006-09-06 | 3 | -7/+7 |
* | Add 'unset HTTP_USER_AGENT' ... the backend is setup to only accept specific | scrappy | 2006-09-06 | 3 | -4/+9 |
* | temporarily broke get_id function | scrappy | 2006-09-05 | 3 | -28/+51 |
* | Several cleanups, and extensions to allow NetBSD to submit ... | scrappy | 2006-09-05 | 3 | -24/+33 |
* | forgot to 'cvs add' pkg-install | scrappy | 2006-09-04 | 2 | -0/+47 |
* | If installer enables the script, also prompt to run it the first | scrappy | 2006-09-04 | 1 | -1/+1 |
* | have it prompt, similar to postfix, whether or not you wish to activate | scrappy | 2006-09-04 | 1 | -1/+10 |
* | First, set PATH similar to /etc/rc.shutdown, so that we don't have to | scrappy | 2006-09-04 | 3 | -6/+29 |
* | Fix " : not found" when first running script | scrappy | 2006-08-27 | 3 | -5/+5 |
* | fix typo in PLIST_DIRS | scrappy | 2006-08-26 | 3 | -4/+4 |
* | Fix variable name used for token file | scrappy | 2006-08-15 | 3 | -9/+9 |
* | Ensure that data returned from server on initial challenge is, in | scrappy | 2006-08-14 | 3 | -8/+61 |
* | This is mostly a rewrite of the bsdstats script: | scrappy | 2006-08-14 | 5 | -94/+141 |
* | somehow, defining $OS fell out in one of the commits ... | scrappy | 2006-08-10 | 3 | -2/+5 |
* | Include class information for devices, so that its easier to | scrappy | 2006-08-10 | 3 | -6/+9 |
* | Add some verbosity to the script, letting ppl know that a report has | scrappy | 2006-08-10 | 3 | -4/+29 |
* | Add CPUs to the devices report, and clean up the script a bit | scrappy | 2006-08-09 | 3 | -12/+83 |
* | remove the monthly_statistics_mailto variable from the script ... it | scrappy | 2006-08-08 | 3 | -5/+3 |
* | Redirect fetch output to /dev/null ... | scrappy | 2006-08-08 | 3 | -9/+9 |
* | have getid report operating system, so that other *BSDs can participate | scrappy | 2006-08-08 | 3 | -5/+7 |
* | Makefile cleanup | scrappy | 2006-08-08 | 1 | -2/+2 |
* | Add a message pointing people to where the stats themselves can | scrappy | 2006-08-08 | 3 | -0/+7 |
* | bsdstats v2.0 ... device reporting | scrappy | 2006-08-07 | 5 | -10/+41 |
* | Record Operating System itself, in case someone in the NetBSD, | scrappy | 2006-08-06 | 3 | -4/+7 |
* | Initial port for bsdstats script | scrappy | 2006-08-06 | 6 | -0/+111 |