summaryrefslogtreecommitdiffstats
path: root/etc/rc.start_packages
Commit message (Collapse)AuthorAgeFilesLines
* Rework sync_package, remove unused parameters, remove sync_depends, sanitize ↵Renato Botelho2015-05-071-1/+1
| | | | returns
* Rename get_pkg_id() to get_package_id() and get_pkg_internal_name() to ↵Renato Botelho2015-05-071-1/+1
| | | | get_package_internal_name(). Try to use more standard parameter names and simplify logic while here
* Minor spacing edits to etc filesPhil Davis2015-02-251-3/+3
|
* Code style for etc filesPhil Davis2015-02-251-32/+33
|
* Use the same strategy as on CP by putting a file to detect running instances ↵Ermal LUÇI2014-11-241-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 Botelho2014-04-221-1/+0
| | | | files, also drop setup_library_paths() since it's not necessary anymore
* standardize URLsChris Buechler2014-03-141-1/+1
|
* Do not need to go in the internet world to start a packageErmal2014-01-201-2/+2
|
* Revert "Make sure functions called by rc.start_packages can see ↵Renato Botelho2013-12-241-7/+0
| | | | | | $g['booting'] when we are booting" This reverts commit 8a461f41db7907b310171b6e0fb901b2f5e7e2fe.
* Revert "Only unset $g['booting'] when it was set here"Renato Botelho2013-12-241-5/+2
| | | | This reverts commit 47493bd326cd7141df7df708b69e10479ed800af.
* Only unset $g['booting'] when it was set hereRenato Botelho2013-12-241-2/+5
|
* Make sure functions called by rc.start_packages can see $g['booting'] when ↵Renato Botelho2013-12-241-0/+7
| | | | we are booting
* Support different package internal namePhil Davis2012-12-141-2/+3
|
* Change rcfileprefix to a constantphildd2012-08-071-2/+2
|
* Setup library paths to include /usr/pbi/*/lib as a last resort to make sure ↵jim-p2012-06-231-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 #1541jim-p2011-05-191-1/+1
|
* Restore running custom scripts under /usr/local/etc/rc.d directory since it ↵Ermal2011-05-181-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.Ermal2011-05-171-1/+0
|
* Actually sync_package before starting it again. Also include restart in the ↵Ermal2011-05-171-1/+2
| | | | log message since it might be like that.
* Ticket #1534. Change rc.start_packages and rc.stop_packages to php scripts ↵Ermal2011-05-171-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 Ullrich2007-02-231-1/+0
|
* php and shell code dont match too well!Scott Ullrich2007-02-221-1/+0
|
* Set package output mode to consoleScott Ullrich2007-02-221-0/+1
|
* * Move stop package code out to it's own file rc.stop_packagesScott Ullrich2006-11-171-5/+0
|
* MFC [15083]Bill Marquette2006-10-221-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 wordingBill Marquette2006-10-141-1/+1
| | | | MFC of commit [15039]
* Stop packages before restarting.Scott Ullrich2006-10-061-1/+5
|
* Add rc.start_packages fileScott Ullrich2006-10-011-0/+19
OpenPOWER on IntegriCloud