summaryrefslogtreecommitdiffstats
path: root/etc/rc.start_packages
Commit message (Collapse)AuthorAgeFilesLines
* start packages script is called after rc.bootup so the filesystem is makred ↵Ermal2011-08-191-0/+4
| | | | RO already. Put the script around the mount rw-ro calls to avoid problems.
* 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