summaryrefslogtreecommitdiffstats
path: root/etc/rc.start_packages
Commit message (Collapse)AuthorAgeFilesLines
* standardize URLsChris Buechler2014-03-141-1/+1
|
* 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 5eb99ec9fae6b6ff077559b3feab8565701f2635.
* Revert "Only unset $g['booting'] when it was set here"Renato Botelho2013-12-241-5/+2
| | | | This reverts commit 73abb573feae03b164d3ed4284db4ed4ff26a256.
* 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