Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework sync_package, remove unused parameters, remove sync_depends, sanitize ↵ | Renato Botelho | 2015-05-07 | 1 | -1/+1 |
| | | | | returns | ||||
* | Rename get_pkg_id() to get_package_id() and get_pkg_internal_name() to ↵ | Renato Botelho | 2015-05-07 | 1 | -1/+1 |
| | | | | get_package_internal_name(). Try to use more standard parameter names and simplify logic while here | ||||
* | Minor spacing edits to etc files | Phil Davis | 2015-02-25 | 1 | -3/+3 |
| | |||||
* | Code style for etc files | Phil Davis | 2015-02-25 | 1 | -32/+33 |
| | |||||
* | Use the same strategy as on CP by putting a file to detect running instances ↵ | Ermal LUÇI | 2014-11-24 | 1 | -0/+13 |
| | | | | and if older than 90seconds continue otherwise just let the previous one continue. | ||||
* | Fix PBI symlink creation and deletion under /usr/local following .pbiopt ↵ | Renato Botelho | 2014-04-22 | 1 | -1/+0 |
| | | | | files, also drop setup_library_paths() since it's not necessary anymore | ||||
* | standardize URLs | Chris Buechler | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | Do not need to go in the internet world to start a package | Ermal | 2014-01-20 | 1 | -2/+2 |
| | |||||
* | Revert "Make sure functions called by rc.start_packages can see ↵ | Renato Botelho | 2013-12-24 | 1 | -7/+0 |
| | | | | | | $g['booting'] when we are booting" This reverts commit 8a461f41db7907b310171b6e0fb901b2f5e7e2fe. | ||||
* | Revert "Only unset $g['booting'] when it was set here" | Renato Botelho | 2013-12-24 | 1 | -5/+2 |
| | | | | This reverts commit 47493bd326cd7141df7df708b69e10479ed800af. | ||||
* | Only unset $g['booting'] when it was set here | Renato Botelho | 2013-12-24 | 1 | -2/+5 |
| | |||||
* | Make sure functions called by rc.start_packages can see $g['booting'] when ↵ | Renato Botelho | 2013-12-24 | 1 | -0/+7 |
| | | | | we are booting | ||||
* | Support different package internal name | Phil Davis | 2012-12-14 | 1 | -2/+3 |
| | |||||
* | Change rcfileprefix to a constant | phildd | 2012-08-07 | 1 | -2/+2 |
| | |||||
* | Setup library paths to include /usr/pbi/*/lib as a last resort to make sure ↵ | jim-p | 2012-06-23 | 1 | -0/+1 |
| | | | | things can find libraries. We may eventually replace this with a better method as this can lead to conflicts, but for now it will allow packages to find their proper libraries. | ||||
* | Fix array parsing of rc files. Resolves #1541 | jim-p | 2011-05-19 | 1 | -1/+1 |
| | |||||
* | Restore running custom scripts under /usr/local/etc/rc.d directory since it ↵ | Ermal | 2011-05-18 | 1 | -6/+29 |
| | | | | causes regressions and its a feature used by many users. | ||||
* | Do not call stop_service since its already called from start_service itself. | Ermal | 2011-05-17 | 1 | -1/+0 |
| | |||||
* | Actually sync_package before starting it again. Also include restart in the ↵ | Ermal | 2011-05-17 | 1 | -1/+2 |
| | | | | log message since it might be like that. | ||||
* | Ticket #1534. Change rc.start_packages and rc.stop_packages to php scripts ↵ | Ermal | 2011-05-17 | 1 | -12/+45 |
| | | | | so they do a proper job at start/stop packages, rather than assume every package has a .sh script which is not true. It mostly reuses code from rc.packages which is not used anywhere as of now! | ||||
* | Do not output Syncing packages twice, once is enough. | Scott Ullrich | 2007-02-23 | 1 | -1/+0 |
| | |||||
* | php and shell code dont match too well! | Scott Ullrich | 2007-02-22 | 1 | -1/+0 |
| | |||||
* | Set package output mode to console | Scott Ullrich | 2007-02-22 | 1 | -0/+1 |
| | |||||
* | * Move stop package code out to it's own file rc.stop_packages | Scott Ullrich | 2006-11-17 | 1 | -5/+0 |
| | |||||
* | MFC [15083] | Bill Marquette | 2006-10-22 | 1 | -1/+1 |
| | | | | Ticket #1145: Don't background the stop process, we really do need to stop the daemon before it tries to start again | ||||
* | Ticket #1124 - fix wording | Bill Marquette | 2006-10-14 | 1 | -1/+1 |
| | | | | MFC of commit [15039] | ||||
* | Stop packages before restarting. | Scott Ullrich | 2006-10-06 | 1 | -1/+5 |
| | |||||
* | Add rc.start_packages file | Scott Ullrich | 2006-10-01 | 1 | -0/+19 |