Project

General

Profile

Download (80 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
60dd7649 04/30/2012 07:32 PM Jim Pingle

Move the stop_packages code to a function, and call the function from the shell script, and call the function directly for a reboot. Fixes #2402 and ticket #1564

0124456b 07/28/2011 07:44 PM Jim Pingle

Rework rc.stop_packages a little. Fixes #1564

89bb7dcc 07/08/2011 09:16 PM Ermal LUÇI

Ticket #1564. Give +x to the script so it can be executed. Simple hah :)

0ca52cff 05/31/2011 08:32 PM Bill Marquette

fix typoes

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.

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!

43511be8 11/17/2006 03:46 PM Scott Ullrich
  • Move stop package code out to it's own file rc.stop_packages