aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Quagga package back. Attempt to get it working with vtysh (telnet).Scott Ullrich2006-08-183-12/+105
|
* fixed FTP serviceDaniel Stefan Haischt2006-08-182-10/+135
|
* SSH is definitely not needed hereDaniel Stefan Haischt2006-08-181-1/+1
|
* bugfixingDaniel Stefan Haischt2006-08-171-1/+0
|
* bugfixingDaniel Stefan Haischt2006-08-175-62/+80
|
* bugfixingDaniel Stefan Haischt2006-08-178-108/+126
|
* (re)added rc.freenas to freenas.xmlDaniel Stefan Haischt2006-08-172-2/+8
|
* added services to menuDaniel Stefan Haischt2006-08-171-0/+25
|
* fiexed remove_package_contents functionDaniel Stefan Haischt2006-08-171-16/+41
|
* added missing nfs files to freenas.xmlDaniel Stefan Haischt2006-08-172-1/+18
|
* fix: wrong iteration over binary files arrayDaniel Stefan Haischt2006-08-171-4/+4
|
* Try to output feedback msgs while installing the packageDaniel Stefan Haischt2006-08-171-0/+6
|
* cleanup config on deinstallDaniel Stefan Haischt2006-08-175-4/+10
|
* added missing nfs filesDaniel Stefan Haischt2006-08-174-0/+12
|
* added config.xml array typesDaniel Stefan Haischt2006-08-172-1/+41
|
* bugfixingDaniel Stefan Haischt2006-08-1741-30/+68
|
* added rc.freenas as a replacement for the original FreeNAS rc.bootupDaniel Stefan Haischt2006-08-151-0/+93
|
* - fix: added freenas.inc to additional filesDaniel Stefan Haischt2006-08-151-0/+5
|
* added rc.freenas as a replacement for the original FreeNAS rc.bootupDaniel Stefan Haischt2006-08-154-0/+14
|
* updated FreeNAS descriptionDaniel Stefan Haischt2006-08-151-1/+1
|
* updated FreeNAS descriptionDaniel Stefan Haischt2006-08-151-3/+5
|
* updated FreeNAS descriptionDaniel Stefan Haischt2006-08-151-4/+1
|
* updated FreeNAS descriptionDaniel Stefan Haischt2006-08-151-5/+7
|
* added FreeNAS system.inc functionsDaniel Stefan Haischt2006-08-152-0/+837
|
* initial version of a FreeNAS packageDaniel Stefan Haischt2006-08-152-1/+39
|
* initial version of a FreeNAS packageDaniel Stefan Haischt2006-08-151-0/+203
|
* initial version of a FreeNAS packageDaniel Stefan Haischt2006-08-1549-0/+13489
|
* initial version of a FreeNAS packageDaniel Stefan Haischt2006-08-1510-0/+0
|
* Make sure /usr/local/etc/rc.d/ntop* goes away during package deinstall.Scott Ullrich2006-08-111-1/+6
|
* A few important changes here and there. Now all selects work (including the ↵Fernando Lemos2006-08-091-1/+27
| | | | IPsec selection widget, broken since pkg_edit.php), and some other minor stuff. A few bug fixes and cleaned up the code a bit.
* - fix: added website for OpenNTPDaniel Stefan Haischt2006-08-091-0/+1
|
* Version bump.Scott Ullrich2006-08-081-1/+1
| | | | Fix restart after reinstall problem.
* Squid -> squidScott Ullrich2006-08-081-1/+1
|
* Updated scripts in accordance with the new cg2 stuff (on_apply_event, etc.).Fernando Lemos2006-08-082-6/+12
|
* Remove temporary files in deinstall phaseScott Ullrich2006-08-071-0/+2
|
* Fix website urlScott Ullrich2006-08-071-1/+1
|
* Log to the system log the bsdstats installation idScott Ullrich2006-08-071-0/+2
|
* Use correct XML path since this package lives in its own directoryScott Ullrich2006-08-071-1/+1
|
* Add BSDStats package.Scott Ullrich2006-08-072-0/+36
| | | | | | | | | | | | | | From their webpage: The mission of this site is to try and come up with semi-accurate numbers for both advocacy, and marketing, of the *BSD Operating Systems. More specifically, we are trying to prove to the various vendors out there that *BSD should be viewed as a serious Operating System, and not just a hobbiest system, for support (ie. hardware drivers) purposes. Primarily started to provide numbers for FreeBSD deployments, we are designing the system so that NetBSD, OpenBSD and DragonFlyBSD can participate as well. The script used for reporting can be found in the FreeBSD ports tree under sysutils/bsdstats. If you have any questions, or suggestions, please email scrappy@freebsd.org
* - fix: check whether its an array or notDaniel Stefan Haischt2006-08-071-3/+5
|
* Bump squid version. It seems to work for more and more people lately.Scott Ullrich2006-08-051-2/+2
| | | | Also use this version bump to debug #1056
* - fix: wrong HTML entity usageDaniel Stefan Haischt2006-08-051-1/+1
|
* - added p3scan-pf-transex.xml to allowed pagesDaniel Stefan Haischt2006-08-051-0/+1
|
* - added/modified infos for sshterm and p3scanDaniel Stefan Haischt2006-08-051-2/+39
|
* - fix: including /usr/local/etc/rc.d/ for the rcfile is wrong.Daniel Stefan Haischt2006-08-051-1/+1
|
* - stop the service before deleting the package.Daniel Stefan Haischt2006-08-051-2/+5
|
* - fix: only remove the PID file if the service is _not_ runningDaniel Stefan Haischt2006-08-051-1/+2
|
* - fix: test whether /var/run/p3scan/p3scan.pid exists before starting the ↵Daniel Stefan Haischt2006-08-051-0/+2
| | | | service and remove it if necessary.
* - delete files that were copied in place by pkg_addDaniel Stefan Haischt2006-08-051-0/+13
|
* - return if theres no IP or port. doesnt make sense to setup NAT rules ↵Daniel Stefan Haischt2006-08-051-1/+6
| | | | without an IP and/or port.