summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Try to shave off more time from rc.newwanip. Apparently MPD is STILL being ↵Scott Ullrich2005-11-281-2/+3
| | | | blocked.
* Change crontab entry to every 20 hoursScott Ullrich2005-11-281-1/+1
|
* Remove useless debugging helperScott Ullrich2005-11-281-1/+1
|
* Handle pppoe situations a little cleanerScott Ullrich2005-11-281-10/+6
|
* Add a rule for the real interface in addition to ng0Scott Ullrich2005-11-281-3/+11
|
* Remove useless debugging messageScott Ullrich2005-11-281-3/+2
|
* Yet another version bumpScott Ullrich2005-11-281-1/+1
|
* MFC 8095Scott Ullrich2005-11-281-28/+18
| | | | | * Cleanup redundant code * Make sure ng0 gets processed if number of netgraph interfaces == 0
* Clean /tmp/ directory on shutdownScott Ullrich2005-11-281-0/+1
|
* unlink pid file after kill operationScott Ullrich2005-11-281-0/+1
|
* * Do not invoke fastcgi on memory constrained platforms (<72 megs)Scott Ullrich2005-11-281-1/+8
|
* Up maxprocs to 2Scott Ullrich2005-11-281-1/+1
|
* Lower maxprocs to 1Scott Ullrich2005-11-271-1/+1
|
* Version bumpScott Ullrich2005-11-271-1/+1
|
* MFC 8080Scott Ullrich2005-11-273-54/+69
| | | | | * Do not process hotplug events from pppoe * Cleanup kill by pid function, accept a real pid (dhclient depends on this)
* Remove -pScott Ullrich2005-11-271-1/+1
|
* MFC 8066Scott Ullrich2005-11-271-5/+5
| | | | | Various fixes, set max_procs default value to 5, corrected system_generate_lighty_config invocation. Use port #
* Version bumpScott Ullrich2005-11-261-1/+1
|
* Use Lighty. Hopefully it's here to stay, and mini_httpd is dead, jim.Scott Ullrich2005-11-262-28/+102
|
* MFC 8035Scott Ullrich2005-11-261-1/+1
| | | | Make uzip script launching conditional.
* Do not kill /tmp/*Scott Ullrich2005-11-251-1/+0
|
* MFC 8020Scott Ullrich2005-11-251-5/+8
| | | | Use XML_RPC_encode() to populate XMLRPC arrays instead of setting a single XML_RPC_Value object.
* * Store configuration in /tmp/mnt/cf/confScott Ullrich2005-11-251-7/+7
| | | | * Use null_fs to mount areas up
* * Use /tmp/ to mountScott Ullrich2005-11-251-7/+7
| | | | * Do not umount /conf memfs
* Umount /conf too!Scott Ullrich2005-11-251-1/+2
|
* Umount nullfs in the correct spotScott Ullrich2005-11-251-3/+3
|
* umount nullfs items before moving configurationScott Ullrich2005-11-251-0/+2
|
* If for some reason we fail to get the wanip, use get_current_wan_address();Scott Ullrich2005-11-251-0/+2
|
* Make sure we are using the friendly interface name.Scott Ullrich2005-11-251-1/+1
| | | | Ticket #702
* Only exit linkup when interface is not a dynamic type. Prior we where ↵Scott Ullrich2005-11-251-1/+8
| | | | exiting only if it was DHCP which would bypass linkup events for PPPoE, etc.
* Version bumpScott Ullrich2005-11-231-1/+1
|
* Version bumpScott Ullrich2005-11-221-1/+1
|
* Do not install rdr rule if we are launching PFTPX. Third attempt is a charm!Scott Ullrich2005-11-221-16/+20
|
* Use lowercase interface nameScott Ullrich2005-11-222-2/+2
|
* We no longer have system with FTP. We do it per interface.Scott Ullrich2005-11-221-1/+1
|
* MFC 7934Scott Ullrich2005-11-211-2/+6
| | | | | | Expand src and dst aliases if required on traffic shaping rules Ticket #696
* Version bump from outter spaceScott Ullrich2005-11-211-1/+1
|
* MFC 7931Scott Ullrich2005-11-211-5/+6
| | | | Correctly setup inetd items for tcp and udp
* No need to use () when setting string variables.Scott Ullrich2005-11-211-4/+4
|
* * Center continue buttonScott Ullrich2005-11-211-4/+6
| | | | * <p> in between default text and login box
* While here, cleanup default captive portal page quite a bit.Scott Ullrich2005-11-211-3/+6
|
* Compare upper case interface namesScott Ullrich2005-11-211-1/+3
|
* No need for 2 continue buttons. Zap the second.Scott Ullrich2005-11-211-5/+2
|
* Eliminate Warning: file_get_contents(/cf/conf/config.xml): failed to open ↵Scott Ullrich2005-11-211-9/+11
| | | | stream: No such file or directory in /etc/inc/config.inc on line 68 bug when assigning interfaces
* Use same exec() command when debuggingScott Ullrich2005-11-201-1/+1
|
* Avoid race conditions by usleeping for 100 microseconds after performing ↵Scott Ullrich2005-11-201-0/+6
| | | | mount operations
* When reloading_all() make sure we delete any old interfaces and recreate ↵Scott Ullrich2005-11-201-6/+4
| | | | incase a user has reassigned the interfaces to new spots
* file_notice() requires notices.incScott Ullrich2005-11-201-0/+1
|
* Delete interface settings when reloading in both reload_ callsScott Ullrich2005-11-201-0/+1
|
* Delete interface settings when reloadingScott Ullrich2005-11-201-0/+1
|
OpenPOWER on IntegriCloud