summaryrefslogtreecommitdiffstats
path: root/etc/rc.stop_packages
Commit message (Collapse)AuthorAgeFilesLines
* Move the stop_packages code to a function, and call the function from the ↵jim-p2012-04-301-72/+3
| | | | shell script, and call the function directly for a reboot. Fixes #2402 and ticket #1564
* Rework rc.stop_packages a little. Fixes #1564jim-p2011-07-281-1/+4
|
* Ticket #1564. Give +x to the script so it can be executed. Simple hah :)Ermal2011-07-081-0/+0
|
* fix typoesBill Marquette2011-05-311-2/+2
|
* 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-5/+28
| | | | causes regressions and its a feature used by many users.
* Ticket #1534. Change rc.start_packages and rc.stop_packages to php scripts ↵Ermal2011-05-171-13/+43
| | | | 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!
* * Move stop package code out to it's own file rc.stop_packagesScott Ullrich2006-11-171-0/+18
OpenPOWER on IntegriCloud