Project

General

Profile

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

# Date Author Comment
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