Project

General

Profile

Download (2.98 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5987261f 11/24/2014 06:59 PM Ermal Luçi

Use the same strategy as on CP by putting a file to detect running instances and if older than 90seconds continue otherwise just let the previous one continue.

384e2647 04/22/2014 06:37 PM Renato Botelho

Fix PBI symlink creation and deletion under /usr/local following .pbiopt files, also drop setup_library_paths() since it's not necessary anymore

34e2973e 03/15/2014 12:33 AM Chris Buechler

standardize URLs

d760445e 01/20/2014 03:09 PM Ermal LUÇI

Do not need to go in the internet world to start a package

677a6426 12/24/2013 03:01 PM Renato Botelho

Revert "Make sure functions called by rc.start_packages can see $g['booting'] when we are booting"

This reverts commit 8a461f41db7907b310171b6e0fb901b2f5e7e2fe.

afd33d68 12/24/2013 03:01 PM Renato Botelho

Revert "Only unset $g['booting'] when it was set here"

This reverts commit 47493bd326cd7141df7df708b69e10479ed800af.

47493bd3 12/24/2013 02:42 PM Renato Botelho

Only unset $g['booting'] when it was set here

8a461f41 12/24/2013 02:15 PM Renato Botelho

Make sure functions called by rc.start_packages can see $g['booting'] when we are booting

e205bdb7 12/14/2012 04:48 PM Phil Davis

Support different package internal name

dd9e0bdb 08/07/2012 10:23 AM phildd

Change rcfileprefix to a constant

45930696 06/23/2012 05:25 PM Jim Pingle

Setup library paths to include /usr/pbi/*/lib as a last resort to make sure 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.

dfa6deda 05/19/2011 04:51 PM Jim Pingle

Fix array parsing of rc files. Resolves #1541

6c19757e 05/18/2011 10:40 PM Ermal LUÇI

Restore running custom scripts under /usr/local/etc/rc.d directory since it causes regressions and its a feature used by many users.

b5058001 05/17/2011 10:20 PM Ermal LUÇI

Do not call stop_service since its already called from start_service itself.

f1dbcf47 05/17/2011 10:18 PM Ermal LUÇI

Actually sync_package before starting it again. Also include restart in the log message since it might be like that.

aed6fc72 05/17/2011 10:14 PM Ermal LUÇI

Ticket #1534. Change rc.start_packages and rc.stop_packages to php scripts 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!

8e1ee760 02/23/2007 01:24 AM Scott Ullrich

Do not output Syncing packages twice, once is enough.

3a9435c2 02/22/2007 08:41 PM Scott Ullrich

php and shell code dont match too well!

5c76bd72 02/22/2007 06:57 PM Scott Ullrich

Set package output mode to console

43511be8 11/17/2006 03:46 PM Scott Ullrich
  • Move stop package code out to it's own file rc.stop_packages
0a972a1a 10/22/2006 04:47 AM Bill Marquette

MFC [15083]
Ticket #1145: Don't background the stop process, we really do need to stop the daemon before it tries to start again

477135b9 10/14/2006 02:23 PM Bill Marquette

Ticket #1124 - fix wording
MFC of commit [15039]

c1f46b20 10/06/2006 11:30 PM Scott Ullrich

Stop packages before restarting.

969d7f5e 10/01/2006 12:55 AM Scott Ullrich

Add rc.start_packages file