summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/service-utils.inc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3567 from doktornotor/patch-6jim-p2017-04-031-5/+27
|\
| * Use sigkillbyname() for relayddoktornotor2017-02-221-1/+1
| |
| * Fix indentationdoktornotor2017-02-211-1/+1
| |
| * Add syslogd to Status > Services (Feature #4382)doktornotor2017-02-211-5/+27
| | | | | | Sort includes, use full path to pkill and remove openntpd while here.
* | Perform a filter reload after starting relayd so it does not leave the ↵jim-p2017-03-151-0/+2
| | | | | | | | firewall without pf tables. Fixes #7396
* | Services - Status Icon - Sort OrderNOYB2017-02-261-5/+8
|/ | | | | | | Make status column sort order work correctly with the icons. Also refactor get_service_status_icon() output string construction to be cleaner and clearer. (2.4, 2.3)
* get_service_status_icon fix description_state formatPhil Davis2017-02-011-59/+3
| | | | | | | If "description_state" is requested here, there are too many "%s" substitutions in the string for sprintf(). Also, to help translators, number all the "%s" substitutions. Then translators can rearrange the text and variable order if they need to. I removed the commented-out get_service_control_GET_links() while I am here, because it also contained sprintf() strings that had multiple "%s" substitutions. So I had found it when searching for lines containing multiple "%s". Might as well remove it "in the next version" as the comment says.
* Revised service running/stopped iconsStephen Beaver2016-09-141-2/+2
|
* Merge branch 'master' of git.pfmechanics.com:pfsense/pfsenseStephen Beaver2016-09-141-1/+1
|\
| * Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
| |
* | Merge pull request #2975 from NOYB/Services_StatusStephen Beaver2016-09-141-15/+38
|\ \ | |/ |/|
| * Service Running Status Indicator Icon (fa-play)NOYB2016-08-011-1/+1
| | | | | | | | | | | | Perhaps static play icon would be better perceived as the contrast to static stop icon for for services status indicators. Regardless of which icons are chosen, this centralized services status approach provides consistency, and the status icons, thumbs up/down, and title text can be easily changed in one place.
| * Get Service Status FunctionNOYB2016-05-311-15/+38
| | | | | | | | | | | | | | | | | | | | | | Add option for thumbs up/down icon. Add option to specify title contents. Distinguish between Stopped and Disabled with icons and text classes. Replace status indicator icon fa-play with animated fa-circle-notch. Replace status indicator icon fa-times with fa-stop and fa-ban. Re-factor code logic for greater output flexibility. Can return many combinations of status icons and text based on the function call parameters.
* | Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
| |
* | Review license / copyright on all files (final round)Renato Botelho2016-07-151-1/+1
| |
* | Review license / copyright on all files (1st round)Renato Botelho2016-07-141-51/+51
|/
* Comment out no longer used function. Remove after next release.Stephen Beaver2016-04-201-0/+3
|
* Internationalize etc inc i through sPhil Davis2016-02-181-2/+2
|
* Further revision to service hiding systemStephen Beaver2016-02-091-0/+7
|
* allow packages in a www/subfolder/ (like haproxy) to use the service ↵PiBa-NL2016-01-211-3/+3
| | | | start/stop/restart links
* Update license on files from /etc/incRenato Botelho2016-01-151-22/+42
|
* Rename pid files from lighty to nginxRenato Botelho2016-01-051-6/+6
|
* Changed sop icon to fa-stop-circle-oStephen Beaver2015-12-151-2/+2
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Ticket #5624: Welcome dpinger!Renato Botelho2015-12-101-6/+5
|
* Tidy up coding styleColin Fleming2015-11-261-13/+13
| | | | | | | | | | | | "service-utils.inc" - be more consistent when using single/double quotes - add missing double quotes in ID statement - remove blank VALUE statement - remove ALT from <i> tag, invalid in HTML5 "status_services.php" - tidy up code style - add type to SCRIPT tag
* Merge pull request #2100 from doktornotor/patch-2Renato Botelho2015-11-231-1/+3
|\
| * restart_service() - do not attempt to stop service that is not runningdoktornotor2015-11-211-1/+3
| | | | | | | | | | Attempting to stop service that's not running just produces useless log noise. BTW - dunno what was the idea behind restart_service_if_running() but it appears to be completely unused both in pfSense and in packages, suspect mainly because it doesn't make any sense as implemented.
* | Convert all the occurrences of $config['ipsec']['enable'] in filter.inc, ↵Luiz Otavio O Souza2015-11-221-1/+1
|/ | | | | | | | ipsec.inc and service-utils.inc Fix ruleset when IPSEC is enabled but there are no Phase 1 entries. Issue: #5487
* Merge pull request #2076 from doktornotor/patch-2Renato Botelho2015-11-191-0/+2
|\
| * service-utils.inc - add fallback for stop_service() for package-defined servicesdoktornotor2015-11-181-0/+2
| | | | | | | | | | To avoid adding silly bloat to packages like here: https://redmine.pfsense.org/issues/5468 If package defines a service executable, chances are that killing that executable will indeed stop the service as intended, instead of doing nothing and pretending that it worked.
* | Ticket #5471 partial convert to font-awesome fontsJared Dillard2015-11-171-8/+8
|/
* Fixed #5277Stephen Beaver2015-10-071-0/+53
|
* Page converted to POST operationStephen Beaver2015-10-051-9/+13
|
* Fixed #4978Jared Dillard2015-09-211-3/+2
|
* Merge branch 'bootstrap' of https://github.com/itshari/pfsense into ↵Renato Botelho2015-09-161-7/+7
|\ | | | | | | itshari-bootstrap
| * Used bootstrap progress bar for queues' stats and used glyphiconsHari2015-09-151-9/+9
| |
* | Fixed #5137Stephen Beaver2015-09-151-4/+4
|/
* bootstrap, small fixes to unbound/dnsmasq edit pages, service icons.PiBa-NL2015-09-021-0/+1
| | | | + FIXME item that prevented lots of pages from loading..
* Merge branch 'master' into bootstrapRenato Botelho2015-09-011-7/+0
|\
| * remove routed service, is being handled by the packagedoktornotor2015-08-281-7/+0
| | | | | | Resubmit of #1817. See pfsense/pfsense-packages#1006
* | Merge branch 'master' into bootstrapRenato Botelho2015-08-261-15/+17
|/
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+749
OpenPOWER on IntegriCloud